Re: [Asterisk-java-devel] patch to handle Fonailty-style events in Asterisk Manager
Brought to you by:
srt
From: Yves A. <yv...@gm...> - 2010-09-01 07:19:02
|
cool, thank you! yves Am 31.08.2010 22:38, schrieb Chris Gamache: > Okay, the issue has been updated. > > On Tue, Aug 31, 2010 at 12:32 PM, Stefan Reuter > <ste...@re... <mailto:ste...@re...>> wrote: > > Hi, > > there already is an issue for this in the issue tracker: > https://secure.reucon.net/issues/browse/AJ-134 > > The problem is that trixbox pro is a commercial product which I > have no > access to, so it is hard to maintain. If you want to share your patch > you can attach it to that issue for now. > > =Stefan > > > On 08/31/2010 06:07 PM, Chris Gamache wrote: > > I've created a patch against the head revision (1406) to capture and > > handle Fonailty-style events > > > > Examples.... > > > > > Unlink<Channel1>SIP/FD7-b5e4d848</Channel1><Channel2>SIP/foo-09cb17a0</Channel2><Uniqueid1>1283268450.24810</Uniqueid1><Uniqueid2>1283268450.24811</Uniqueid2> > > > Hangup<Channel>SIP/FD7-b5e4d848</Channel><Uniqueid>1283268450.24810</Uniqueid><Cause>16</Cause> > > > ExtensionStatus<Exten>131</Exten><Context>external</Context><Status>0</Status> > > PeerStatus<Peer>SIP/3FD</Peer><PeerStatus>Registered</PeerStatus> > > > Registry<Channel>SIP</Channel><Domain>10.0.0.1</Domain><Status>Registered</Status> > > > Newchannel<Channel>SIP/FD7-b5e4d848</Channel><State>Ring</State><CallerID>User > > <131></CallerID><Uniqueid>1283268617.24812</Uniqueid> > > > ExtensionStatus<Exten>131</Exten><Context>external</Context><Status>1</Status> > > Newcallerid<Channel>SIP/FD7-b5e4d848</Channel><CallerID>User > > <8508778804></CallerID><Uniqueid>1283268617.24812</Uniqueid> > > > Newexten<Channel>SIP/FD7-b5e4d848</Channel><Context>internal</Context><Extension>915557545555</Extension><Priority>5</Priority><Application>Dial</Application><AppData>SIP/foo/15557545555</AppData><Uniqueid>1283268617.24812</Uniqueid> > > > Dial<Source>SIP/FD7-b5e4d848</Source><Destination>SIP/foo-09cf3138</Destination><CallerID>5558775555</CallerID><CallerIDName>User</CallerIDName><SrcUniqueID>1283268617.24812</SrcUniqueID><DestUniqueID>1283268617.24813</DestUniqueID> > > > Newstate<Channel>SIP/foo-09cf3138</Channel><State>Ringing</State><CallerID>unknown > > <915557545555></CallerID><Uniqueid>1283268617.24813</Uniqueid> > > > Link<Channel1>SIP/FD7-b5e4d848</Channel1><Channel2>SIP/foo-09cf3138</Channel2><Uniqueid1>1283268617.24812</Uniqueid1><Uniqueid2>1283268617.24813</Uniqueid2> > > > Unlink<Channel1>SIP/FD7-b5e4d848</Channel1><Channel2>SIP/foo-09cf3138</Channel2><Uniqueid1>1283268617.24812</Uniqueid1><Uniqueid2>1283268617.24813</Uniqueid2> > > > Hangup<Channel>SIP/FD7-b5e4d848</Channel><Uniqueid>1283268617.24812</Uniqueid><Cause>16</Cause> > > Join<Channel>Zap/8-1</Channel><CallerID>CUSTOMER > > > <5554885555></CallerID><Queue>blast</Queue><Position>1</Position><Count>1</Count> > > Leave<Channel>Zap/8-1</Channel><Queue>blast</Queue><Count>0</Count> > > > Rename<Oldname>SIP/883-b5944a20</Oldname><Newname>SIP/883-b5944a20<MASQ></Newname><Uniqueid>1283268851.24846</Uniqueid> > > > > It looks like it is working, but I have no frame of reference to > be sure > > it covers all the bases. Is there any interest in seeing it, or > should I > > just keep it to myself? > > > > > > > > > ------------------------------------------------------------------------------ > > This SF.net Dev2Dev email is sponsored by: > > > > Show off your parallel programming skills. > > Enter the Intel(R) Threading Challenge 2010. > > http://p.sf.net/sfu/intel-thread-sfd > > > > > > > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > <mailto:Ast...@li...> > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > reuter network consulting > Neusser Str. 110 > 50670 Koeln > Germany > Telefon: +49 221 1305699-0 > Telefax: +49 221 1305699-90 > E-Mail: ste...@re... <mailto:ste...@re...> > Jabber: ste...@re... <mailto:ste...@re...> > WWW: http://www.reucon.com > > Steuernummern 215/5140/1791 USt-IdNr. DE220701760 > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |