Re: [Asterisk-java-users] originate action
Brought to you by:
srt
From: Yves A. <yv...@gm...> - 2014-11-13 08:11:38
|
Hello, would you mind answering in english, please...? You can originate the call using originateaction in a synchronous and asynchronous manner (see doc). synchronous call waits until call is established, failed or got an timeout. asynchronous call returns immediately and reports the callstates via a callbackhandler. instead of a callbackhandler you can pass also NULL and implement your own callhandler by investigating the events... pls don´t expect anybody to write you a full documented example at the first shot.... but read the documentation and tutorials... examples for doing this can be found over and over by using google... regards yves Am 12.11.2014 um 20:58 schrieb Jhoan Orozco: > Cuantas llamadas concurrentes vas a tener? > > Hay dos formas de hacerlo. > > 2014-11-11 15:20 GMT-05:00 Diego Guimarães <di...@ni... > <mailto:di...@ni...>>: > > Hello! I need to send the originate command action, and wait for a > return: busy, congestion, no answer, answer .. > how can I do? > *Diego Guimarães* > /dCAP (Digium Certified Asterisk Professional)/ > Nextel : 88*15973 > (Mobile) celular: (34) - 9268-9999 > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push > notifications. > Take corrective actions from your mobile device. > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > ------------------------------------------------------------------------------ > Comprehensive Server Monitoring with Site24x7. > Monitor 10 servers for $9/Month. > Get alerted through email, SMS, voice calls or mobile push notifications. > Take corrective actions from your mobile device. > http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |