Click or drag to resize
Originate Properties

The Originate type exposes the following members.

Properties
  NameDescription
Public propertyAccount
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.
Public propertyApplication
Get/Set the name of the application to connect to.
Public propertyCallerId
Get/Set the caller id to set on the outgoing channel.
Public propertyChannel
Get/Set the name of the channel to connect to the outgoing call. This property is required.
Public propertyContext
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.
Public propertyData
Get/Set the parameters to pass to the application.
Public propertyExten
Get/Set the extension to connect to. If you set the extension you also have to set the context and priority properties.
Public propertyPriority
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.
Public propertyTimeout
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.
Top
See Also