[Asterisk-java-users] ExtensionStatusEvent - not receiving any from asterisk
Brought to you by:
srt
From: Aaron E. <aar...@gm...> - 2007-09-14 15:36:20
|
Hey all, I suppose this may be more of an asterisk question and maybe I need to get on their mailing list, but I was just wondering if any of you have played much with ExtensionStatusEvent objects. Basically, I have an extension set up in asterisk and I have a hint in the dial plan identifying the peer associated with that extension: exten => 0179,hint,SIP/aaron-0179 exten => 0179,1,Dial(SIP/aaron-0179,20,r) exten => 0179,2,Hangup But when I use my handset (registered with aaron-0179) to make a call, no ExtensionStatusEvents seem to get fired. Anyone know if there is more to it than this? The documentation on voip-info.org is no help... thx, aaron |