C# Class SIPSorcery.SIP.App.SIPCallDescriptor

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
AccountCode string
AuthUsername string
CRMHeaders CRMHeaders
CallDirection SIPCallDirection
CallDurationLimit int
CallbackNumber string
CallbackPattern string
CallbackPhoneType int
Content string
ContentType string
CustomHeaders List
DelayMRE System.Threading.ManualResetEvent
DelaySeconds int
DialPlanContextID System.Guid
From string
FromDisplayName string
FromURIHost string
FromURIUsername string
IsGoogleVoiceCall bool
MangleIPAddress System.Net.IPAddress
MangleResponseSDP bool
Password string
ProxySendFrom string
RateCode string
RedirectMode SIPCallRedirectModesEnum
RequestCallerDetails bool
RouteSet string
SwitchboardHeaders SwitchboardHeaders
To string
ToSIPAccount SIPAccount
TransferMode SIPDialogueTransferModesEnum
Uri string
Username string

Méthodes publiques

Méthode Description
CopyOf ( ) : SIPCallDescriptor
GetFromHeader ( ) : SIPFromHeader
ParseCallOptions ( string options ) : void
ParseCustomHeaders ( string customHeaders ) : List
SIPCallDescriptor ( SIPAccount toSIPAccount, string uri, string fromHeader, string contentType, string content ) : System

SIPCallDescriptor ( string username, string password, string uri, string callbackNumber, string callbackPattern, int callbackPhoneType, string content, string contentType, IPAddress mangleIPAddress ) : System
SIPCallDescriptor ( string username, string password, string uri, string from, string to, string routeSet, List customHeaders, string authUsername, SIPCallDirection callDirection, string contentType, string content, IPAddress mangleIPAddress ) : System
SetGeneralFromHeaderFields ( string fromDisplayName, string fromUsername, string fromHost ) : void

These setting do NOT override the ones from the call options.

Method Details

CopyOf() public méthode

public CopyOf ( ) : SIPCallDescriptor
Résultat SIPCallDescriptor

GetFromHeader() public méthode

public GetFromHeader ( ) : SIPFromHeader
Résultat SIPFromHeader

ParseCallOptions() public méthode

public ParseCallOptions ( string options ) : void
options string
Résultat void

ParseCustomHeaders() public static méthode

public static ParseCustomHeaders ( string customHeaders ) : List
customHeaders string
Résultat List

SIPCallDescriptor() public méthode

public SIPCallDescriptor ( SIPAccount toSIPAccount, string uri, string fromHeader, string contentType, string content ) : System
toSIPAccount SIPAccount
uri string The uri can be different to the to SIP account if a dotted notation is used. For /// example [email protected].
fromHeader string
contentType string
content string
Résultat System

SIPCallDescriptor() public méthode

public SIPCallDescriptor ( string username, string password, string uri, string callbackNumber, string callbackPattern, int callbackPhoneType, string content, string contentType, IPAddress mangleIPAddress ) : System
username string
password string
uri string
callbackNumber string
callbackPattern string
callbackPhoneType int
content string
contentType string
mangleIPAddress System.Net.IPAddress
Résultat System

SIPCallDescriptor() public méthode

public SIPCallDescriptor ( string username, string password, string uri, string from, string to, string routeSet, List customHeaders, string authUsername, SIPCallDirection callDirection, string contentType, string content, IPAddress mangleIPAddress ) : System
username string
password string
uri string
from string
to string
routeSet string
customHeaders List
authUsername string
callDirection SIPCallDirection
contentType string
content string
mangleIPAddress System.Net.IPAddress
Résultat System

SetGeneralFromHeaderFields() public méthode

These setting do NOT override the ones from the call options.
public SetGeneralFromHeaderFields ( string fromDisplayName, string fromUsername, string fromHost ) : void
fromDisplayName string
fromUsername string
fromHost string
Résultat void

Property Details

AccountCode public_oe property

public string AccountCode
Résultat string

AuthUsername public_oe property

public string AuthUsername
Résultat string

CRMHeaders public_oe property

public CRMHeaders,SIPSorcery.SIP.App CRMHeaders
Résultat CRMHeaders

CallDirection public_oe property

public SIPCallDirection CallDirection
Résultat SIPCallDirection

CallDurationLimit public_oe property

public int CallDurationLimit
Résultat int

CallbackNumber public_oe property

public string CallbackNumber
Résultat string

CallbackPattern public_oe property

public string CallbackPattern
Résultat string

CallbackPhoneType public_oe property

public int CallbackPhoneType
Résultat int

Content public_oe property

public string Content
Résultat string

ContentType public_oe property

public string ContentType
Résultat string

CustomHeaders public_oe property

public List CustomHeaders
Résultat List

DelayMRE public_oe property

public ManualResetEvent,System.Threading DelayMRE
Résultat System.Threading.ManualResetEvent

DelaySeconds public_oe property

public int DelaySeconds
Résultat int

DialPlanContextID public_oe property

public Guid,System DialPlanContextID
Résultat System.Guid

From public_oe property

public string From
Résultat string

FromDisplayName public_oe property

public string FromDisplayName
Résultat string

FromURIHost public_oe property

public string FromURIHost
Résultat string

FromURIUsername public_oe property

public string FromURIUsername
Résultat string

IsGoogleVoiceCall public_oe property

public bool IsGoogleVoiceCall
Résultat bool

MangleIPAddress public_oe property

public IPAddress,System.Net MangleIPAddress
Résultat System.Net.IPAddress

MangleResponseSDP public_oe property

public bool MangleResponseSDP
Résultat bool

Password public_oe property

public string Password
Résultat string

ProxySendFrom public_oe property

public string ProxySendFrom
Résultat string

RateCode public_oe property

public string RateCode
Résultat string

RedirectMode public_oe property

public SIPCallRedirectModesEnum RedirectMode
Résultat SIPCallRedirectModesEnum

RequestCallerDetails public_oe property

public bool RequestCallerDetails
Résultat bool

RouteSet public_oe property

public string RouteSet
Résultat string

SwitchboardHeaders public_oe property

public SwitchboardHeaders,SIPSorcery.SIP.App SwitchboardHeaders
Résultat SwitchboardHeaders

To public_oe property

public string To
Résultat string

ToSIPAccount public_oe property

public SIPAccount,SIPSorcery.SIP.App ToSIPAccount
Résultat SIPAccount

TransferMode public_oe property

public SIPDialogueTransferModesEnum TransferMode
Résultat SIPDialogueTransferModesEnum

Uri public_oe property

public string Uri
Résultat string

Username public_oe property

public string Username
Résultat string