| ManagerConnection Events | 
The ManagerConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| AgentCallbackLogin | 
            An AgentCallbackLogin is triggered when an agent is successfully logged in.
              | |
| AgentCallbackLogoff | 
            An AgentCallbackLogoff is triggered when an agent that previously logged in is logged of.  | |
| AgentCalled | 
            An AgentCalled is triggered when an agent is ring. To enable AgentCalled you have to set eventwhencalled = yes in queues.conf.  | |
| AgentComplete | 
            An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
              | |
| AgentConnect | 
            An AgentConnectEvent is triggered when a caller is connected to an agent.
              | |
| AgentDump | 
            An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
              | |
| AgentLogin | 
            An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
              | |
| AgentLogoff | 
            An AgentCallbackLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
              | |
| Agents | 
            An AgentsEvent is triggered for each agent in response to an AgentsAction.
              | |
| AgentsComplete | 
            An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
              | |
| AGIExec | 
            AgiExec is execute
              | |
| Alarm | 
            An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
              | |
| AlarmClear | 
            An AlarmEvent is triggered when a Zap channel leaves alarm state.
              | |
| AttendedTransfer | ||
| BlindTransfer | ||
| Bridge | ||
| BridgeCreate | ||
| BridgeDestroy | ||
| BridgeEnter | ||
| BridgeLeave | ||
| Cdr | 
            A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
              | |
| ConfbridgeEnd | 
            This event is sent when the last user leaves a conference and it is torn down.
              | |
| ConfbridgeJoin | 
            This event is sent when a user joins a conference - either one already in progress or as the first user to join a newly instantiated bridge.
              | |
| ConfbridgeLeave | 
            This event is sent when a user leaves a conference.
              | |
| ConfbridgeStart | 
            This event is sent when the first user requests a conference and it is instantiated
              | |
| ConfbridgeTalking | 
            This event is sent when the conference detects that a user has either begin or stopped talking.
              | |
| ConnectionState | 
            A ConnectionState is triggered after Connect/Disconnect/Reload/Shutdown events.
              | |
| DBGetResponse | ||
| Dial | 
            A Dial is triggered whenever a phone attempts to dial someone.  | |
| DialBegin | 
            Raised when a dial action has started.  | |
| DialEnd | 
            Raised when a dial action has completed.  | |
| DNDState | 
            A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
              | |
| DTMF | ||
| ExtensionStatus | 
            An ExtensionStatus is triggered when the state of an extension changes.  | |
| FailedACL | ||
| Hangup | 
            A Hangup is triggered when a channel is hung up.  | |
| Hold | 
            A Hold is triggered by the SIP channel driver when a channel is put on hold.  | |
| HoldedCall | 
            A HoldedCall is triggered when a channel is put on hold.  | |
| Join | 
            A Join is triggered when a channel joines a queue.  | |
| Leave | 
            A Leave is triggered when a channel leaves a queue.  | |
| Link | 
            A Link is triggered when two voice channels are linked together and voice data exchange commences. Several Link events may be seen for a single call. This can occur when Asterisk fails to setup a native bridge for the call.This is when Asterisk must sit between two telephones and perform CODEC conversion on their behalf.  | |
| LogChannel | 
            A LogChannel is triggered when logging is turned on or off.  | |
| MeetMeJoin | 
            A MeetMeJoin is triggered if a channel joins a meet me conference.  | |
| MeetMeLeave | 
            A MeetMeLeave is triggered if a channel leaves a meet me conference.  | |
| MeetMeTalking | 
            A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference. To enable talker detection you must pass the option 'T' to the MeetMe application.  | |
| MessageWaiting | 
            A MessageWaiting is triggered when someone leaves voicemail.  | |
| NewCallerId | 
            A NewCallerId is triggered when the caller id of a channel changes.  | |
| NewChannel | 
            A NewChannel is triggered when a new channel is created.  | |
| NewExten | 
            A NewExten is triggered when a channel is connected to a new extension.  | |
| NewState | 
            A NewState is triggered when the state of a channel has changed.  | |
| OriginateResponse | 
            An OriginateResponse is triggered when the execution of an Originate.
              | |
| ParkedCall | 
            A ParkedCall is triggered when a channel is parked (in this case no
            action id is set) and in response to a ParkedCallsAction.  | |
| ParkedCallGiveUp | 
            A ParkedCallGiveUp is triggered when a channel that has been parked is hung up.  | |
| ParkedCallsComplete | 
            A ParkedCallsComplete is triggered after all parked calls have been reported in response to a ParkedCallsAction.
              | |
| ParkedCallTimeOut | 
            A ParkedCallTimeOut is triggered when call parking times out for a given channel.  | |
| PeerEntry | 
            A PeerEntry is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.  | |
| PeerlistComplete | 
            A PeerlistComplete is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.  | |
| PeerStatus | 
            A PeerStatus is triggered when a SIP or IAX client attempts to registrer at this asterisk server.  | |
| QueueCallerAbandon | 
            A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
              | |
| QueueCallerJoin | 
            Raised when a caller joins a Queue.  | |
| QueueCallerLeave | 
            Raised when a caller leaves a Queue.  | |
| QueueEntry | 
            A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
              | |
| QueueMember | 
            A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
              | |
| QueueMemberAdded | 
            A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
              | |
| QueueMemberPause | 
            A QueueMemberPauseEvent is triggered when a queue member is paused or unpaused. Available since : Asterisk 12.  | |
| QueueMemberPaused | 
            A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
            Replaced by : QueueMemberPauseEvent since Asterisk 12. Removed since : Asterisk 13.  | |
| QueueMemberRemoved | 
            A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue.
              | |
| QueueMemberStatus | 
            A QueueMemberStatusEvent shows the status of a QueueMemberEvent.
              | |
| QueueParams | 
            A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
              | |
| QueueStatusComplete | 
            A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
              | |
| Registry | 
            A Registry is triggered when this asterisk server attempts to register
            as a client at another SIP or IAX server.  | |
| Rename | 
            A RenameEvent is triggered when the name of a channel is changed.
              | |
| Status | 
            A StatusEvent is triggered for each active channel in response to a StatusAction.
              | |
| StatusComplete | 
            A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
              | |
| Transfer | ||
| UnhandledEvent | 
            An UnhandledEvent is triggered on unknown event.
              | |
| Unhold | 
            An UnholdEvent is triggered by the SIP channel driver when a channel is no longer put on hold.
              | |
| Unlink | 
            An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
              | |
| UnparkedCall | 
            A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
              | |
| UserEvents | 
            A ZapShowChannelsEvent is triggered on UserEvent in dialplan.
              | |
| VarSet | 
            When a variable is set
              | |
| ZapShowChannels | 
            A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
              | |
| ZapShowChannelsComplete | 
            A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
              |