Merge "[bugfix][T106][bug-view-651] In Intest, there are occasional cases where the phone call times out and reports an abnormal activation status." into INTEST_PM_BASE
diff --git a/cap/zx297520v3/src/lynq/lib/liblynq-qser-voice/lynq-qser-voice.cpp b/cap/zx297520v3/src/lynq/lib/liblynq-qser-voice/lynq-qser-voice.cpp
index b208a2b..e2232ec 100755
--- a/cap/zx297520v3/src/lynq/lib/liblynq-qser-voice/lynq-qser-voice.cpp
+++ b/cap/zx297520v3/src/lynq/lib/liblynq-qser-voice/lynq-qser-voice.cpp
@@ -45,7 +45,7 @@
 void *voice_thread_recv(void *context)
 {
     int handle = 0;
-    int call_state;
+    int call_state = -1;
     int toa;
     int direction;
     char addr[64];
@@ -88,7 +88,7 @@
         }
         else
         {
-            LYERRLOG("unknow call state");
+            LYERRLOG("unknow call state %d",call_state);
             continue;
         }
         if (s_voice_cb != NULL)