[Asterisk-java-devel] asterisk-java-iax faceless inbound question
Brought to you by:
srt
From: Rodney S. <rse...@sr...> - 2009-04-01 20:53:32
|
I am interested in the faceless applet to provide a complete web phone. I have downloaded the asterisk-java-iax-1.0.0-20090319.211515-21 release and have the web sample code running great against my asterisk server on outbound calls. I was able to add some buttons to utilize the sendDTMF and tested navigating through a voice mail and auto attendant perfectly. I am unable, however, to make an inbound call to the web phone. I do have phone.setWantIncoming(true);. The result I am having is that as soon as I enter the extension, the applet displays: hungup org.asteriskjava.iax.protocol.Call@181b3d4, causecode=0 Is there something obvious that I may have missed? Is there a way to enable more verbose debugging? Thank you. Rodney P.S. I also posted this question on users several days ago. I apologize for the repetition, but though I may have a better chance catching the right person here. |