Re: [Asterisk-java-devel] Asterisk Web Service - Query
Brought to you by:
srt
From: Yves A. <yv...@gm...> - 2013-08-05 09:49:34
|
Hi, I don´t understand what you mean with "run a webservice in asterisk itself", but "dynamic" extensions can be realized quite easy... at least in two ways: 1.) use (database-driven) realtime extensions 2.) go the way like freepbx and other frameworks and create the configfiles everytime it is necessary and reload them via asterisk so afaik asterisk has no "webservice" itself, but of course you could write your own and do all the necessary stuff there. yves Am 05.08.2013 08:59, schrieb Chandramouli P: > 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. > > ------------------------------------------------------------------------------ > Get your SQL database under version control now! > Version control is standard for application code, but databases havent > caught up. So what steps can you take to put your SQL databases under > version control? Why should you start doing it? Read more to find out. > http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |