Click or drag to resize
AttendedTransferEvent Class

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

Inheritance Hierarchy

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AttendedTransferEvent : ManagerEvent

The AttendedTransferEvent type exposes the following members.

Constructors
  NameDescription
Public methodAttendedTransferEvent
Initializes a new instance of the AttendedTransferEvent 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Unknown properties parser
(Inherited from ManagerEvent.)
Public methodParseSpecial
Unknown properties parser.
(Inherited from ManagerEvent.)
Public methodToString
Convert all properties to string
(Inherited from ManagerEvent.)
Top
Properties
  NameDescription
Public propertyAttributes
Store all unknown (without setter) keys from manager event.
Use in default Parse method Parse(String, String)
(Inherited from ManagerEvent.)
Public propertyChannel
Get/Set the name of the channel.
(Inherited from ManagerEvent.)
Public propertyDateReceived
Get/Set the point in time this event was received from the Asterisk server.
Pseudo events that are not directly received from the asterisk server (for example ConnectEvent and DisconnectEvent) may return null.
(Inherited from ManagerEvent.)
Public propertyDestBridgeUniqueId
Public propertyDestType
Public propertyIsExternal
Public propertyOrigBridgeCreator
Available since : Asterisk 12.
Public propertyOrigBridgeName
Available since : Asterisk 12.
Public propertyOrigBridgeNumChannels
Available since : Asterisk 12.
Public propertyOrigBridgetechnology
Get/Set the identifier of the remote fax station. Available since : Asterisk 12.
Public propertyOrigBridgeType
Available since : Asterisk 12.
Public propertyOrigBridgeUniqueId
Available since : Asterisk 12.
Public propertyOrigTransfererAccountCode
Available since : Asterisk 12.
Public propertyOrigTransfererCalleridName
Available since : Asterisk 12.
Public propertyOrigTransfererCalleridNum
Available since : Asterisk 12.
Public propertyOrigTransfererChannel
Available since : Asterisk 12.
Public propertyOrigTransfererChannelState
Available since : Asterisk 12.
Public propertyOrigTransfererChannelStatedesc
Available since : Asterisk 12.
Public propertyOrigTransfererConnectedLineName
Available since : Asterisk 12.
Public propertyOrigTransfererConnectedLineNum
Available since : Asterisk 12.
Public propertyOrigTransfererContext
Available since : Asterisk 12.
Public propertyOrigTransfererLanguage
Public propertyOrigTransfererPriority
Available since : Asterisk 12.
Public propertyOrigTransfererUniqueId
Available since : Asterisk 12.
Public propertyPrivilege
Get/Set the AMI authorization class of this event.
This is one or more of system, call, log, verbose, command, agent or user. Multiple privileges are separated by comma.
Note: This property is not available from Asterisk 1.0 servers.
(Inherited from ManagerEvent.)
Public propertyResult
Public propertySecondBridgeCreator
Available since : Asterisk 12.
Public propertySecondBridgeName
Available since : Asterisk 12.
Public propertySecondBridgeNumChannels
Available since : Asterisk 12.
Public propertySecondBridgeTechnology
Available since : Asterisk 12.
Public propertySecondBridgeType
Available since : Asterisk 12.
Public propertySecondBridgeUniqueId
Available since : Asterisk 12.
Public propertySecondTransfererAccountCode
Available since : Asterisk 12.
Public propertySecondTransfererCalleridName
Available since : Asterisk 12.
Public propertySecondTransfererCalleridNum
Available since : Asterisk 12.
Public propertySecondTransfererChannel
Available since : Asterisk 12.
Public propertySecondTransfererChannelState
Available since : Asterisk 12.
Public propertySecondTransfererChannelStatedesc
Available since : Asterisk 12.
Public propertySecondTransfererConnectedLineName
Available since : Asterisk 12.
Public propertySecondTransfererConnectedLineNum
Available since : Asterisk 12.
Public propertySecondTransfererContext
Available since : Asterisk 12.
Public propertySecondTransfererExten
Available since : Asterisk 12.
Public propertySecondTransfererLanguage
Public propertySecondTransfererPriority
Available since : Asterisk 12.
Public propertySecondTransfererUniqueId
Available since : Asterisk 12.
Public propertyServer
Specify a server to which to send your commands (x.x.x.x or hostname).
This should match the server name specified in your config file's "host" entry. If you do not specify a server, the proxy will pick the first one it finds -- fine in single-server configurations.
(Inherited from ManagerEvent.)
Public propertySource
The ManagerConnection the Event was sourced from.
(Inherited from ManagerEvent.)
Public propertyTimestamp
Returns the timestamp for this event.
The timestamp property is available in Asterisk since 1.4 if enabled in manager.conf by setting timestampevents = yes. In contains the time the event was generated in seconds since the epoch.
(Inherited from ManagerEvent.)
Public propertyTransfereeAccountCode
Available since : Asterisk 12.
Public propertyTransfereeCalleridName
Available since : Asterisk 12.
Public propertyTransfereeCalleridNum
Available since : Asterisk 12.
Public propertyTransfereeChannel
Available since : Asterisk 12.
Public propertyTransfereeChannelState
Available since : Asterisk 12.
Public propertyTransfereeChannelStatedesc
Available since : Asterisk 12.
Public propertyTransfereeConnectedLineName
Available since : Asterisk 12.
Public propertyTransfereeConnectedLineNum
Available since : Asterisk 12.
Public propertyTransfereeContext
Available since : Asterisk 12.
Public propertyTransfereeExten
Available since : Asterisk 12.
Public propertyTransfereeLanguage
Public propertyTransfereePriority
Available since : Asterisk 12.
Public propertyTransfereeUniqueId
Available since : Asterisk 12.
Public propertyTransferTargetAccountCode
Public propertyTransferTargetCalleridName
Public propertyTransferTargetCalleridNum
Public propertyTransferTargetChannel
Public propertyTransferTargetChannelState
Public propertyTransferTargetChannelStatedesc
Public propertyTransferTargetConnectedLineName
Public propertyTransferTargetConnectedLineNum
Public propertyTransferTargetContext
Public propertyTransferTargetLanguage
Public propertyTransferTargetPriority
Public propertyTransferTargetUniqueId
Public propertyUniqueId
Get/Set the unique id of the channel.
(Inherited from ManagerEvent.)
Top
See Also