[Bugfix][API-597][call] lib call\network wait service response Architecture Refactoring
Change-Id: I0ab6f59d468f3ec4ffebe01944fea3548977fc96
diff --git a/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h b/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
index f1cf502..b9efae9 100755
--- a/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
+++ b/src/lynq/lib/liblynq-call/include/libcall/lynq_call.h
@@ -8,6 +8,9 @@
( ( (alpha_char >= '0') && (alpha_char <= '9') ) ? 1 : 0 )
#define LYNQ_CALL_MAX 10
#define LYNQ_CALL_FAIL_VENDOR_CAUSE 64
+#define MAX_IP_LENGTH 128
+#define MAX_VLAN_INFO_LENGTH 128
+
typedef enum {
LYNQ_CALL_FAIL_UNOBTAINABLE_NUMBER = 1,
LYNQ_CALL_FAIL_NORMAL = 16,
@@ -89,6 +92,8 @@
LYNQ_ECALL_LLACK_RECEIVED = 3,
LYNQ_ECALL_ALACK_POSITIVE_RECEIVED = 4,
LYNQ_ECALL_ALACK_CLEARDOWN_RECEIVED = 5,
+ LYNQ_ECALL_DAILING = 9,
+ LYNQ_ECALL_ALERTING = 10,
LYNQ_ECALL_ACTIVE = 11,
LYNQ_ECALL_DISCONNECTED = 12,
LYNQ_ECALL_IMS_ACTIVE = 13,
@@ -147,6 +152,8 @@
int lynq_get_rtp_port(const LYNQ_Rtp_Mode rtp_mode, int* port);
int lynq_get_rtp_param(int* clock_rate,int* channels, int* latency);//only for client
/*Audio Path setting end*/
+
+void lynq_set_test_mode(const int test_mode);
#ifdef __cplusplus
}
#endif