diff --git a/src/call.cpp b/src/call.cpp
index b61b2fd75cae5ffea45ac8ae7459afed63c33cbb..1b51dd0d4e2d5e0b3509a1e933d3d79f78dff8b6 100644
--- a/src/call.cpp
+++ b/src/call.cpp
@@ -268,6 +268,7 @@ Call::getStateStr() const
     switch (getState()) {
         case CallState::ACTIVE:
             switch (getConnectionState()) {
+                case ConnectionState::TRYING:
                 case ConnectionState::PROGRESSING:
                     return StateEvent::CONNECTING;
 
@@ -295,6 +296,7 @@ Call::getStateStr() const
 
         case CallState::INACTIVE:
             switch (getConnectionState()) {
+                case ConnectionState::TRYING:
                 case ConnectionState::PROGRESSING:
                     return StateEvent::CONNECTING;