public ParseDialString ( DialPlanContextsEnum dialPlanType,
|
||
dialPlanType | DialPlanContextsEnum | The type of dialplan that generated the Dial command. |
sipRequest | The SIP Request that originated this command. Can be null if the call was not initiated by a SIP request such as /// by a HTTP web service. | |
command | string | The Dial command string being parsed. |
customHeaders | List |
If non-empty contains a list of custom SIP headers that will be added to the forwarded request. |
customContentType | string | If set indicates a custom content type header is required on the forwarded request and it /// overrides any other value. |
customContent | string | If set indicates a custom body is required on the forwarded request and it /// overrides any other value. |
callersNetworkId | string | If the call originated from a locally administered account this will hold the account's /// networkid which is used to determine if two local accounts are on the same network and therefore should have their SDP /// left alone. |
fromDisplayName | string | If set will be used the From header display name instead of the value from the originating SIP request. |
fromUsername | string | If set will be used the From header user name instead of the value from the originating SIP request. |
fromHost | string | If set will be used the From header host instead of the value from the originating SIP request. |
contact | ||
serviceLevel | CustomerServiceLevels | |
리턴 | Queue
|