[Feature][T108-yd][task-view-1906][voice] add 2 ecall interface

 Only Configure:No
 Affected branchmaster
 Affected module:voice
 Is it affected on:asr
 Doc Update:No

Change-Id: Ie0c1755d5dfc50ab7311f9380b4fea0ab81fb281
diff --git a/mbtk/libql_lib_v2_rilv2/ql_voice.c b/mbtk/libql_lib_v2_rilv2/ql_voice.c
index 131301b..828ca6a 100755
--- a/mbtk/libql_lib_v2_rilv2/ql_voice.c
+++ b/mbtk/libql_lib_v2_rilv2/ql_voice.c
@@ -826,7 +826,10 @@
   @retval Other error code defined by ql_type.h.
   */
 /*-----------------------------------------------------------------------------------------------*/
-int ql_voice_ecall_push_msd(QL_VOICE_ECALL_STATE_E *state);
+int ql_voice_ecall_push_msd(QL_VOICE_ECALL_STATE_E *state)
+{
+    return 0;
+}
 
 /*-----------------------------------------------------------------------------------------------*/
 /**
@@ -869,7 +872,10 @@
   @retval Other error code defined by ql_type.h.
   */
 /*-----------------------------------------------------------------------------------------------*/
-int ql_voice_ecall_set_event_cb(ql_voice_ecall_event_cb_f cb);
+int ql_voice_ecall_set_event_cb(ql_voice_ecall_event_cb_f cb)
+{
+    return 0;
+}
 
 /*-----------------------------------------------------------------------------------------------*/
 /**