Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>AsterClick is an excellent choice as it is the only event based Asterisk AMI /(XML)/JavaScript interface on the planet that can propagates those events to JavaScript AS they occur!! All others use polling,</p> <p>As to your question...</p> <p>During your AsterClick development,when your JavaScript inherits from the wSocket class, you should implement the method(s) your_wSocket.wSocketsReceiveString(String) and/or your_wSocket.wSocketsReceiveXML(XMLdocument). </p> <p>These wSocket methods should be documented on the AsterClick site <a href="http://asterclick.drclue.net" rel="nofollow">http://asterclick.drclue.net</a> with more help being available in the forums <a href="http://forums.drclue.net/viewforum.php?f=13" rel="nofollow">http://forums.drclue.net/viewforum.php?f=13</a>.</p> <p>These functions can be used to monitor the XML command and event flow in real time and represents all the data Asterisk AMI provides.</p> <p>I tend to route this information to an autoscrolling widget with a handy [clear] button near by.</p> <p>By pressing your [clear] button and then interacting with your phones while examining the event flow, you should be able to pick out the events and related data for any automation sequence.</p> <p>As to jQuery, I know that there are jQuery/Asterclick projects running out there, including a real-time HUD system that manages calls,conferencing,parking,queues, etc.</p> <p>The AsterClick client SDK is also squarely aimed at HTML5 and running on an ever increasing range of devices as the HTML5 features required are implemented.</p> <p>You can also use the AsterClick "WBEA" tool to deploy your HTML5 AsterClick applications as desktop executables for Windows,Linux.</p> <p>Anyways I Hope some of that helps.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload