Asterisk-13-ManagerEvent_ParkedCall_29395046.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Asterisk Project : Asterisk 13 ManagerEvent_ParkedCall</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_ParkedCall
  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_ParkedCall-ParkedCall">ParkedCall</h1>
  37. <h3 id="Asterisk13ManagerEvent_ParkedCall-Synopsis">Synopsis</h3>
  38. <p>Raised when a channel is parked.</p>
  39. <h3 id="Asterisk13ManagerEvent_ParkedCall-Description">Description</h3>
  40. <h3 id="Asterisk13ManagerEvent_ParkedCall-Syntax">Syntax</h3>
  41. <div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
  42. <pre>Event: ParkedCall
  43. ParkeeChannel: &lt;value&gt;
  44. ParkeeChannelState: &lt;value&gt;
  45. ParkeeChannelStateDesc: &lt;value&gt;
  46. ParkeeCallerIDNum: &lt;value&gt;
  47. ParkeeCallerIDName: &lt;value&gt;
  48. ParkeeConnectedLineNum: &lt;value&gt;
  49. ParkeeConnectedLineName: &lt;value&gt;
  50. ParkeeAccountCode: &lt;value&gt;
  51. ParkeeContext: &lt;value&gt;
  52. ParkeeExten: &lt;value&gt;
  53. ParkeePriority: &lt;value&gt;
  54. ParkeeUniqueid: &lt;value&gt;
  55. ParkerDialString: &lt;value&gt;
  56. Parkinglot: &lt;value&gt;
  57. ParkingSpace: &lt;value&gt;
  58. ParkingTimeout: &lt;value&gt;
  59. ParkingDuration: &lt;value&gt;
  60. </pre>
  61. </div></div>
  62. <h5 id="Asterisk13ManagerEvent_ParkedCall-Arguments">Arguments</h5>
  63. <ul>
  64. <li><code>ParkeeChannel</code></li>
  65. <li><code>ParkeeChannelState</code> - A numeric code for the channel's current state, related to ParkeeChannelStateDesc</li>
  66. <li><code>ParkeeChannelStateDesc</code>
  67. <ul>
  68. <li><code>Down</code></li>
  69. <li><code>Rsrvd</code></li>
  70. <li><code>OffHook</code></li>
  71. <li><code>Dialing</code></li>
  72. <li><code>Ring</code></li>
  73. <li><code>Ringing</code></li>
  74. <li><code>Up</code></li>
  75. <li><code>Busy</code></li>
  76. <li><code>Dialing Offhook</code></li>
  77. <li><code>Pre-ring</code></li>
  78. <li><code>Unknown</code></li>
  79. </ul>
  80. </li>
  81. <li><code>ParkeeCallerIDNum</code></li>
  82. <li><code>ParkeeCallerIDName</code></li>
  83. <li><code>ParkeeConnectedLineNum</code></li>
  84. <li><code>ParkeeConnectedLineName</code></li>
  85. <li><code>ParkeeAccountCode</code></li>
  86. <li><code>ParkeeContext</code></li>
  87. <li><code>ParkeeExten</code></li>
  88. <li><code>ParkeePriority</code></li>
  89. <li><code>ParkeeUniqueid</code></li>
  90. <li><code>ParkerDialString</code> - Dial String that can be used to call back the parker on ParkingTimeout.</li>
  91. <li><code>Parkinglot</code> - Name of the parking lot that the parkee is parked in</li>
  92. <li><code>ParkingSpace</code> - Parking Space that the parkee is parked in</li>
  93. <li><code>ParkingTimeout</code> - Time remaining until the parkee is forcefully removed from parking in seconds</li>
  94. <li><code>ParkingDuration</code> - Time the parkee has been in the parking bridge (in seconds)</li>
  95. </ul>
  96. <h3 id="Asterisk13ManagerEvent_ParkedCall-Class">Class</h3>
  97. <p>CALL</p>
  98. <h3 id="Asterisk13ManagerEvent_ParkedCall-SeeAlso">See Also</h3>
  99. <h3 id="Asterisk13ManagerEvent_ParkedCall-ImportVersion">Import Version</h3>
  100. <p>This documentation was imported from Asterisk Version SVN-branch-13-r420538</p>
  101. </div>
  102. </div> </div>
  103. <div id="footer">
  104. <section class="footer-body">
  105. <p>Document generated by Confluence on Aug 11, 2014 13:40</p>
  106. </section>
  107. </div>
  108. </div> </body>
  109. </html>