AsterNET.Manager Namespace |
Class | Description | |
---|---|---|
AuthenticationFailedException |
An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.
| |
EventTimeoutException |
An EventTimeoutException is thrown if a ManagerResponse or some
ResponseEvents are not completely received within the expected time period. This exception allows you to retrieve the partial result, that is the events that have been successfully received before the timeout occured. | |
ManagerConnection |
Default implemention of the ManagerConnection interface.
| |
ManagerException |
An ManagerException is thrown when a Manager Error Response.
| |
ManagerReader |
Default implementation of the ManagerReader interface.
| |
Originate | ||
ResponseEventHandler |
A combinded event and response handler that adds received events and the response to a ResponseEvents object.
| |
ResponseEvents |
Collection of ResponseEvent. Use in events generation actions.
| |
ResponseHandler |
A simple response handler that stores the received response in a ResponseHandlerResult for further processing.
| |
TimeoutException |
A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.
|
Interface | Description | |
---|---|---|
IResponseHandler |
An Interface to handle responses received from an asterisk server.
|
Delegate | Description | |
---|---|---|
AgentCallbackLoginEventHandler |
An AgentCallbackLogin is triggered when an agent is successfully logged in.
| |
AgentCallbackLogoffEventHandler |
An AgentCallbackLogoff is triggered when an agent that previously logged in is logged of.
| |
AgentCalledEventHandler |
An AgentCalled is triggered when an agent is ring. To enable AgentCalled you have to set eventwhencalled = yes in queues.conf. | |
AgentCompleteEventHandler |
An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
| |
AgentConnectEventHandler |
An AgentConnectEvent is triggered when a caller is connected to an agent.
| |
AgentDumpEventHandler |
An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
| |
AgentLoginEventHandler |
An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
| |
AgentLogoffEventHandler |
An AgentLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
| |
AgentsCompleteEventHandler |
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
| |
AgentsEventHandler |
An AgentsEvent is triggered for each agent in response to an AgentsAction.
| |
AGIExecHandler |
AgiExec is execute
| |
AlarmClearEventHandler |
An AlarmEvent is triggered when a Zap channel leaves alarm state.
| |
AlarmEventHandler |
An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
| |
AttendedTransferEventHandler | ||
BlindTransferEventHandler | ||
BridgeCreateEventHandler | ||
BridgeDestroyEventHandler | ||
BridgeEnterEventHandler | ||
BridgeEventHandler | ||
BridgeLeaveEventHandler | ||
CdrEventHandler |
A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
| |
ConfbridgeEndEventHandler |
This event is sent when the last user leaves a conference and it is torn down.
| |
ConfbridgeJoinEventHandler |
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.
| |
ConfbridgeLeaveEventHandler |
This event is sent when a user leaves a conference.
| |
ConfbridgeStartEventHandler |
This event is sent when the first user requests a conference and it is instantiated
| |
ConfbridgeTalkingEventHandler |
This event is sent when the conference detects that a user has either begin or stopped talking.
| |
ConnectionStateEventHandler |
A ConnectionState is triggered after Connect/Disconnect/Reload/Shutdown events.
| |
DBGetResponseEventHandler | ||
DialBeginEventHandler |
Raised when a dial action has started.
| |
DialEndEventHandler |
Raised when a dial action has completed.
| |
DialEventHandler |
A Dial is triggered whenever a phone attempts to dial someone.
| |
DNDStateEventHandler |
A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
| |
DTMFEventHandler | ||
ExtensionStatusEventHandler |
An ExtensionStatus is triggered when the state of an extension changes.
| |
FailedACLEventHandler | ||
HangupEventHandler |
A Hangup is triggered when a channel is hung up.
| |
HoldedCallEventHandler |
A HoldedCall is triggered when a channel is put on hold.
| |
HoldEventHandler |
A Hold is triggered by the SIP channel driver when a channel is put on hold.
| |
JoinEventHandler |
A Join is triggered when a channel joines a queue.
| |
LeaveEventHandler |
A Leave is triggered when a channel leaves a queue.
| |
LinkEventHandler |
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. | |
LogChannelEventHandler |
A LogChannel is triggered when logging is turned on or off.
| |
ManagerEventHandler |
An UnhandledEvent is triggered on unknown event.
| |
MeetMeJoinEventHandler |
A MeetMeJoin is triggered if a channel joins a meet me conference.
| |
MeetMeLeaveEventHandler |
A MeetMeLeave is triggered if a channel leaves a meet me conference.
| |
MeetMeTalkingEventHandler |
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. | |
MessageWaitingEventHandler |
A MessageWaiting is triggered when someone leaves voicemail.
| |
NewCallerIdEventHandler |
A NewCallerId is triggered when the caller id of a channel changes.
| |
NewChannelEventHandler |
A NewChannel is triggered when a new channel is created.
| |
NewExtenEventHandler |
A NewExten is triggered when a channel is connected to a new extension.
| |
NewStateEventHandler |
A NewState is triggered when the state of a channel has changed.
| |
OriginateResponseEventHandler |
An OriginateResponse is triggered when the execution of an Originate.
| |
ParkedCallEventHandler |
A ParkedCall is triggered when a channel is parked (in this case no
action id is set) and in response to a ParkedCallsAction.
| |
ParkedCallGiveUpEventHandler |
A ParkedCallGiveUp is triggered when a channel that has been parked is hung up.
| |
ParkedCallsCompleteEventHandler |
A ParkedCallsComplete is triggered after all parked calls have been reported in response to a ParkedCallsAction.
| |
ParkedCallTimeOutEventHandler |
A ParkedCallTimeOut is triggered when call parking times out for a given channel. | |
PeerEntryEventHandler |
A PeerEntry is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.
| |
PeerlistCompleteEventHandler |
A PeerlistComplete is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.
| |
PeerStatusEventHandler |
A PeerStatus is triggered when a SIP or IAX client attempts to registrer at this asterisk server.
| |
QueueCallerAbandonEventHandler | ||
QueueCallerJoinEventHandler |
Raised when a caller joins a Queue.
| |
QueueCallerLeaveEventHandler |
Raised when a caller leaves a Queue.
| |
QueueEntryEventHandler |
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
| |
QueueMemberAddedEventHandler |
A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
| |
QueueMemberEventHandler |
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
| |
QueueMemberPausedEventHandler |
A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
| |
QueueMemberPauseEventHandler |
A QueueMemberPauseEvent is triggered when a queue member is paused or unpaused. Available since Asterisk 12 | |
QueueMemberRemovedEventHandler |
A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue.
| |
QueueMemberStatusEventHandler |
A QueueMemberStatusEvent shows the status of a QueueMemberEvent.
| |
QueueParamsEventHandler |
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
| |
QueueStatusCompleteEventHandler |
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
| |
RegistryEventHandler |
A Registry is triggered when this asterisk server attempts to register
as a client at another SIP or IAX server. | |
RenameEventHandler |
A RenameEvent is triggered when the name of a channel is changed.
| |
StatusCompleteEventHandler |
A StatusEvent is triggered for each active channel in response to a StatusAction.
| |
StatusEventHandler | ||
TransferEventHandler |
A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
| |
UnholdEventHandler |
An UnholdEvent is triggered by the SIP channel driver when a channel is no longer put on hold.
| |
UnlinkEventHandler |
An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
| |
UnparkedCallEventHandler |
A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
| |
UserEventHandler |
A ZapShowChannelsEvent is triggered on UserEvent in dialplan.
| |
VarSetEventHandler |
When a variable is set
| |
ZapShowChannelsCompleteEventHandler |
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
| |
ZapShowChannelsEventHandler |
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
|
Enumeration | Description | |
---|---|---|
AsteriskVersion |