Re: [Asterisk-java-users] Multiple Orginate Calls
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2008-02-17 15:25:38
|
Mark Harold Rivera wrote: > managerResponse = > managerConnection.sendAction(originateAction); This makes Asterisk-Java wait for the reponse which is not a good thing for the OriginateAction. You should do this asyonchronously and provide a callback instead. Also add originateAction.setAsync(true); > If I will be using the DefaultAsteriskServer in the Asterisk Live, will > it block the events generated in the Manager API? Have a look at it. There are two versions: synchronous and asynchronous. =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 |