C# Class TelAPI.InboundXML.Element.Sip

Inheritance: DialElement
ファイルを表示 Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Create ( string sipAddress, string sendDigits, string url, HttpMethod method ) : Sip

The Sip element is nested within the Dial element, and is used to call to sip addresses.

Sip ( ) : System

Method Details

Create() public static method

The Sip element is nested within the Dial element, and is used to call to sip addresses.
public static Create ( string sipAddress, string sendDigits, string url, HttpMethod method ) : Sip
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 Sip

Sip() public method

public Sip ( ) : System
return System