Asterisk-13-ManagerEvent_MessageWaiting_29394939.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 ManagerEvent_MessageWaiting</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_MessageWaiting
  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_MessageWaiting-MessageWaiting">MessageWaiting</h1>
  37. <h3 id="Asterisk13ManagerEvent_MessageWaiting-Synopsis">Synopsis</h3>
  38. <p>Raised when the state of messages in a voicemail mailbox has changed or when a channel has finished interacting with a mailbox.</p>
  39. <h3 id="Asterisk13ManagerEvent_MessageWaiting-Description">Description</h3>
  40. <div class="aui-message hint shadowed information-macro">
  41. <p class="title">Note</p>
  42. <span class="aui-icon icon-hint">Icon</span>
  43. <div class="message-content">
  44. <p>The Channel related parameters are only present if a channel was involved in the manipulation of a mailbox. If no channel is involved, the parameters are not included with the event.</p>
  45. </div>
  46. </div>
  47. <h3 id="Asterisk13ManagerEvent_MessageWaiting-Syntax">Syntax</h3>
  48. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  49. <pre>Event: MessageWaiting
  50. Channel: &lt;value&gt;
  51. ChannelState: &lt;value&gt;
  52. ChannelStateDesc: &lt;value&gt;
  53. CallerIDNum: &lt;value&gt;
  54. CallerIDName: &lt;value&gt;
  55. ConnectedLineNum: &lt;value&gt;
  56. ConnectedLineName: &lt;value&gt;
  57. AccountCode: &lt;value&gt;
  58. Context: &lt;value&gt;
  59. Exten: &lt;value&gt;
  60. Priority: &lt;value&gt;
  61. Uniqueid: &lt;value&gt;
  62. Mailbox: &lt;value&gt;
  63. Waiting: &lt;value&gt;
  64. New: &lt;value&gt;
  65. Old: &lt;value&gt;
  66. </pre>
  67. </div></div>
  68. <h5 id="Asterisk13ManagerEvent_MessageWaiting-Arguments">Arguments</h5>
  69. <ul>
  70. <li><code>Channel</code></li>
  71. <li><code>ChannelState</code> - A numeric code for the channel's current state, related to ChannelStateDesc</li>
  72. <li><code>ChannelStateDesc</code>
  73. <ul>
  74. <li><code>Down</code></li>
  75. <li><code>Rsrvd</code></li>
  76. <li><code>OffHook</code></li>
  77. <li><code>Dialing</code></li>
  78. <li><code>Ring</code></li>
  79. <li><code>Ringing</code></li>
  80. <li><code>Up</code></li>
  81. <li><code>Busy</code></li>
  82. <li><code>Dialing Offhook</code></li>
  83. <li><code>Pre-ring</code></li>
  84. <li><code>Unknown</code></li>
  85. </ul>
  86. </li>
  87. <li><code>CallerIDNum</code></li>
  88. <li><code>CallerIDName</code></li>
  89. <li><code>ConnectedLineNum</code></li>
  90. <li><code>ConnectedLineName</code></li>
  91. <li><code>AccountCode</code></li>
  92. <li><code>Context</code></li>
  93. <li><code>Exten</code></li>
  94. <li><code>Priority</code></li>
  95. <li><code>Uniqueid</code></li>
  96. <li><code>Mailbox</code> - The mailbox with the new message, specified as <code>mailbox</code>@<code>context</code></li>
  97. <li><code>Waiting</code> - Whether or not the mailbox has messages waiting for it.</li>
  98. <li><code>New</code> - The number of new messages.</li>
  99. <li><code>Old</code> - The number of old messages.</li>
  100. </ul>
  101. <h3 id="Asterisk13ManagerEvent_MessageWaiting-Class">Class</h3>
  102. <p>CALL</p>
  103. <h3 id="Asterisk13ManagerEvent_MessageWaiting-SeeAlso">See Also</h3>
  104. <h3 id="Asterisk13ManagerEvent_MessageWaiting-ImportVersion">Import Version</h3>
  105. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  106. </div>
  107. </div> </div>
  108. <div id="footer">
  109. <section class="footer-body">
  110. <p>Document generated by Confluence on Aug 11, 2014 13:40</p>
  111. </section>
  112. </div>
  113. </div> </body>
  114. </html>