Méthode | Description | |
---|---|---|
CreateClientDialog ( IRequest request, IResponse response ) : |
Create a dialog when we get a response to our INVITE request. Described in RFC321 Section 12.1.2 UAC Behavior |
|
DialogManager ( ISipStack stack ) : System | ||
Process ( IRequest request, IServerTransaction transaction ) : bool |
Méthode | Description | |
---|---|---|
CopyAndReverse ( Route route ) : Route | ||
CreateServerDialog ( IServerTransaction transaction, IResponse response ) : |
Create a dialog from as an user agent server. Described in RFC3261 Section 12.1.1 UAS behavior |
|
OnDialogTerminated ( object sender, |
public CreateClientDialog ( IRequest request, IResponse response ) : |
||
request | IRequest | |
response | IResponse | |
Résultat |
public DialogManager ( ISipStack stack ) : System | ||
stack | ISipStack | |
Résultat | System |
public Process ( IRequest request, IServerTransaction transaction ) : bool | ||
request | IRequest | |
transaction | IServerTransaction | |
Résultat | bool |