Click or drag to resize
Originate Class

[Missing <summary> documentation for "T:AsterNET.Manager.Originate"]

Inheritance Hierarchy
SystemObject
  AsterNET.ManagerOriginate

Namespace: AsterNET.Manager
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Originate

The Originate type exposes the following members.

Constructors
  NameDescription
Public methodOriginate
Initializes a new instance of the Originate class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVariable
Gets a variable on the originated call. Replaces any existing variable with the same name.
Public methodGetVariables
Get the variables dictionary to set on the originated call.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetVariable
Sets a variable dictionary on the originated call. Replaces any existing variable with the same name.
Public methodSetVariables
Set the variables dictionary to set on the originated call.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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