[Bug-fix][T106BUG-56] fix call state no report while use hungup api

Change-Id: I6e151b83792f09b5a2e49d8d2373a3686ff5b66a
diff --git a/cap/zx297520v3/src/lynq/lib/liblynq-call/lynq_call.cpp b/cap/zx297520v3/src/lynq/lib/liblynq-call/lynq_call.cpp
index d1e2293..bee6e5e 100755
--- a/cap/zx297520v3/src/lynq/lib/liblynq-call/lynq_call.cpp
+++ b/cap/zx297520v3/src/lynq/lib/liblynq-call/lynq_call.cpp
@@ -1016,7 +1016,9 @@
     {

         cleanCallList(lynq_call_id);

     }        

-    

+

+    //fix bug T106BUG-56

+    send_call_state_change();

     return RESULT_OK;     

 }

 int lynq_call_hungup_all()