[Asterisk-java-users] Duration property for MeetMeLeavEvent.
Brought to you by:
srt
From: Karien Du P. <kar...@gm...> - 2007-04-23 10:14:10
|
Hi. This morning I upgraded to Asterisk 1.4.2. I have been running A-J 0.3 m1. I have a conference control application, when I tested I got the following errors: [ERROR] org.asteriskjava.manager.internal.EventBuilderImpl.setAttributes( EventBuilderImpl.java:351) - Unable to set property 'calleridnum' on class org.asteriskjava.manager.event.NewChannelEvent: no setter [ERROR] org.asteriskjava.manager.internal.EventBuilderImpl.setAttributes( EventBuilderImpl.java:351) - Unable to set property 'duration' on class org.asteriskjava.manager.event.MeetMeLeaveEvent: no setter This is weird as the m1 API states that it does have a setCalledIDNum method, there is no setDuration within MeetMeLeaveEvent however. I upgraded to the latest A-J snapshot (asterisk-java-0.3-20070419.224341-20) and the calleridnum is being set properly, but not the duration. I know that A-J 0.3 is still in the progress of being updated to be compatible with 1.4.*, just wanted to point it out that the setter for the duration event property of MeetMeLeaveEvent is missing. PS: Stefan, sorry if this is not the appropriate place to report this. Please point me to the appropriate place for future references. Regards. |