At the moment I am researching the possibility to make an integration
between GWT and the Asterisk telephony PBX. My goal is to create a
dashboard for the reception, wich makes it possible to dynamically
transfer and stack calls in a web interface. Now, that last thing is
my point.

Asterisk is offering a manager interface (AMI), wich sends the
Asterisk call events of the registered extensions to the at that
moment connected manager. Build over that, there also is a javascript
api called AJAM wich can do some basic Ajax tasks. AJAM can't capture
the events like AMI does because http is a stateless protocol.

I would like to use Ext GWT to create my dashboard, is it possible to
capture the events with GWT wich Asterisk sends? Else, is there a
working alternative?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to