init ems server code
This commit is contained in:
9
plat/sip/src/include/sip_transport.h
Normal file
9
plat/sip/src/include/sip_transport.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _SIP_TRANSPORT__H
|
||||
#define _SIP_TRANSPORT_H
|
||||
|
||||
void sip_transport_proc();
|
||||
int sip_transport_encode_trans_msg(SIP_TRANSACTION *trans, SIP_API_STRUCT *sipApiMsg);
|
||||
int sip_transport_send_msg(SIP_API_STRUCT *sipApiMsg);
|
||||
int sip_transport_send_trans_msg(SIP_TRANS_SD_MSG *transSdMsg);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user