Re: [Asterisk-java-users] Problem with ConnectEvent
Brought to you by:
srt
From: Stefan R. <ste...@gm...> - 2005-11-16 20:22:25
|
Hi, see my response to Brett's mail at http://sourceforge.net/mailarchive/forum.php?thread_id=3D8916340&forum_id= =3D44155 The problem is related to synchronously sending an action from the ManagerReader thread. Try to use send managerConnection.sendAction(new StatusAction(), null); instead and test if that works. =3DStefan |