[Asterisk-java-devel] New Actions
Brought to you by:
srt
From: Sebastian <sc...@gm...> - 2009-04-16 18:59:31
|
I'm trying to add 2 new actions for 1.6. IAXPeers CoreShowChannels I tried the attached changes but no lunk on the response. At CoreShowChannels I get the CoreShowChannelsComplete with the information correct, but Never got the CoreShowChannel events for the calls that are at that moment. (no error as far as I can see on the log) At IAXPeers: I'm getting an error of timeout waiting response This could be due the difference between SIP and IAX output? (Eventlist: start missing on IAX) Example: Response: Success Eventlist: start Message: Peer status list will follow Event: PeerEntry Channeltype: SIP ObjectName: 1001 ChanObjectType: peer IPaddress: 192.168.175.1 IPport: 63772 Dynamic: yes Natsupport: no VideoSupport: no TextSupport: no ACL: no Status: Unmonitored RealtimeDevice: yes Event: PeerlistComplete EventList: Complete ListItems: 1 Response: Success Message: Peer status list will follow Event: PeerEntry Channeltype: IAX2 ChanObjectType: peer ObjectName: 1001/1001 IPaddress: -none- IPport: 0 Dynamic: yes Trunk: no Encryption: no Status: UNKNOWN Event: PeerEntry Channeltype: IAX2 ChanObjectType: peer ObjectName: 1003/1003 IPaddress: -none- IPport: 0 Dynamic: yes Trunk: no Encryption: no Status: UNKNOWN Any idea?? Thanks |