Method | Description | |
---|---|---|
MakeCall ( Contact contact ) : void |
Call someone
|
|
ProcessRequest ( RequestContext context ) : ProcessingResult | ||
RegisterMethod ( string method, EventHandler |
||
Send ( IRequest request ) : void |
Method | Description | |
---|---|---|
OnInviteResponse ( object sender, ResponseEventArgs e ) : void |
Responses are first processed by the transport layer and then passed up to the transaction layer. The transaction layer performs its processing and then passes the response up to the TU. The majority of response processing in the TU is method specific. However, there are some general behaviors independent of the method.
|
|
OnTransactionTerminated ( object sender, |
||
OnTransportFailed ( object sender, |
||
Process3xx ( IResponse response ) : bool | ||
Process4xx ( IClientTransaction transaction, IResponse response ) : bool |
RFC3261 Section 8.1.3.5 Processing 4xx Responses
|
|
UserAgent ( ) : System | ||
UserAgent ( ISipStack stack ) : System |
public ProcessRequest ( RequestContext context ) : ProcessingResult | ||
context | RequestContext | |
return | ProcessingResult |
public RegisterMethod ( string method, EventHandler |
||
method | string | |
handler | EventHandler |
|
return | void |