Re: [Asterisk-java-users] How to Answer the phone and call an application.
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-12-17 00:01:06
|
Have a look at RedirectAction it allows you to redirect a channel to an extension. That extension should then call the application. The other option is to not use the ManagerAPI at all for this stuff but implement an AGI script and map the fax extensions to that AGI script. =3DStefan On Sat, 2005-12-17 at 10:54 +1100, Brett Sutton wrote: > I'm trying to write an application that can monitor specific channels=20 > and when a call comes in answer the call and call an application (rx_fax)= . >=20 > I think I've worked out how to detect that a channel is ringing but I'm=20 > don' now how to answer it and call an application. > I've looked at the OriginateEvent but that seems to be for makeing=20 > outbound calls. >=20 > Any help would be appreciated. >=20 > Regards, > Bret. >=20 >=20 > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |