C# Class SIPSorcery.Servers.SIPAppServerCore.SIPAppServerCoreUnitTest

Show file Open project: sipsorcery/sipsorcery

Public Methods

Method Description
sipTransport1_SIPRequestOutTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint toEndPoint, SIPRequest sipRequest ) : void
sipTransport1_SIPResponseInTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint fromEndPoint, SIPResponse sipResponse ) : void
sipTransport2_SIPRequestInTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint fromEndPoint, SIPRequest sipRequest ) : void
sipTransport2_SIPResponseOutTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint toEndPoint, SIPResponse sipResponse ) : void
statefulProxyCore1_StatefulProxyLogEvent ( SIPMonitorEvent logEvent ) : void
statefulProxyCore2_StatefulProxyLogEvent ( SIPMonitorEvent logEvent ) : void

Private Methods

Method Description
B2BInviteStatefulProxyTest ( ) : void
B2BInviteTransactionStatefulProxyTest ( ) : void
B2BInviteTransactionUserFoundStatefulProxyTest ( ) : void
B2BOptionsStatefulProxyTest ( ) : void
CreateStatefulProxyTest ( ) : void
Dispose ( ) : void
GetInviteRequest ( IPEndPoint localContact, string inviteBody, IPEndPoint dstEndPoint ) : SIPRequest
GetOptionsRequest ( SIPURI serverURI, int cseq, IPEndPoint contact ) : SIPRequest
Init ( ) : void
SampleTest ( ) : void
statefulProxyCore2_GetCanonicalDomain ( string domain ) : string
statefulProxyCore2_GetExtensionOwner ( string user, string domain ) : string
statefulProxyCore2_LoadDialPlan ( string sipAccountUsername, string sipAccountDomain ) : SIPDialPlan

Method Details

sipTransport1_SIPRequestOutTraceEvent() public method

public sipTransport1_SIPRequestOutTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint toEndPoint, SIPRequest sipRequest ) : void
localEndPoint SIPSorcery.SIP.SIPEndPoint
toEndPoint SIPSorcery.SIP.SIPEndPoint
sipRequest SIPSorcery.SIP.SIPRequest
return void

sipTransport1_SIPResponseInTraceEvent() public method

public sipTransport1_SIPResponseInTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint fromEndPoint, SIPResponse sipResponse ) : void
localEndPoint SIPSorcery.SIP.SIPEndPoint
fromEndPoint SIPSorcery.SIP.SIPEndPoint
sipResponse SIPSorcery.SIP.SIPResponse
return void

sipTransport2_SIPRequestInTraceEvent() public method

public sipTransport2_SIPRequestInTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint fromEndPoint, SIPRequest sipRequest ) : void
localEndPoint SIPSorcery.SIP.SIPEndPoint
fromEndPoint SIPSorcery.SIP.SIPEndPoint
sipRequest SIPSorcery.SIP.SIPRequest
return void

sipTransport2_SIPResponseOutTraceEvent() public method

public sipTransport2_SIPResponseOutTraceEvent ( SIPEndPoint localEndPoint, SIPEndPoint toEndPoint, SIPResponse sipResponse ) : void
localEndPoint SIPSorcery.SIP.SIPEndPoint
toEndPoint SIPSorcery.SIP.SIPEndPoint
sipResponse SIPSorcery.SIP.SIPResponse
return void

statefulProxyCore1_StatefulProxyLogEvent() public method

public statefulProxyCore1_StatefulProxyLogEvent ( SIPMonitorEvent logEvent ) : void
logEvent SIPSorcery.SIP.App.SIPMonitorEvent
return void

statefulProxyCore2_StatefulProxyLogEvent() public method

public statefulProxyCore2_StatefulProxyLogEvent ( SIPMonitorEvent logEvent ) : void
logEvent SIPSorcery.SIP.App.SIPMonitorEvent
return void