Re: [Asterisk-java-users] Patch to DefaultManagerConnection
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2006-03-17 03:35:32
|
P.S. can you try the new method AsteriskChannel originate(String channel, String context, String exten, int priority, long timeout) in A-J 0.3's DefaultAsteriskManager and verify if the problem is present there as well? The approach I choose there is a totally different from the "old" one. What happens is that we only retrieve the uniqueId from the OriginateSuccessEvent and then lookup the channel. Channel creation and updating is done only by following ChannelEvents, i.e. NewChannelEvent, NewExtenEvent, HangupEvent and so on. That approach should even work with hangups being received before the OriginateSuccessEvent. =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 K=F6ln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: sr...@re... Jabber: sr...@ja... |