Originate Properties |
The Originate type exposes the following members.
Name | Description | |
---|---|---|
Account |
Get/Set the account code to use for the originated call.
The account code is included in the call detail record generated for this
call and will be used for billing.
| |
Application |
Get/Set the name of the application to connect to.
| |
CallerId |
Get/Set the caller id to set on the outgoing channel.
| |
Channel |
Get/Set the name of the channel to connect to the outgoing call.
This property is required.
| |
Context |
Get/Set the name of the context of the extension to connect to.
If you set the context you also have to set the exten and priority properties.
| |
Data |
Get/Set the parameters to pass to the application.
| |
Exten |
Get/Set the extension to connect to.
If you set the extension you also have to set the context and priority properties.
| |
Priority |
Get/Set the priority of the extension to connect to. If you set the priority
you also have to set the context and exten properties.
| |
Timeout |
Get/Set the timeout for the origination (in seconds) for the origination. The channel must be answered within this time, otherwise the origination is considered to have failed and an OriginateFailureEvent is generated. If not set, a default value of 30 seconds. |