C# Class CgwMonitorManage.T28181.SipSDKInterface

Show file Open project: eSDK/esdk_Cgw Class Usage Examples

Private Methods

Method Description
SIP_SDK_ACK ( ) : EM_SIP_RESULT
SIP_SDK_ACK ( int iResponseID ) : EM_SIP_RESULT
SIP_SDK_BYE ( int responseID ) : EM_SIP_RESULT
SIP_SDK_INVITE ( string pAccount, string pSdpBody, int &iResponseID, StringBuilder strRemoteBody ) : EM_SIP_RESULT
SIP_SDK_Init ( string pLocalSipAccount, string pLocalSipPasswd, string pLocalID, string pLocalIP, int iLocalPort, string pServerSipAccount, string pServerSipPasswd, string pServerID, string pServerIP, int iServerPort, SIP_CallBack pCallBackFunc ) : EM_SIP_RESULT
SIP_SDK_MESSAGE ( string pDeviceID, string pBody ) : EM_SIP_RESULT
SIP_SDK_REGISTER ( ) : EM_SIP_RESULT
SIP_SDK_Subscribe ( string pBody ) : EM_SIP_RESULT
SIP_SDK_UNREGISTER ( ) : EM_SIP_RESULT
SIP_SDK_UnInit ( ) : EM_SIP_RESULT