Asterisk-13-ManagerEvent_ChanSpyStart_29394984.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 ManagerEvent_ChanSpyStart</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_ChanSpyStart
  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_ChanSpyStart-ChanSpyStart">ChanSpyStart</h1>
  37. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-Synopsis">Synopsis</h3>
  38. <p>Raised when one channel begins spying on another channel.</p>
  39. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-Description">Description</h3>
  40. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-Syntax">Syntax</h3>
  41. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  42. <pre>Event: ChanSpyStart
  43. SpyerChannel: &lt;value&gt;
  44. SpyerChannelState: &lt;value&gt;
  45. SpyerChannelStateDesc: &lt;value&gt;
  46. SpyerCallerIDNum: &lt;value&gt;
  47. SpyerCallerIDName: &lt;value&gt;
  48. SpyerConnectedLineNum: &lt;value&gt;
  49. SpyerConnectedLineName: &lt;value&gt;
  50. SpyerAccountCode: &lt;value&gt;
  51. SpyerContext: &lt;value&gt;
  52. SpyerExten: &lt;value&gt;
  53. SpyerPriority: &lt;value&gt;
  54. SpyerUniqueid: &lt;value&gt;
  55. SpyeeChannel: &lt;value&gt;
  56. SpyeeChannelState: &lt;value&gt;
  57. SpyeeChannelStateDesc: &lt;value&gt;
  58. SpyeeCallerIDNum: &lt;value&gt;
  59. SpyeeCallerIDName: &lt;value&gt;
  60. SpyeeConnectedLineNum: &lt;value&gt;
  61. SpyeeConnectedLineName: &lt;value&gt;
  62. SpyeeAccountCode: &lt;value&gt;
  63. SpyeeContext: &lt;value&gt;
  64. SpyeeExten: &lt;value&gt;
  65. SpyeePriority: &lt;value&gt;
  66. SpyeeUniqueid: &lt;value&gt;
  67. </pre>
  68. </div></div>
  69. <h5 id="Asterisk13ManagerEvent_ChanSpyStart-Arguments">Arguments</h5>
  70. <ul>
  71. <li><code>SpyerChannel</code></li>
  72. <li><code>SpyerChannelState</code> - A numeric code for the channel's current state, related to SpyerChannelStateDesc</li>
  73. <li><code>SpyerChannelStateDesc</code>
  74. <ul>
  75. <li><code>Down</code></li>
  76. <li><code>Rsrvd</code></li>
  77. <li><code>OffHook</code></li>
  78. <li><code>Dialing</code></li>
  79. <li><code>Ring</code></li>
  80. <li><code>Ringing</code></li>
  81. <li><code>Up</code></li>
  82. <li><code>Busy</code></li>
  83. <li><code>Dialing Offhook</code></li>
  84. <li><code>Pre-ring</code></li>
  85. <li><code>Unknown</code></li>
  86. </ul>
  87. </li>
  88. <li><code>SpyerCallerIDNum</code></li>
  89. <li><code>SpyerCallerIDName</code></li>
  90. <li><code>SpyerConnectedLineNum</code></li>
  91. <li><code>SpyerConnectedLineName</code></li>
  92. <li><code>SpyerAccountCode</code></li>
  93. <li><code>SpyerContext</code></li>
  94. <li><code>SpyerExten</code></li>
  95. <li><code>SpyerPriority</code></li>
  96. <li><code>SpyerUniqueid</code></li>
  97. <li><code>SpyeeChannel</code></li>
  98. <li><code>SpyeeChannelState</code> - A numeric code for the channel's current state, related to SpyeeChannelStateDesc</li>
  99. <li><code>SpyeeChannelStateDesc</code>
  100. <ul>
  101. <li><code>Down</code></li>
  102. <li><code>Rsrvd</code></li>
  103. <li><code>OffHook</code></li>
  104. <li><code>Dialing</code></li>
  105. <li><code>Ring</code></li>
  106. <li><code>Ringing</code></li>
  107. <li><code>Up</code></li>
  108. <li><code>Busy</code></li>
  109. <li><code>Dialing Offhook</code></li>
  110. <li><code>Pre-ring</code></li>
  111. <li><code>Unknown</code></li>
  112. </ul>
  113. </li>
  114. <li><code>SpyeeCallerIDNum</code></li>
  115. <li><code>SpyeeCallerIDName</code></li>
  116. <li><code>SpyeeConnectedLineNum</code></li>
  117. <li><code>SpyeeConnectedLineName</code></li>
  118. <li><code>SpyeeAccountCode</code></li>
  119. <li><code>SpyeeContext</code></li>
  120. <li><code>SpyeeExten</code></li>
  121. <li><code>SpyeePriority</code></li>
  122. <li><code>SpyeeUniqueid</code></li>
  123. </ul>
  124. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-Class">Class</h3>
  125. <p>CALL</p>
  126. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-SeeAlso">See Also</h3>
  127. <ul>
  128. <li><a class="createlink" href="/wiki/pages/createpage.action?spaceKey=AST&amp;title=Asterisk+13+Application_ChanSpyStop&amp;linkCreation=true&amp;fromPageId=29394984">Asterisk 13 Application_ChanSpyStop</a></li>
  129. </ul>
  130. <h3 id="Asterisk13ManagerEvent_ChanSpyStart-ImportVersion">Import Version</h3>
  131. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  132. </div>
  133. </div> </div>
  134. <div id="footer">
  135. <section class="footer-body">
  136. <p>Document generated by Confluence on Aug 11, 2014 13:39</p>
  137. </section>
  138. </div>
  139. </div> </body>
  140. </html>