[Asterisk-java-devel] Asterisk Web Service - Query
Brought to you by:
srt
From: Chandramouli P <cra...@ya...> - 2013-08-05 07:00:21
|
Hi, I have done some research and gone through lot of documents about web services with Asterisk. What I noticed is people are able to call their web service from Asterisk (extensions.conf) using any of SOAP or REST. Of course, it will be done using AGI. My query: I want to run a web service in Asterisk itself. For example, when I send a request from my web application to Asterisk system using REST or SOAP, I will be able to run a web service to create a extension in Asterisk. That means, creation of an extension functionality should be developed as a web service in Asterisk. Is it possible or not? Thanks in advance. Regards, Chandra. |