Re: [Asterisk-java-users] I Can't Get TransferEvent
Brought to you by:
srt
From: MT <moh...@gm...> - 2013-08-13 05:34:53
|
Hi, I can see this event when I telnet to 5038, but I can't see it in asterisk java listener. I Use Asterisk-Java 1.0.0.M3. In my code I use following method: protected void handleEvent(TransferEvent event) { } without any error but this function never execute on transfer. I also check all events in following method: public void onManagerEvent(ManagerEvent event) { } but when I transfer a call (attended or blind) never show TransferEvent On Sun, Aug 11, 2013 at 8:43 PM, Mordechay Kaganer <mka...@gm...>wrote: > B.H. > > > On Wed, Aug 7, 2013 at 5:00 PM, MT <moh...@gm...> wrote: > >> Hi everyone, >> >> I can't get TransferEvent but when I telnet to 5038 I can see >> TransferEvent generated by asterisk. >> I can get another events >> like: HangupEvent,NewStateEvent,PeerStatusEvent,QueueMemberPausedEvent,... >> but can't get TransferEvent. >> >> I don't know what to do, please help me :( >> > > Hi, do you get warnings in your log about unregistered events? What > version of AJ are you using? > > >> >> mohsen >> >> >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite! >> It's a free troubleshooting tool designed for production. >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> >> > > > -- > משיח NOW! > Moshiach is coming very soon, prepare yourself! > יחי אדוננו מורינו ורבינו מלך המשיח לעולם ועד! > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |