Re: [Asterisk-java-devel] Queries regarding Asterisk & Asterisk-java compatibility
Brought to you by:
srt
From: Sourabh R. J. <sou...@im...> - 2008-04-24 09:26:05
|
Hi Stefan, Below mail is related with the timeout when using Meetme feature of asterisk1.6. There is one parameters “schedule” in the meetme.conf is set to yes, the application by default sets up conferences for only 60 seconds even its hold true for the dynamic conference. So, setting it "schedule=no" in meetme.conf file help us to get rid from the issue. Sharing it, so that others can get benefit of it. ________________________________________ From: ast...@li... [ast...@li...] On Behalf Of Stefan Reuter [ste...@re...] Sent: Wednesday, April 23, 2008 5:03 AM To: ast...@li... Subject: Re: [Asterisk-java-devel] Queries regarding Asterisk & Asterisk-java compatibility Sourabh R. Jain wrote: > o > We are getting TimeoutException on asterisk-java, when we > send some actions from our asterisk-java program. though the > actions are executed successfully on asterisk. (e.g SetVar() > action) Does that happen with all actions or only with a few? Does it also happen when you run your Asterisk-Java app and Asterisk on the same server? > o > We are not getting the Hold/UnHold events on the > asterisk-Java when a phone call goes on Hold/UnHold Make sure the section of your user in manager.conf contains read=all write=all Example: [general] enabled = yes port = 5038 [manager] secret=pa55w0rd read=all write=all > * > Is there any compatibility issues with the asterisk-java 1.0 with > Asterisk 1.6 > o > as both are in beta releases, so can any one do let us know > when these will be available with their final releases I can only speak for Asterisk-Java. It's 1.0.0 release will be available after Asterisk 1.6 has been released. > We use MeetMe feature to create the conference of users > o > We were able to create the conference between the users, but > when users joins the conference, after some time > asterisk automatically hang-up all the connected users. This seems to be more of an Asterisk issue than an Asterisk-Java one. I have not yet tested MeetMe in 1.6 extensivly. =Stefan -- reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... WWW: http://www.reucon.com Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |