Re: [Asterisk-java-users] UserEvents
Brought to you by:
srt
From: Stefan R. <sr...@re...> - 2005-03-15 16:48:53
|
> > Created my own user event > > public class UserEventASGHold extends UserEvent >=20 > Your class must be named ASGHoldEvent just the name of the event you > will send with the appendix Event. I just had a look at the asterisk sources to verify that and indeed asterisk prefixes user events with UserEvent. So for now your class should be named UserEventASGHoldEvent - which really sucks. |