Re: [Asterisk-java-devel] Answering call using Asterisk Java.
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2007-10-26 13:44:45
|
Hello Ashish, =20 First off, the Asterisk Manager interface isn't going to provide you enough functionality to make a softphone. It does NOT handle the media path at all, so you'll never have sound or video or anything else via the Manager interface. You're going to need to use SIP or IAX (and you'll find Java libraries for each, though I'd argue they might be a bit immature still). Given all that, Asterisk-Java's manager interface might add some advanced features to a pre-existing softphone. =20 Regarding answer a call, you cannot force a remote endpoint to answer a call; you also cannot be a remote-end capable of receiving calls if you are only using Asterisk-Java's manager interface. If you have some other remote end, you can certain use the manager's Originate and Bridge actions to get channels connected to each other. You can also use local channels there, which should provide you a lot of flexibility. =20 Hope this helps, =20 Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221=20 =20 ________________________________ From: ast...@li... [mailto:ast...@li...] On Behalf Of ash...@wi... Sent: Friday, October 26, 2007 5:44 AM To: ast...@li... Subject: [Asterisk-java-devel] Answering call using Asterisk Java. =09 =09 Hi Friends, =20 I am developing a soft phone using Asterisk Java API and asterisk as server. =20 I am using Manager API. I am able to call another extension but unable receive the call From another extension. I can not find the method in Manager API. =20 Can anybody tell me how I can answer the call using Manager API? =20 =20 Thanks!! Regards, Ashish |