2016-10-19 07:20:23 +00:00
< html > < head > < meta http-equiv = "X-UA-Compatible" content = "IE=edge" / > < link rel = "shortcut icon" href = "../icons/favicon.ico" / > < link rel = "stylesheet" type = "text/css" href = "../styles/branding.css" / > < link rel = "stylesheet" type = "text/css" href = "../styles/branding-en-US.css" / > < script type = "text/javascript" src = "../scripts/branding.js" > < / script > < meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / > < title > AsterNET.Manager Namespace< / title > < meta name = "Language" content = "en-us" / > < meta name = "System.Keywords" content = "AsterNET.Manager namespace" / > < meta name = "Microsoft.Help.F1" content = "AsterNET.Manager" / > < meta name = "Microsoft.Help.Id" content = "N:AsterNET.Manager" / > < meta name = "Description" content = "AsterNet Manager" / > < meta name = "Microsoft.Help.ContentType" content = "Reference" / > < meta name = "BrandingAware" content = "true" / > < meta name = "container" content = "AsterNET.Manager" / > < meta name = "file" content = "N_AsterNET_Manager" / > < meta name = "guid" content = "N_AsterNET_Manager" / > < link rel = "stylesheet" type = "text/css" href = "../styles/branding-Website.css" / > < script type = "text/javascript" src = "../scripts/jquery-1.11.0.min.js" > < / script > < script type = "text/javascript" src = "../scripts/branding-Website.js" > < / script > < / head > < body onload = "OnLoad('cs')" > < input type = "hidden" id = "userDataCache" class = "userDataStyle" / > < div class = "pageHeader" id = "PageHeader" > AsterNet Class Library (Sandcastle documentation)< form id = "SearchForm" method = "get" action = "#" onsubmit = "javascript:TransferToSearchPage(); return false;" > < input id = "SearchTextBox" type = "text" maxlength = "200" / > < button id = "SearchButton" type = "submit" > < / button > < / form > < / div > < div class = "pageBody" > < div class = "leftNav" id = "leftNav" > < div id = "tocNav" > < div class = "toclevel0" data-toclevel = "0" > < a class = "tocCollapsed" onclick = "javascript: Toggle(this);" href = "#!" > < / a > < a data-tochassubtree = "true" href = "79b6241e-05a3-441c-b6a1-51f2b5b7f265.htm" title = "AsterNet Class Library (Sandcastle documentation)" tocid = "roottoc" > AsterNet Class Library (Sandcastle documentation)< / a > < / div > < div class = "toclevel1 current" data-toclevel = "1" data-childrenloaded = "true" > < a class = "tocExpanded" onclick = "javascript: Toggle(this);" href = "#!" > < / a > < a data-tochassubtree = "true" href = "N_AsterNET_Manager.htm" title = "AsterNET.Manager" tocid = "N_AsterNET_Manager" > AsterNET.Manager< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentCallbackLoginEventHandler.htm" title = "AgentCallbackLoginEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentCallbackLoginEventHandler" > AgentCallbackLoginEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentCallbackLogoffEventHandler.htm" title = "AgentCallbackLogoffEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentCallbackLogoffEventHandler" > AgentCallbackLogoffEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentCalledEventHandler.htm" title = "AgentCalledEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentCalledEventHandler" > AgentCalledEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentCompleteEventHandler.htm" title = "AgentCompleteEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentCompleteEventHandler" > AgentCompleteEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentConnectEventHandler.htm" title = "AgentConnectEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentConnectEventHandler" > AgentConnectEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentDumpEventHandler.htm" title = "AgentDumpEventHandler Delegate" tocid = "T_AsterNET_Manager_AgentDumpEventHandler" > AgentDumpEventHandler Delegate< / a > < / div > < div class = "toclevel2" data-toclevel = "2" > < a data-tochassubtree = "false" href = "T_AsterNET_Manager_AgentLoginEventHandler.htm" title = "AgentLoginEventHandler
2016-10-03 09:15:07 +00:00
< / th > < th > Class< / th > < th > Description< / th > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_AuthenticationFailedException.htm" > AuthenticationFailedException< / a > < / td > < td > < div class = "summary" >
An AuthenticationFailedException is thrown when a login fails due to an incorrect username and/or password.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_EventTimeoutException.htm" > EventTimeoutException< / a > < / td > < td > < div class = "summary" >
An EventTimeoutException is thrown if a ManagerResponse or some
ResponseEvents are not completely received within the expected time period.< br / >
This exception allows you to retrieve the partial result, that is the events
that have been successfully received before the timeout occured.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ManagerConnection.htm" > ManagerConnection< / a > < / td > < td > < div class = "summary" >
Default implemention of the ManagerConnection interface.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ManagerException.htm" > ManagerException< / a > < / td > < td > < div class = "summary" >
An ManagerException is thrown when a Manager Error Response.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ManagerReader.htm" > ManagerReader< / a > < / td > < td > < div class = "summary" >
Default implementation of the ManagerReader interface.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_Originate.htm" > Originate< / a > < / td > < td / > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ResponseEventHandler.htm" > ResponseEventHandler< / a > < / td > < td > < div class = "summary" >
A combinded event and response handler that adds received events and the response to a ResponseEvents object.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ResponseEvents.htm" > ResponseEvents< / a > < / td > < td > < div class = "summary" >
Collection of ResponseEvent. Use in events generation actions.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_ResponseHandler.htm" > ResponseHandler< / a > < / td > < td > < div class = "summary" >
A simple response handler that stores the received response in a ResponseHandlerResult for further processing.
< / div > < / td > < / tr > < tr data = "class; public" > < td > < img src = "../icons/pubclass.gif" alt = "Public class" title = "Public class" / > < / td > < td > < a href = "T_AsterNET_Manager_TimeoutException.htm" > TimeoutException< / a > < / td > < td > < div class = "summary" >
A TimeoutException is thrown if a ManagerResponse is not received within the expected time period.
< / div > < / td > < / tr > < / table > < / div > < div class = "collapsibleAreaRegion" > < span class = "collapsibleRegionTitle" onclick = "SectionExpandCollapse('ID1RB')" onkeypress = "SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex = "0" > < img id = "ID1RBToggle" class = "collapseToggle" src = "../icons/SectionExpanded.png" / > Interfaces< / span > < / div > < div id = "ID1RBSection" class = "collapsibleSection" > < table id = "typeList" class = "members" > < tr > < th class = "iconColumn" >
< / th > < th > Interface< / th > < th > Description< / th > < / tr > < tr data = "interface; public" > < td > < img src = "../icons/pubinterface.gif" alt = "Public interface" title = "Public interface" / > < / td > < td > < a href = "T_AsterNET_Manager_IResponseHandler.htm" > IResponseHandler< / a > < / td > < td > < div class = "summary" >
An Interface to handle responses received from an asterisk server.
< / div > < / td > < / tr > < / table > < / div > < div class = "collapsibleAreaRegion" > < span class = "collapsibleRegionTitle" onclick = "SectionExpandCollapse('ID2RB')" onkeypress = "SectionExpandCollapse_CheckKey('ID2RB', event)" tabindex = "0" > < img id = "ID2RBToggle" class = "collapseToggle" src = "../icons/SectionExpanded.png" / > Delegates< / span > < / div > < div id = "ID2RBSection" class = "collapsibleSection" > < table id = "typeList" class = "members" > < tr > < th class = "iconColumn" >
2016-10-19 07:20:23 +00:00
< / th > < th > Delegate< / th > < th > Description< / th > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentCallbackLoginEventHandler.htm" > AgentCallbackLoginEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentCallbackLogin is triggered when an agent is successfully logged in.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentCallbackLogoffEventHandler.htm" > AgentCallbackLogoffEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentCallbackLogoff is triggered when an agent that previously logged in is logged of.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentCalledEventHandler.htm" > AgentCalledEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentCalled is triggered when an agent is ring.< br / >
To enable AgentCalled you have to set eventwhencalled = yes in queues.conf.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentCompleteEventHandler.htm" > AgentCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentCompleteEvent is triggered when at the end of a call if the caller was connected to an agent.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentConnectEventHandler.htm" > AgentConnectEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentConnectEvent is triggered when a caller is connected to an agent.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentDumpEventHandler.htm" > AgentDumpEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentDumpEvent is triggered when an agent dumps the caller while listening to the queue announcement.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentLoginEventHandler.htm" > AgentLoginEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentLoginEvent is triggered when an agent is successfully logged in using AgentLogin.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentLogoffEventHandler.htm" > AgentLogoffEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentLogoffEvent is triggered when an agent that previously logged in using AgentLogin is logged of.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentsCompleteEventHandler.htm" > AgentsCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AgentsEventHandler.htm" > AgentsEventHandler< / a > < / td > < td > < div class = "summary" >
An AgentsEvent is triggered for each agent in response to an AgentsAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AGIExecHandler.htm" > AGIExecHandler< / a > < / td > < td > < div class = "summary" >
AgiExec is execute
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AlarmClearEventHandler.htm" > AlarmClearEventHandler< / a > < / td > < td > < div class = "summary" >
An AlarmEvent is triggered when a Zap channel leaves alarm state.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AlarmEventHandler.htm" > AlarmEventHandler< / a > < / td > < td > < div class = "summary" >
An AlarmEvent is triggered when a Zap channel enters or changes alarm state.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_AttendedTransferEventHandler.htm" > AttendedTransferEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BlindTransferEventHandler.htm" > BlindTransferEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BridgeCreateEventHandler.htm" > BridgeCreateEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BridgeDestroyEventHandler.htm" > BridgeDestroyEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BridgeEnterEventHandler.htm" > BridgeEnterEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BridgeEventHandler.htm" > BridgeEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_BridgeLeaveEventHandler.htm" > BridgeLeaveEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_CdrEventHandler.htm" > CdrEventHandler< / a > < / td > < td > < div class = "summary" >
A CdrEvent is triggered when a call detail record is generated, usually at the end of a call.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConfbridgeEndEventHandler.htm" > ConfbridgeEndEventHandler< / a > < / td > < td > < div class = "summary" >
This event is sent when the last user leaves a conference and it is torn down.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConfbridgeJoinEventHandler.htm" > ConfbridgeJoinEventHandler< / a > < / td > < td > < div class = "summary" >
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.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConfbridgeLeaveEventHandler.htm" > ConfbridgeLeaveEventHandler< / a > < / td > < td > < div class = "summary" >
This event is sent when a user leaves a conference.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConfbridgeStartEventHandler.htm" > ConfbridgeStartEventHandler< / a > < / td > < td > < div class = "summary" >
This event is sent when the first user requests a conference and it is instantiated
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConfbridgeTalkingEventHandler.htm" > ConfbridgeTalkingEventHandler< / a > < / td > < td > < div class = "summary" >
This event is sent when the conference detects that a user has either begin or stopped talking.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ConnectionStateEventHandler.htm" > ConnectionStateEventHandler< / a > < / td > < td > < div class = "summary" >
A ConnectionState is triggered after Connect/Disconnect/Reload/Shutdown events.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DBGetResponseEventHandler.htm" > DBGetResponseEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DialBeginEventHandler.htm" > DialBeginEventHandler< / a > < / td > < td > < div class = "summary" >
Raised when a dial action has started.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DialEndEventHandler.htm" > DialEndEventHandler< / a > < / td > < td > < div class = "summary" >
Raised when a dial action has completed.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DialEventHandler.htm" > DialEventHandler< / a > < / td > < td > < div class = "summary" >
A Dial is triggered whenever a phone attempts to dial someone.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DNDStateEventHandler.htm" > DNDStateEventHandler< / a > < / td > < td > < div class = "summary" >
A DNDStateEvent is triggered by the Zap channel driver when a channel enters or leaves DND (do not disturb) state.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_DTMFEventHandler.htm" > DTMFEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ExtensionStatusEventHandler.htm" > ExtensionStatusEventHandler< / a > < / td > < td > < div class = "summary" >
An ExtensionStatus is triggered when the state of an extension changes.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_FailedACLEventHandler.htm" > FailedACLEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_HangupEventHandler.htm" > HangupEventHandler< / a > < / td > < td > < div class = "summary" >
A Hangup is triggered when a channel is hung up.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_HoldedCallEventHandler.htm" > HoldedCallEventHandler< / a > < / td > < td > < div class = "summary" >
A HoldedCall is triggered when a channel is put on hold.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_HoldEventHandler.htm" > HoldEventHandler< / a > < / td > < td > < div class = "summary" >
A Hold is triggered by the SIP channel driver when a channel is put on hold.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_JoinEventHandler.htm" > JoinEventHandler< / a > < / td > < td > < div class = "summary" >
A Join is triggered when a channel joines a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_LeaveEventHandler.htm" > LeaveEventHandler< / a > < / td > < td > < div class = "summary" >
A Leave is triggered when a channel leaves a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_LinkEventHandler.htm" > LinkEventHandler< / a > < / td > < td > < div class = "summary" >
A Link is triggered when two voice channels are linked together and voice data exchange commences.< br / >
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.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_LogChannelEventHandler.htm" > LogChannelEventHandler< / a > < / td > < td > < div class = "summary" >
A LogChannel is triggered when logging is turned on or off.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ManagerEventHandler.htm" > ManagerEventHandler< / a > < / td > < td > < div class = "summary" >
An UnhandledEvent is triggered on unknown event.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_MeetMeJoinEventHandler.htm" > MeetMeJoinEventHandler< / a > < / td > < td > < div class = "summary" >
A MeetMeJoin is triggered if a channel joins a meet me conference.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_MeetMeLeaveEventHandler.htm" > MeetMeLeaveEventHandler< / a > < / td > < td > < div class = "summary" >
A MeetMeLeave is triggered if a channel leaves a meet me conference.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_MeetMeTalkingEventHandler.htm" > MeetMeTalkingEventHandler< / a > < / td > < td > < div class = "summary" >
A MeetMeTalkingEvent is triggered when a user starts talking in a meet me conference.< br / >
To enable talker detection you must pass the option 'T' to the MeetMe application.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_MessageWaitingEventHandler.htm" > MessageWaitingEventHandler< / a > < / td > < td > < div class = "summary" >
A MessageWaiting is triggered when someone leaves voicemail.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_NewCallerIdEventHandler.htm" > NewCallerIdEventHandler< / a > < / td > < td > < div class = "summary" >
A NewCallerId is triggered when the caller id of a channel changes.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_NewChannelEventHandler.htm" > NewChannelEventHandler< / a > < / td > < td > < div class = "summary" >
A NewChannel is triggered when a new channel is created.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_NewExtenEventHandler.htm" > NewExtenEventHandler< / a > < / td > < td > < div class = "summary" >
A NewExten is triggered when a channel is connected to a new extension.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_NewStateEventHandler.htm" > NewStateEventHandler< / a > < / td > < td > < div class = "summary" >
A NewState is triggered when the state of a channel has changed.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_OriginateResponseEventHandler.htm" > OriginateResponseEventHandler< / a > < / td > < td > < div class = "summary" >
An OriginateResponse is triggered when the execution of an Originate.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ParkedCallEventHandler.htm" > ParkedCallEventHandler< / a > < / td > < td > < div class = "summary" >
A ParkedCall is triggered when a channel is parked (in this case no
action id is set) and in response to a ParkedCallsAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ParkedCallGiveUpEventHandler.htm" > ParkedCallGiveUpEventHandler< / a > < / td > < td > < div class = "summary" >
A ParkedCallGiveUp is triggered when a channel that has been parked is hung up.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ParkedCallsCompleteEventHandler.htm" > ParkedCallsCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
A ParkedCallsComplete is triggered after all parked calls have been reported in response to a ParkedCallsAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ParkedCallTimeOutEventHandler.htm" > ParkedCallTimeOutEventHandler< / a > < / td > < td > < div class = "summary" >
A ParkedCallTimeOut is triggered when call parking times out for a given channel.< br / > < / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_PeerEntryEventHandler.htm" > PeerEntryEventHandler< / a > < / td > < td > < div class = "summary" >
A PeerEntry is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_PeerlistCompleteEventHandler.htm" > PeerlistCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
A PeerlistComplete is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_PeerStatusEventHandler.htm" > PeerStatusEventHandler< / a > < / td > < td > < div class = "summary" >
A PeerStatus is triggered when a SIP or IAX client attempts to registrer at this asterisk server.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueCallerAbandonEventHandler.htm" > QueueCallerAbandonEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueCallerJoinEventHandler.htm" > QueueCallerJoinEventHandler< / a > < / td > < td > < div class = "summary" >
Raised when a caller joins a Queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueCallerLeaveEventHandler.htm" > QueueCallerLeaveEventHandler< / a > < / td > < td > < div class = "summary" >
Raised when a caller leaves a Queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueEntryEventHandler.htm" > QueueEntryEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberAddedEventHandler.htm" > QueueMemberAddedEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberAddedEvent is triggered when a queue member is added to a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberEventHandler.htm" > QueueMemberEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberPausedEventHandler.htm" > QueueMemberPausedEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberPausedEvent is triggered when a queue member is paused or unpaused.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberPauseEventHandler.htm" > QueueMemberPauseEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberPauseEvent is triggered when a queue member is paused or unpaused.< br / >
Available since Asterisk 12
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberRemovedEventHandler.htm" > QueueMemberRemovedEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberRemovedEvent is triggered when a queue member is removed from a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueMemberStatusEventHandler.htm" > QueueMemberStatusEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueMemberStatusEvent shows the status of a QueueMemberEvent.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueParamsEventHandler.htm" > QueueParamsEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_QueueStatusCompleteEventHandler.htm" > QueueStatusCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_RegistryEventHandler.htm" > RegistryEventHandler< / a > < / td > < td > < div class = "summary" >
A Registry is triggered when this asterisk server attempts to register
as a client at another SIP or IAX server.< br / > < / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_RenameEventHandler.htm" > RenameEventHandler< / a > < / td > < td > < div class = "summary" >
A RenameEvent is triggered when the name of a channel is changed.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_StatusCompleteEventHandler.htm" > StatusCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
A StatusEvent is triggered for each active channel in response to a StatusAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_StatusEventHandler.htm" > StatusEventHandler< / a > < / td > < td / > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_TransferEventHandler.htm" > TransferEventHandler< / a > < / td > < td > < div class = "summary" >
A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_UnholdEventHandler.htm" > UnholdEventHandler< / a > < / td > < td > < div class = "summary" >
An UnholdEvent is triggered by the SIP channel driver when a channel is no longer put on hold.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_UnlinkEventHandler.htm" > UnlinkEventHandler< / a > < / td > < td > < div class = "summary" >
An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_UnparkedCallEventHandler.htm" > UnparkedCallEventHandler< / a > < / td > < td > < div class = "summary" >
A UnparkedCallEvent is triggered when a channel that has been parked is resumed.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_UserEventHandler.htm" > UserEventHandler< / a > < / td > < td > < div class = "summary" >
A ZapShowChannelsEvent is triggered on UserEvent in dialplan.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_VarSetEventHandler.htm" > VarSetEventHandler< / a > < / td > < td > < div class = "summary" >
When a variable is set
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ZapShowChannelsCompleteEventHandler.htm" > ZapShowChannelsCompleteEventHandler< / a > < / td > < td > < div class = "summary" >
A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
< / div > < / td > < / tr > < tr data = "delegate; public" > < td > < img src = "../icons/pubdelegate.gif" alt = "Public delegate" title = "Public delegate" / > < / td > < td > < a href = "T_AsterNET_Manager_ZapShowChannelsEventHandler.htm" > ZapShowChannelsEventHandler< / a > < / td > < td > < div class = "summary" >
A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
< / div > < / td > < / tr > < / table > < / div > < div class = "collapsibleAreaRegion" > < span class = "collapsibleRegionTitle" onclick = "SectionExpandCollapse('ID3RB')" onkeypress = "SectionExpandCollapse_CheckKey('ID3RB', event)" tabindex = "0" > < img id = "ID3RBToggle" class = "collapseToggle" src = "../icons/SectionExpanded.png" / > Enumerations< / span > < / div > < div id = "ID3RBSection" class = "collapsibleSection" > < table id = "typeList" class = "members" > < tr > < th class = "iconColumn" >
2016-10-03 09:15:07 +00:00
< / th > < th > Enumeration< / th > < th > Description< / th > < / tr > < tr data = "enumeration; public" > < td > < img src = "../icons/pubenumeration.gif" alt = "Public enumeration" title = "Public enumeration" / > < / td > < td > < a href = "T_AsterNET_Manager_AsteriskVersion.htm" > AsteriskVersion< / a > < / td > < td / > < / tr > < / table > < / div > < / div > < / div > < div id = "pageFooter" class = "pageFooter" > < / div > < / body > < / html >