asterisk-java-devel Mailing List for Asterisk-Java Library (Page 8)
Brought to you by:
srt
You can subscribe to this list here.
2005 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
(8) |
Jul
(3) |
Aug
(6) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(8) |
Feb
(6) |
Mar
(1) |
Apr
|
May
(2) |
Jun
|
Jul
(17) |
Aug
(21) |
Sep
(2) |
Oct
(7) |
Nov
(8) |
Dec
(12) |
2007 |
Jan
(10) |
Feb
(19) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(6) |
Nov
(1) |
Dec
(5) |
2008 |
Jan
(12) |
Feb
(15) |
Mar
(18) |
Apr
(34) |
May
(3) |
Jun
(34) |
Jul
(5) |
Aug
(1) |
Sep
(8) |
Oct
|
Nov
(2) |
Dec
(2) |
2009 |
Jan
(8) |
Feb
(2) |
Mar
(35) |
Apr
(16) |
May
(11) |
Jun
(2) |
Jul
(6) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(4) |
Dec
|
2010 |
Jan
(43) |
Feb
(15) |
Mar
(1) |
Apr
(7) |
May
(3) |
Jun
(7) |
Jul
(1) |
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(2) |
Mar
(9) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
2012 |
Jan
(9) |
Feb
(2) |
Mar
(4) |
Apr
(1) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
(10) |
Nov
(10) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
(10) |
Dec
|
2014 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(11) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(2) |
Mar
(7) |
Apr
(39) |
May
(18) |
Jun
(6) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(9) |
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Wolfgang P. <wpi...@yo...> - 2011-03-04 08:00:13
|
Hi all, i am looking for the best method to monitor the state of extensions - it would be possible to do it by listening only to the manager events - and calculating the current state of an extension out of it. But it would be more elegant to have a Live Object which does that work. So, is there already an implementation for this out there ? Or do i have to implement it by myself ? best regards, Wolfgang |
From: daniel m. <dan...@go...> - 2011-03-04 07:58:39
|
> I've applied your changes with some minor modifications. Great! Cannot say how relieved I am to not have to use my private branch. Let me know when you need a helping hand somewhere else. Daniel |
From: Stefan R. <ste...@re...> - 2011-03-04 02:27:12
|
Hi Daniel, I've applied your changes with some minor modifications. =Stefan |
From: Stefan R. <ste...@re...> - 2011-02-19 15:45:52
|
Hi Daniel, from my point of view your change looks reasonable. I saw you've changed visibility from package visible to protected. If that's all I guess its justified by the requirements for customized channels. =Stefan |
From: daniel m. <dan...@go...> - 2011-02-19 15:05:23
|
Hi I am building distributed call applications where channels are routed through different agis on different servers. Channel variables are used to save states, so channels are real business objects here and I want them to have business logic. The lib does not allow me to configure a factory for channels, so I had to write wrapper for channels, that provide application's business logic. that works… but for clean software design, it would be better the AgiScript got the correct channel instance in the first place (from the server). See my implemantation here: git://github.com/camillo/asterisk-java.git It introduce a ChannelFactory, that can be passed to the DefaultAgiServer's constructor. An Example is included, so just have a look to it. I guess you do not like the fact that i had to change some visibilities. If this holds you from including the feature into the official branch, please les me know what I have to change. cu Daniel |
From: Chris G. <cga...@gm...> - 2010-09-15 12:10:42
|
I'll be there. I have to confess, I have no idea what a Gosling prescribed T-shirt is. :) cga...@gm... On Sep 14, 2010, at 10:52 AM, Sanjay Mishra <sm...@gm...> wrote: > Sounds great, Stefan, I will be at JavaOne wearing my Gosling prescribed T-shirt, > please email sm...@gm... or via this list for more specifics. > > > On Tue, Sep 14, 2010 at 7:18 AM, Stefan Reuter <ste...@re...> wrote: > Hi, > > is anybody of you attending JavaOne this year? I will be there and if > you like to join we could have a small Asterisk-Java meetup :) > > =Stefan > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Sanjay M. <sm...@gm...> - 2010-09-14 14:52:14
|
Sounds great, Stefan, I will be at JavaOne wearing my Gosling prescribed T-shirt, please email sm...@gm... or via this list for more specifics. On Tue, Sep 14, 2010 at 7:18 AM, Stefan Reuter <ste...@re...>wrote: > Hi, > > is anybody of you attending JavaOne this year? I will be there and if > you like to join we could have a small Asterisk-Java meetup :) > > =Stefan > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Stefan R. <ste...@re...> - 2010-09-14 14:19:09
|
Hi, is anybody of you attending JavaOne this year? I will be there and if you like to join we could have a small Asterisk-Java meetup :) =Stefan |
From: fanguo <guo...@ho...> - 2010-09-02 19:17:07
|
Hi there, I am new to asterisk and asterisk-java, could you provide me complete guide of how setup asterisk-java environment on asterisk service please? The server I use is asterisk(do not know the version, could be 1.4 or 1.6)/trixbox 2.6/centOS thanks a lot Fan Guo |
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 |
From: Chris G. <cga...@gm...> - 2010-08-31 20:38:51
|
Okay, the issue has been updated. On Tue, Aug 31, 2010 at 12:32 PM, Stefan Reuter <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... > > 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... > Jabber: 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... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Stefan R. <ste...@re...> - 2010-08-31 16:53:05
|
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... > 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... Jabber: ste...@re... WWW: http://www.reucon.com Steuernummern 215/5140/1791 USt-IdNr. DE220701760 |
From: Chris G. <cga...@gm...> - 2010-08-31 16:08:04
|
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? |
From: ladyr l. <lad...@gm...> - 2010-07-19 13:06:59
|
Good afternoon, I have been working on the Asterisk-java tutorial, http://asterisk-java.org/latest/tutorial.html, and I would like to be able to make some outgoing calls using java code from my laptop connected to my Asterisk server via internet (at this moment I've installed an FXO card in my Asterisk server so I can make calls to phones connected to the traditional system). As it is described in the tutorial, in the capther of the Manager API, I'm able to make calls as long as I've connected a phone via SIP to my Asterisk server. For this purpose now I'm using zoiper. I connect a SIP client via Zoiper with Asterisk and later on executing the .class file I can make Asterisk call the softphone, answer in the softphone manually and make a call to a number (I previously defined on the .class file) throughout the softphone. I would like to know if I could get rid of the part of the softphone, I mean, make calls to the number I want (via SIP, or via my FXO channel, this is something I will choose with Asterisk) using java code and do not have to connect my zoiper to Asterisk. Thank you very much for your attention. I do apologize if the question I made is an stupid one. Best regards, Fernando. |
From: Saugort D. G. T. <dg...@an...> - 2010-06-23 13:08:06
|
Hi, Some one has a tutorial (step by step) to implement this (for tomcat)? I got one but I could not figure out what was wrong with my install. It will serve for AGI as well? Ngo-Vi Hoai-Anh wrote: > I've tested. It seems to be no need to wrap the DefaultAsteriskServer > in an extra thread. > > I've defined a DefaultAsteriskServer as a Spring bean as > > ... > <bean id="defaultAsteriskServer" > class="org.asteriskjava.live.DefaultAsteriskServer" > init-method="initialize" destroy-method="shutdown"> > <constructor-arg index="0" value="localhost" /> > <constructor-arg index="1" value="5038" /> > <constructor-arg index="2" value="amiuser" /> > <constructor-arg index="3" value="amipwd" /> > </bean> > ... > > When I start Apache Tomcat with Spring ContextLoaderListener. An > instance of DefaultAsteriskServer with an established ami connection > is created and Tomcat does not hang. > > Since Spring container create the DefaultAsteriskServer as a singleton > by default multiple connection to Asterisk is also avoided. > > Timothy Rodriguez schrieb: >> Since asterisk Ami works best with one app talking to it (though this >> has recently been remedied somewhat I'm told). I create a connection >> on the init of one of the servlets and use static methods. This has a >> few benefits in that ensures only one connection is made to asterisk >> and that connection is maintained for the life of the servlet. >> >> So far that's worked for me. I'd be interested to see what others on >> this list are doing, but you might want to start there. >> >> -Tim >> >> On Jun 23, 2010, at 4:35 AM, Ngo-Vi Hoai-Anh <ho...@gm...> wrote: >> >> >>> Dear experts, >>> >>> If I want to integrate a live AsteriskServer with Apache Tomcat. >>> Should >>> I start the live server in a separate thread like with the AGI one? >>> >>> Thank you. >>> Hoai-Anh >>> >>> --- >>> --- >>> --- >>> --------------------------------------------------------------------- >>> ThinkGeek and WIRED's GeekDad team up for the Ultimate >>> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >>> lucky parental unit. See the prize list and enter to win: >>> http://p.sf.net/sfu/thinkgeek-promo >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >> >> ------------------------------------------------------------------------------ >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.829 / Virus Database: 271.1.1/2955 - Release Date: 06/22/10 02:06:00 > > |
From: Ngo-Vi Hoai-A. <ho...@gm...> - 2010-06-23 11:47:20
|
I've tested. It seems to be no need to wrap the DefaultAsteriskServer in an extra thread. I've defined a DefaultAsteriskServer as a Spring bean as ... <bean id="defaultAsteriskServer" class="org.asteriskjava.live.DefaultAsteriskServer" init-method="initialize" destroy-method="shutdown"> <constructor-arg index="0" value="localhost" /> <constructor-arg index="1" value="5038" /> <constructor-arg index="2" value="amiuser" /> <constructor-arg index="3" value="amipwd" /> </bean> ... When I start Apache Tomcat with Spring ContextLoaderListener. An instance of DefaultAsteriskServer with an established ami connection is created and Tomcat does not hang. Since Spring container create the DefaultAsteriskServer as a singleton by default multiple connection to Asterisk is also avoided. Timothy Rodriguez schrieb: > Since asterisk Ami works best with one app talking to it (though this > has recently been remedied somewhat I'm told). I create a connection > on the init of one of the servlets and use static methods. This has a > few benefits in that ensures only one connection is made to asterisk > and that connection is maintained for the life of the servlet. > > So far that's worked for me. I'd be interested to see what others on > this list are doing, but you might want to start there. > > -Tim > > On Jun 23, 2010, at 4:35 AM, Ngo-Vi Hoai-Anh <ho...@gm...> wrote: > > >> Dear experts, >> >> If I want to integrate a live AsteriskServer with Apache Tomcat. >> Should >> I start the live server in a separate thread like with the AGI one? >> >> Thank you. >> Hoai-Anh >> >> --- >> --- >> --- >> --------------------------------------------------------------------- >> ThinkGeek and WIRED's GeekDad team up for the Ultimate >> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the >> lucky parental unit. See the prize list and enter to win: >> http://p.sf.net/sfu/thinkgeek-promo >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Timothy R. <tim...@gm...> - 2010-06-23 11:13:04
|
Since asterisk Ami works best with one app talking to it (though this has recently been remedied somewhat I'm told). I create a connection on the init of one of the servlets and use static methods. This has a few benefits in that ensures only one connection is made to asterisk and that connection is maintained for the life of the servlet. So far that's worked for me. I'd be interested to see what others on this list are doing, but you might want to start there. -Tim On Jun 23, 2010, at 4:35 AM, Ngo-Vi Hoai-Anh <ho...@gm...> wrote: > Dear experts, > > If I want to integrate a live AsteriskServer with Apache Tomcat. > Should > I start the live server in a separate thread like with the AGI one? > > Thank you. > Hoai-Anh > > --- > --- > --- > --------------------------------------------------------------------- > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel |
From: Ngo-Vi Hoai-A. <ho...@gm...> - 2010-06-23 08:36:03
|
Dear experts, If I want to integrate a live AsteriskServer with Apache Tomcat. Should I start the live server in a separate thread like with the AGI one? Thank you. Hoai-Anh |
From: a-campos <a-c...@cr...> - 2010-06-02 23:37:24
|
Hi there, After the pickup the the Channel is on State RINGING, but the call is ongoing. Can someone please tell me if I'm doing something wrong or this is a bug in asterisk-java :) VERSION: Sun Java 1.6.0_20 Asterisk-java CI (asterisk-java-1.0.0.CI-20100531.214600-241-bin) SCENARIO: 1 - A call B 2 - C pick call on b - call *8+(B extension) ::: EVENTS ON ASTERISK-JAVA SIP/B-08212448::UP -/- SIP/C-b68009f0::RINGING AsteriskChannel[id='1275523499.118',name='SIP/B-08212448',callerId='"B" ',state='UP',account='null',dateOfCreation=Thu Jun 03 00:06:11 WEST 2010,dialedChannel=AsteriskChannel[id='1275523509.120',name='SIP/C-b68009f0'],dialingChannel=null,linkedChannel=null] [AsteriskChannel[id='1275523509.120',name='SIP/C-b68009f0',callerId='',state='RINGING',account='null',dateOfCreation=Thu Jun 03 00:06:22 WEST 2010,dialedChannel=null,dialingChannel=AsteriskChannel[id='1275523499.118', name='SIP/B-08212448'],linkedChannel=null] ::: ON RASTERISK show channels SIP/C-081ff3 (None) Up AppDial((Outgoing Line)) SIP/A-b6801fd8 1040@internal:1 Up Dial(SIP/B|30|tTHh) - Augusto Campos |
From: Saugort D. G. T. <dg...@an...> - 2010-06-01 13:43:51
|
Hi Yves, If I run asterisk-java as it is provides following the instructions, everithing works fine. With script I mean an agi script, and demo.php is the example provided to use scripting (the other examples are js and grovy). That means asterisk-java if a call an agi script fastagi-mapping is found where asterisk-java expected, and if I call to demo.php, asterisk-java run fine, in boht cases I can hear the voice prompts and make input, transfer the call, etc. My problem appear when I tried to use Java Service Wrapper to create a windows service to start/stop asterisk-java FastAGI server. When the server start and receive the first call a message appear telling that can not fine "fastagi-mapping", if I call to an agi script. If I call to demo.php a message in log just said that the demo.php can not be found. The files are located in the same place I am not looking help to try to resolve my issue with Java Service Wrapper. I am looking if someone else as succeed in get asterisk-java FastAGI server working as a service in windows and how they do it. Because, if it possible I dont want reinvent the wheel. Regards, Yves Arikoglu wrote: > Hi, > > as far as I understand your answer, your service is up and the problem > lies somewhere else. > But... unfortunately you supply no information at all. > What do you mean by "script is not displayed"?? Between the lines I > assume, you want to execute > an agi when a call comes in... did you follow the instructions on how > to build agi-scripts with java? > did you set up a fastagi-mapping file and placed it in the right > folder? how does your dialplan and > your java class look like (sources...). You don´t need to set up > "asterisk-java working as a service", its > just a helper library. Instead, you should implement a service for > starting / stopping and watching your agi-server... > What is "demo.php" ?? > btw.: > The Java-Agi-Server is very stable. In my production I use it for my > own conference-servers and IVRs > with thousands of calls (with recording, dtmf-input and so on) per > week and so far it never failed! > > yves > > > Saugort Dario Garcia Tovar schrieb: >> Thanks for your answer, >> >> Basically, It is for a proyect. The final user requires that if the >> box fail, on restart, all services start again, automatically, and be >> controlled by Widnows SCM. >> >> I found Java Wrapper Service >> (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) >> and used to create a new class to work get asterisk-java working as >> service. I am succeed making the service. however when a call arrives >> the script is not displayed. asterisk-java just said that can not >> find fastagi-mapping file or that demo.php is not found. >> >> So, I dont want to reinvent the wheel. If someone has work with >> asterisk-java in windows and make it work as a windows service, I >> would like to know how to do it. >> >> Yves Arikoglu wrote: >>> Hi, >>> >>> I don´t see, why this should not work, although there might be 100 >>> reasons... >>> Could you pls. explain what your objective is, what you tried and what >>> the result was ? (no success is a bit too little info). >>> (please include any version info) >>> >>> yves >>> >>> Saugort Dario Garcia Tovar schrieb: >>> >>>> Hi, >>>> >>>> Have anyone implemetned a windows service with asterisk-java? I mean >>>> deploy asterisk-java in a windows machine and declare a windows >>>> controlable service from SCM. >>>> >>>> I am tried to use Java Wrapper Service >>>> (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) >>>> but without successs. >>>> >>>> Thanks in advance >>>> >>>> ------------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Asterisk-java-devel mailing list >>>> Ast...@li... >>>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>>> >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> ------------------------------------------------------------------------ >>> >>> >>> No virus found in this incoming message. >>> Checked by AVG - www.avg.com >>> Version: 9.0.819 / Virus Database: 271.1.1/2908 - Release Date: 05/31/10 01:55:00 >>> >>> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.819 / Virus Database: 271.1.1/2909 - Release Date: 05/31/10 13:55:00 > > |
From: Yves A. <yv...@gm...> - 2010-06-01 09:18:36
|
Hi, as far as I understand your answer, your service is up and the problem lies somewhere else. But... unfortunately you supply no information at all. What do you mean by "script is not displayed"?? Between the lines I assume, you want to execute an agi when a call comes in... did you follow the instructions on how to build agi-scripts with java? did you set up a fastagi-mapping file and placed it in the right folder? how does your dialplan and your java class look like (sources...). You don´t need to set up "asterisk-java working as a service", its just a helper library. Instead, you should implement a service for starting / stopping and watching your agi-server... What is "demo.php" ?? btw.: The Java-Agi-Server is very stable. In my production I use it for my own conference-servers and IVRs with thousands of calls (with recording, dtmf-input and so on) per week and so far it never failed! yves Saugort Dario Garcia Tovar schrieb: > Thanks for your answer, > > Basically, It is for a proyect. The final user requires that if the > box fail, on restart, all services start again, automatically, and be > controlled by Widnows SCM. > > I found Java Wrapper Service > (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) > and used to create a new class to work get asterisk-java working as > service. I am succeed making the service. however when a call arrives > the script is not displayed. asterisk-java just said that can not find > fastagi-mapping file or that demo.php is not found. > > So, I dont want to reinvent the wheel. If someone has work with > asterisk-java in windows and make it work as a windows service, I > would like to know how to do it. > > Yves Arikoglu wrote: >> Hi, >> >> I don´t see, why this should not work, although there might be 100 >> reasons... >> Could you pls. explain what your objective is, what you tried and what >> the result was ? (no success is a bit too little info). >> (please include any version info) >> >> yves >> >> Saugort Dario Garcia Tovar schrieb: >> >>> Hi, >>> >>> Have anyone implemetned a windows service with asterisk-java? I mean >>> deploy asterisk-java in a windows machine and declare a windows >>> controlable service from SCM. >>> >>> I am tried to use Java Wrapper Service >>> (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) >>> but without successs. >>> >>> Thanks in advance >>> >>> ------------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Asterisk-java-devel mailing list >>> Ast...@li... >>> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >>> >>> >>> >> >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> ------------------------------------------------------------------------ >> >> >> No virus found in this incoming message. >> Checked by AVG - www.avg.com >> Version: 9.0.819 / Virus Database: 271.1.1/2908 - Release Date: 05/31/10 01:55:00 >> >> > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Saugort D. G. T. <dg...@an...> - 2010-05-31 18:43:34
|
Thanks for your answer, Basically, It is for a proyect. The final user requires that if the box fail, on restart, all services start again, automatically, and be controlled by Widnows SCM. I found Java Wrapper Service (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) and used to create a new class to work get asterisk-java working as service. I am succeed making the service. however when a call arrives the script is not displayed. asterisk-java just said that can not find fastagi-mapping file or that demo.php is not found. So, I dont want to reinvent the wheel. If someone has work with asterisk-java in windows and make it work as a windows service, I would like to know how to do it. Yves Arikoglu wrote: > Hi, > > I don´t see, why this should not work, although there might be 100 > reasons... > Could you pls. explain what your objective is, what you tried and what > the result was ? (no success is a bit too little info). > (please include any version info) > > yves > > Saugort Dario Garcia Tovar schrieb: > >> Hi, >> >> Have anyone implemetned a windows service with asterisk-java? I mean >> deploy asterisk-java in a windows machine and declare a windows >> controlable service from SCM. >> >> I am tried to use Java Wrapper Service >> (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) >> but without successs. >> >> Thanks in advance >> >> ------------------------------------------------------------------------------ >> >> _______________________________________________ >> Asterisk-java-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel >> >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.819 / Virus Database: 271.1.1/2908 - Release Date: 05/31/10 01:55:00 > > |
From: Yves A. <yv...@gm...> - 2010-05-31 14:20:18
|
Hi, I don´t see, why this should not work, although there might be 100 reasons... Could you pls. explain what your objective is, what you tried and what the result was ? (no success is a bit too little info). (please include any version info) yves Saugort Dario Garcia Tovar schrieb: > Hi, > > Have anyone implemetned a windows service with asterisk-java? I mean > deploy asterisk-java in a windows machine and declare a windows > controlable service from SCM. > > I am tried to use Java Wrapper Service > (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) > but without successs. > > Thanks in advance > > ------------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Saugort D. G. T. <dg...@an...> - 2010-05-31 13:17:42
|
Hi, Have anyone implemetned a windows service with asterisk-java? I mean deploy asterisk-java in a windows machine and declare a windows controlable service from SCM. I am tried to use Java Wrapper Service (http://wrapper.tanukisoftware.org/doc/english/integrate-listener.html) but without successs. Thanks in advance |
From: Timothy R. <tim...@gm...> - 2010-04-16 14:39:47
|
I also created a bugtracker aj-250 for this issue. On Apr 16, 2010, at 10:34 AM, Timothy Rodriguez <tim...@gm... > wrote: > Hi all, > > I'm having an issue using the live API where I get a no such channel > exception when using local channels to initiate playback in a > conference. However, even though this happens the playback completes > and the local channel is created in asterisk. I want the channel > object returned so I can add a listener to find out when playback > completes on hangup. > > I was wondering if anybody faced similar problems and had any ideas? > > Thanks, > > Tim |