C# Class TelAPI.InboundXML.Element.Sip

Inheritance: DialElement
Afficher le fichier Open project: TelAPI/telapi-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat Sip

Sip() public méthode

public Sip ( ) : System
Résultat System