Click or drag to resize
AttendedTransferEvent Properties

The AttendedTransferEvent type exposes the following members.

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
Public propertyOrigBridgeName
Public propertyOrigBridgeNumChannels
Public propertyOrigBridgetechnology
Public propertyOrigBridgeType
Public propertyOrigBridgeUniqueId
Public propertyOrigTransfererAccountCode
Public propertyOrigTransfererCalleridName
Public propertyOrigTransfererCalleridNum
Public propertyOrigTransfererChannel
Public propertyOrigTransfererChannelState
Public propertyOrigTransfererChannelStatedesc
Public propertyOrigTransfererConnectedLineName
Public propertyOrigTransfererConnectedLineNum
Public propertyOrigTransfererContext
Public propertyOrigTransfererLanguage
Public propertyOrigTransfererPriority
Public propertyOrigTransfererUniqueId
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
Public propertySecondBridgeName
Public propertySecondBridgeNumChannels
Public propertySecondBridgeTechnology
Public propertySecondBridgeType
Public propertySecondBridgeUniqueId
Public propertySecondTransfererAccountCode
Public propertySecondTransfererCalleridName
Public propertySecondTransfererCalleridNum
Public propertySecondTransfererChannel
Public propertySecondTransfererChannelState
Public propertySecondTransfererChannelStatedesc
Public propertySecondTransfererConnectedLineName
Public propertySecondTransfererConnectedLineNum
Public propertySecondTransfererContext
Public propertySecondTransfererExten
Public propertySecondTransfererLanguage
Public propertySecondTransfererPriority
Public propertySecondTransfererUniqueId
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
Public propertyTransfereeCalleridName
Public propertyTransfereeCalleridNum
Public propertyTransfereeChannel
Public propertyTransfereeChannelState
Public propertyTransfereeChannelStatedesc
Public propertyTransfereeConnectedLineName
Public propertyTransfereeConnectedLineNum
Public propertyTransfereeContext
Public propertyTransfereeExten
Public propertyTransfereeLanguage
Public propertyTransfereePriority
Public propertyTransfereeUniqueId
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