Asterisk-13-ManagerEvent_DialEnd_29394966.html 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 ManagerEvent_DialEnd</title>
  5. <link rel="stylesheet" href="styles/site.css" type="text/css" />
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. </head>
  8. <body class="theme-default aui-theme-default">
  9. <div id="page">
  10. <div id="main" class="aui-page-panel">
  11. <div id="main-header">
  12. <div id="breadcrumb-section">
  13. <ol id="breadcrumbs">
  14. <li class="first">
  15. <span><a href="index.html">Asterisk Project</a></span>
  16. </li>
  17. <li>
  18. <span><a href="Asterisk-13-Command-Reference_29394274.html">Asterisk 13 Command Reference</a></span>
  19. </li>
  20. <li>
  21. <span><a href="Asterisk-13-AMI-Events_29394281.html">Asterisk 13 AMI Events</a></span>
  22. </li>
  23. </ol>
  24. </div>
  25. <h1 id="title-heading" class="pagetitle">
  26. <span id="title-text">
  27. Asterisk Project : Asterisk 13 ManagerEvent_DialEnd
  28. </span>
  29. </h1>
  30. </div>
  31. <div id="content" class="view">
  32. <div class="page-metadata">
  33. Created by <span class='author'> wikibot</span> on Aug 08, 2014
  34. </div>
  35. <div id="main-content" class="wiki-content group">
  36. <h1 id="Asterisk13ManagerEvent_DialEnd-DialEnd">DialEnd</h1>
  37. <h3 id="Asterisk13ManagerEvent_DialEnd-Synopsis">Synopsis</h3>
  38. <p>Raised when a dial action has completed.</p>
  39. <h3 id="Asterisk13ManagerEvent_DialEnd-Description">Description</h3>
  40. <h3 id="Asterisk13ManagerEvent_DialEnd-Syntax">Syntax</h3>
  41. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  42. <pre>Event: DialEnd
  43. Channel: &lt;value&gt;
  44. ChannelState: &lt;value&gt;
  45. ChannelStateDesc: &lt;value&gt;
  46. CallerIDNum: &lt;value&gt;
  47. CallerIDName: &lt;value&gt;
  48. ConnectedLineNum: &lt;value&gt;
  49. ConnectedLineName: &lt;value&gt;
  50. AccountCode: &lt;value&gt;
  51. Context: &lt;value&gt;
  52. Exten: &lt;value&gt;
  53. Priority: &lt;value&gt;
  54. Uniqueid: &lt;value&gt;
  55. DestChannel: &lt;value&gt;
  56. DestChannelState: &lt;value&gt;
  57. DestChannelStateDesc: &lt;value&gt;
  58. DestCallerIDNum: &lt;value&gt;
  59. DestCallerIDName: &lt;value&gt;
  60. DestConnectedLineNum: &lt;value&gt;
  61. DestConnectedLineName: &lt;value&gt;
  62. DestAccountCode: &lt;value&gt;
  63. DestContext: &lt;value&gt;
  64. DestExten: &lt;value&gt;
  65. DestPriority: &lt;value&gt;
  66. DestUniqueid: &lt;value&gt;
  67. DialStatus: &lt;value&gt;
  68. </pre>
  69. </div></div>
  70. <h5 id="Asterisk13ManagerEvent_DialEnd-Arguments">Arguments</h5>
  71. <ul>
  72. <li><code>Channel</code></li>
  73. <li><code>ChannelState</code> - A numeric code for the channel's current state, related to ChannelStateDesc</li>
  74. <li><code>ChannelStateDesc</code>
  75. <ul>
  76. <li><code>Down</code></li>
  77. <li><code>Rsrvd</code></li>
  78. <li><code>OffHook</code></li>
  79. <li><code>Dialing</code></li>
  80. <li><code>Ring</code></li>
  81. <li><code>Ringing</code></li>
  82. <li><code>Up</code></li>
  83. <li><code>Busy</code></li>
  84. <li><code>Dialing Offhook</code></li>
  85. <li><code>Pre-ring</code></li>
  86. <li><code>Unknown</code></li>
  87. </ul>
  88. </li>
  89. <li><code>CallerIDNum</code></li>
  90. <li><code>CallerIDName</code></li>
  91. <li><code>ConnectedLineNum</code></li>
  92. <li><code>ConnectedLineName</code></li>
  93. <li><code>AccountCode</code></li>
  94. <li><code>Context</code></li>
  95. <li><code>Exten</code></li>
  96. <li><code>Priority</code></li>
  97. <li><code>Uniqueid</code></li>
  98. <li><code>DestChannel</code></li>
  99. <li><code>DestChannelState</code> - A numeric code for the channel's current state, related to DestChannelStateDesc</li>
  100. <li><code>DestChannelStateDesc</code>
  101. <ul>
  102. <li><code>Down</code></li>
  103. <li><code>Rsrvd</code></li>
  104. <li><code>OffHook</code></li>
  105. <li><code>Dialing</code></li>
  106. <li><code>Ring</code></li>
  107. <li><code>Ringing</code></li>
  108. <li><code>Up</code></li>
  109. <li><code>Busy</code></li>
  110. <li><code>Dialing Offhook</code></li>
  111. <li><code>Pre-ring</code></li>
  112. <li><code>Unknown</code></li>
  113. </ul>
  114. </li>
  115. <li><code>DestCallerIDNum</code></li>
  116. <li><code>DestCallerIDName</code></li>
  117. <li><code>DestConnectedLineNum</code></li>
  118. <li><code>DestConnectedLineName</code></li>
  119. <li><code>DestAccountCode</code></li>
  120. <li><code>DestContext</code></li>
  121. <li><code>DestExten</code></li>
  122. <li><code>DestPriority</code></li>
  123. <li><code>DestUniqueid</code></li>
  124. <li><code>DialStatus</code> - The result of the dial operation.
  125. <ul>
  126. <li><code>ABORT</code> - The call was aborted.</li>
  127. <li><code>ANSWER</code> - The caller answered.</li>
  128. <li><code>BUSY</code> - The caller was busy.</li>
  129. <li><code>CANCEL</code> - The caller cancelled the call.</li>
  130. <li><code>CHANUNAVAIL</code> - The requested channel is unavailable.</li>
  131. <li><code>CONGESTION</code> - The called party is congested.</li>
  132. <li><code>CONTINUE</code> - The dial completed, but the caller elected to continue in the dialplan.</li>
  133. <li><code>GOTO</code> - The dial completed, but the caller jumped to a dialplan location.<br />
  134. If known, the location the caller is jumping to will be appended to the result following a &quot;:&quot;.</li>
  135. <li><code>NOANSWER</code> - The called party failed to answer.</li>
  136. </ul>
  137. </li>
  138. </ul>
  139. <h3 id="Asterisk13ManagerEvent_DialEnd-Class">Class</h3>
  140. <p>CALL</p>
  141. <h3 id="Asterisk13ManagerEvent_DialEnd-SeeAlso">See Also</h3>
  142. <ul>
  143. <li><a href="Asterisk-13-Application_Dial_29394493.html">Asterisk 13 Application_Dial</a></li>
  144. </ul>
  145. <h3 id="Asterisk13ManagerEvent_DialEnd-ImportVersion">Import Version</h3>
  146. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  147. </div>
  148. </div> </div>
  149. <div id="footer">
  150. <section class="footer-body">
  151. <p>Document generated by Confluence on Aug 11, 2014 13:39</p>
  152. </section>
  153. </div>
  154. </div> </body>
  155. </html>