[bug-fix] api-185

Change-Id: I27abeeb4ec90b5c139585ed47d3b6241ac5367d4
diff --git a/framework/lynq-ril-service/src/common.cpp b/framework/lynq-ril-service/src/common.cpp
index 16195e5..6827a6b 100755
--- a/framework/lynq-ril-service/src/common.cpp
+++ b/framework/lynq-ril-service/src/common.cpp
@@ -205,10 +205,7 @@
             RIL_Call *p_cur = ((RIL_Call **) response)[i];
             /* each call info */
             call_state[slot].push_back(p_cur->state);
-            RLOGD("[SIM%d][id:%d]update_call_state: %d", slot,p_cur->index, p_cur->state);
-            if(p_cur->isMT) {
-                resetMute();
-            }
+            RLOGD("[SIM%d][id:%d]update_call_state: %d", slot,p_cur->index, p_cur->state);           
         }
     }
 }