Re: [Asterisk-java-users] Problem with UniqueId and originate command
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-05-17 22:13:51
|
On Tue, 2005-05-17 at 14:54 -0700, Ben Hencke wrote: > I'm working on a method to do an originate and listen for the events. > This should be compatible with future versions of asterisk that at > least have the UniqueId in the Originate related events. > I'll post some code and interim * patches when I have it working. I hope those events include the ActionId sent with your OriginateAction. Several Actions don't send their result as a Response but use ManagerEvents instead. Another famous examples for this is the StatusAction. Leaving all these details up to the user of Asterisk-Java seems not to be the best solution.=20 So if you would like to contribute feel free to change the originateCall method in the DefaultAsteriskManager and submit your patches. =3DStefan |