Property | Type | Description |
---|
Method | Description | |
---|---|---|
Create ( string sipAddress, string sendDigits, string url, HttpMethod method ) : |
The Sip element is nested within the Dial element, and is used to call to sip addresses.
|
|
Sip ( ) : System |
public static Create ( string sipAddress, string sendDigits, string url, HttpMethod method ) : |
||
sipAddress | string | Sip address |
sendDigits | string | Specifies which DTFM tones to play to the called party. w indicates a half second pause. |
url | string | URL that the called party can be directed to before the call beings. |
method | HttpMethod | method used to request the url. |
return |