Thread: [Asterisk-java-users] New to asterisk Java
Brought to you by:
srt
From: Jason J B. <Jas...@ce...> - 2008-04-21 20:15:58
|
Hello all, I'm just getting things started with Asterisk-Java. I'm probably missing something terribly obvious, but how do you shutdown the server. While in development I simply ctrl-c to kill the process. When we go to production I'm sure we can just look for and kill the process, but I'm wondering if there is anything more elegant? I see the DefaultAgiServer has a shutdown method, which I'm guessing gets called when I cntrl-c, but I don't see any way to call that. Thanks, Jason |
From: Martin S. <ma...@be...> - 2008-04-21 21:32:00
|
Hi Jason & welcome :), Asterisk-Java is typically (1) run standalone or (2) hosted inside an application server "container." In either case, it assumes the same thing that called the start methods on it will also shut it down. Most containers have hooks for startup and shutdown that you can use for starting and stopping A-J's AGI server. If you're running this server standalone, then yes, CTRL-C or killing the process would work, or you could work in a shutdown function to your wrapper code. In other words, whatever started it should stop it. I believe the default server provided by A-J can only be stopped by killing process, though. Hope that helps, Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Jason J Burich > Sent: Monday, April 21, 2008 4:16 PM > To: ast...@li... > Subject: [Asterisk-java-users] New to asterisk Java > > Hello all, > > I'm just getting things started with Asterisk-Java. I'm probably > missing something terribly obvious, but how do you shutdown > the server. > While in development I simply ctrl-c to kill the process. > When we go to > production I'm sure we can just look for and kill the process, but I'm > wondering if there is anything more elegant? I see the > DefaultAgiServer > has a shutdown method, which I'm guessing gets called when I cntrl-c, > but I don't see any way to call that. > > Thanks, > Jason > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to > save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > .sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Stefan R. <ste...@re...> - 2008-04-21 21:50:29
Attachments:
signature.asc
|
Hi, > In other words, whatever started it should stop it. I believe the > default server provided by A-J can only be stopped by killing process, > though. Yes it doesn't even call shutdown if you kill it or hit ctrl-c. I think there are hooks in the VM that we could hook into to do this. I am however not sure how this would affect users running DefaultAgiServer inside containers. =Stefan -- reuter network consulting Neusser Str. 110 50760 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: Jason J B. <Jas...@ce...> - 2008-04-22 14:58:06
|
Stefan, Martin, Thanks for your responses. I had never considered running the AgiServer from inside of the container. I think I will look at running the AgiServer inside of Jboss then. I'm not entirely sure, but it appears to me the best way to do this would be to implement an Mbean that controls the server. I've done a little digging, and it does not appear that one exists yet. Before I write the code I just wanted to verify that I am correct in saying that there is no Mbean for controlling the DefaultAgiServer? Thanks, Jason -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of Stefan Reuter Sent: Monday, April 21, 2008 4:50 PM To: ast...@li... Subject: Re: [Asterisk-java-users] New to asterisk Java Hi, > In other words, whatever started it should stop it. I believe the > default server provided by A-J can only be stopped by killing process, > though. Yes it doesn't even call shutdown if you kill it or hit ctrl-c. I think there are hooks in the VM that we could hook into to do this. I am however not sure how this would affect users running DefaultAgiServer inside containers. =Stefan -- reuter network consulting Neusser Str. 110 50760 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: Stefan R. <ste...@re...> - 2008-04-22 15:12:58
Attachments:
signature.asc
|
Jason, Indeed for a JMX-centric appserver like JBoss the MBean approach sounds like the way to go. You can not only use it to start/stop the server but also to configure port, max. connections, etc. > I've done a little digging, and it does not appear > that one exists yet. Before I write the code I just wanted to verify > that I am correct in saying that there is no Mbean for controlling the > DefaultAgiServer? No, at least nothing that has been made publicly avaible that I am aware of. =Stefan -- reuter network consulting Neusser Str. 110 50760 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: Jason J B. <Jas...@ce...> - 2008-04-22 15:36:55
|
Excellent. Thanks for the help. If I do indeed go that route I will post my Mbean somewhere for future reference. -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of Stefan Reuter Sent: Tuesday, April 22, 2008 10:12 AM To: ast...@li... Subject: Re: [Asterisk-java-users] New to asterisk Java Jason, Indeed for a JMX-centric appserver like JBoss the MBean approach sounds like the way to go. You can not only use it to start/stop the server but also to configure port, max. connections, etc. > I've done a little digging, and it does not appear that one exists > yet. Before I write the code I just wanted to verify that I am > correct in saying that there is no Mbean for controlling the > DefaultAgiServer? No, at least nothing that has been made publicly avaible that I am aware of. =Stefan -- reuter network consulting Neusser Str. 110 50760 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: Martin S. <ma...@be...> - 2008-04-22 16:10:07
|
Hi Jason, Are you running JBoss with EJB3 support? It's how I run an AgiServer already. You're welcome to the code. I ran it before with EJB2.x support, so I can dig that out of the version control too, if you only have EJB2 support. I'll send you the files off-list :) Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Jason J Burich > Sent: Tuesday, April 22, 2008 10:58 AM > To: ast...@li... > Subject: Re: [Asterisk-java-users] New to asterisk Java > > Stefan, Martin, > > Thanks for your responses. I had never considered running > the AgiServer > from inside of the container. I think I will look at running the > AgiServer inside of Jboss then. I'm not entirely sure, but it appears > to me the best way to do this would be to implement an Mbean that > controls the server. I've done a little digging, and it does > not appear > that one exists yet. Before I write the code I just wanted to verify > that I am correct in saying that there is no Mbean for controlling the > DefaultAgiServer? > > Thanks, > Jason > > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of > Stefan Reuter > Sent: Monday, April 21, 2008 4:50 PM > To: ast...@li... > Subject: Re: [Asterisk-java-users] New to asterisk Java > > Hi, > > > In other words, whatever started it should stop it. I believe the > > default server provided by A-J can only be stopped by > killing process, > > > though. > > Yes it doesn't even call shutdown if you kill it or hit > ctrl-c. I think > there are hooks in the VM that we could hook into to do this. I am > however not sure how this would affect users running DefaultAgiServer > inside containers. > > =Stefan > > -- > reuter network consulting > Neusser Str. 110 > 50760 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 email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to > save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > .sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Jason J B. <Jas...@ce...> - 2008-04-22 16:56:04
|
Yes I am using EJB3. Any examples you could provide would be excellent. I think I've got it running now, but I wouldn't mind comparing what I came up with to what you already have...there's a good chance I missed something since I'm fairly new to Mbeans and Asterisk-Java is really new to me. Thanks, Jason Burich Jas...@ce... -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of Martin Smith Sent: Tuesday, April 22, 2008 11:10 AM To: ast...@li... Subject: Re: [Asterisk-java-users] New to asterisk Java Hi Jason, Are you running JBoss with EJB3 support? It's how I run an AgiServer already. You're welcome to the code. I ran it before with EJB2.x support, so I can dig that out of the version control too, if you only have EJB2 support. I'll send you the files off-list :) Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On Behalf > Of Jason J Burich > Sent: Tuesday, April 22, 2008 10:58 AM > To: ast...@li... > Subject: Re: [Asterisk-java-users] New to asterisk Java > > Stefan, Martin, > > Thanks for your responses. I had never considered running the > AgiServer from inside of the container. I think I will look at > running the AgiServer inside of Jboss then. I'm not entirely sure, > but it appears to me the best way to do this would be to implement an > Mbean that controls the server. I've done a little digging, and it > does not appear that one exists yet. Before I write the code I just > wanted to verify that I am correct in saying that there is no Mbean > for controlling the DefaultAgiServer? > > Thanks, > Jason > > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On Behalf > Of Stefan Reuter > Sent: Monday, April 21, 2008 4:50 PM > To: ast...@li... > Subject: Re: [Asterisk-java-users] New to asterisk Java > > Hi, > > > In other words, whatever started it should stop it. I believe the > > default server provided by A-J can only be stopped by > killing process, > > > though. > > Yes it doesn't even call shutdown if you kill it or hit ctrl-c. I > think there are hooks in the VM that we could hook into to do this. I > am however not sure how this would affect users running > DefaultAgiServer inside containers. > > =Stefan > > -- > reuter network consulting > Neusser Str. 110 > 50760 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 email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > .sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > ------------------------------------------------------------------------ - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/j avaone _______________________________________________ Asterisk-java-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-users |
From: Aaron E. <aar...@gm...> - 2008-04-23 14:48:32
|
Martin, I also would be very interested in some sample code for this approach. Could you send me the files as well? thanks, aaron On Tue, Apr 22, 2008 at 12:09 PM, Martin Smith <ma...@be...> wrote: > Hi Jason, > > Are you running JBoss with EJB3 support? It's how I run an AgiServer > already. You're welcome to the code. I ran it before with EJB2.x > support, so I can dig that out of the version control too, if you only > have EJB2 support. > > I'll send you the files off-list :) > > > Martin Smith, Systems Developer > ma...@be... > Bureau of Economic and Business Research > University of Florida > (352) 392-0171 Ext. 221 > > > > > > -----Original Message----- > > From: ast...@li... > > [mailto:ast...@li...] On > > > > Behalf Of Jason J Burich > > Sent: Tuesday, April 22, 2008 10:58 AM > > To: ast...@li... > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > Stefan, Martin, > > > > Thanks for your responses. I had never considered running > > the AgiServer > > from inside of the container. I think I will look at running the > > AgiServer inside of Jboss then. I'm not entirely sure, but it appears > > to me the best way to do this would be to implement an Mbean that > > controls the server. I've done a little digging, and it does > > not appear > > that one exists yet. Before I write the code I just wanted to verify > > that I am correct in saying that there is no Mbean for controlling the > > DefaultAgiServer? > > > > Thanks, > > Jason > > > > -----Original Message----- > > From: ast...@li... > > [mailto:ast...@li...] On > > Behalf Of > > Stefan Reuter > > Sent: Monday, April 21, 2008 4:50 PM > > To: ast...@li... > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > Hi, > > > > > In other words, whatever started it should stop it. I believe the > > > default server provided by A-J can only be stopped by > > killing process, > > > > > though. > > > > Yes it doesn't even call shutdown if you kill it or hit > > ctrl-c. I think > > there are hooks in the VM that we could hook into to do this. I am > > however not sure how this would affect users running DefaultAgiServer > > inside containers. > > > > =Stefan > > > > -- > > reuter network consulting > > Neusser Str. 110 > > 50760 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 email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to > > save $100. > > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > > .sun.com/javaone > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Martin S. <ma...@be...> - 2008-04-23 20:55:34
|
Hello Aaron & all, I've updated the Asterisk-Java FAQ with the example of a JBoss MBean hosting an Agi server. It should appear overnight on the development snapshot at asterisk-java.org/development. Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Aaron Evans > Sent: Wednesday, April 23, 2008 10:49 AM > To: ast...@li... > Subject: Re: [Asterisk-java-users] New to asterisk Java > > Martin, > > I also would be very interested in some sample code for this approach. > > Could you send me the files as well? > > thanks, > aaron > > On Tue, Apr 22, 2008 at 12:09 PM, Martin Smith > <ma...@be...> wrote: > > Hi Jason, > > > > Are you running JBoss with EJB3 support? It's how I run an > AgiServer > > already. You're welcome to the code. I ran it before with EJB2.x > > support, so I can dig that out of the version control too, > if you only > > have EJB2 support. > > > > I'll send you the files off-list :) > > > > > > Martin Smith, Systems Developer > > ma...@be... > > Bureau of Economic and Business Research > > University of Florida > > (352) 392-0171 Ext. 221 > > > > > > > > > > > -----Original Message----- > > > From: ast...@li... > > > [mailto:ast...@li...] On > > > > > > > Behalf Of Jason J Burich > > > Sent: Tuesday, April 22, 2008 10:58 AM > > > To: ast...@li... > > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > > > Stefan, Martin, > > > > > > Thanks for your responses. I had never considered running > > > the AgiServer > > > from inside of the container. I think I will look at running the > > > AgiServer inside of Jboss then. I'm not entirely sure, > but it appears > > > to me the best way to do this would be to implement an Mbean that > > > controls the server. I've done a little digging, and it does > > > not appear > > > that one exists yet. Before I write the code I just > wanted to verify > > > that I am correct in saying that there is no Mbean for > controlling the > > > DefaultAgiServer? > > > > > > Thanks, > > > Jason > > > > > > -----Original Message----- > > > From: ast...@li... > > > [mailto:ast...@li...] On > > > Behalf Of > > > Stefan Reuter > > > Sent: Monday, April 21, 2008 4:50 PM > > > To: ast...@li... > > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > > > Hi, > > > > > > > In other words, whatever started it should stop it. I > believe the > > > > default server provided by A-J can only be stopped by > > > killing process, > > > > > > > though. > > > > > > Yes it doesn't even call shutdown if you kill it or hit > > > ctrl-c. I think > > > there are hooks in the VM that we could hook into to do > this. I am > > > however not sure how this would affect users running > DefaultAgiServer > > > inside containers. > > > > > > =Stefan > > > > > > -- > > > reuter network consulting > > > Neusser Str. 110 > > > 50760 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 email is sponsored by the 2008 JavaOne(SM) Conference > > > Don't miss this year's exciting event. There's still time to > > > save $100. > > > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > > > .sun.com/javaone > > > _______________________________________________ > > > Asterisk-java-users mailing list > > > Ast...@li... > > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > > > > -------------------------------------------------------------- > ----------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time > to save $100. > > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > .sun.com/javaone > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to > save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > .sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |
From: Aaron E. <aar...@gm...> - 2008-04-24 01:01:08
|
Sweet! Thanks Martin! On Wed, Apr 23, 2008 at 4:55 PM, Martin Smith <ma...@be...> wrote: > Hello Aaron & all, > > I've updated the Asterisk-Java FAQ with the example of a JBoss MBean > hosting an Agi server. It should appear overnight on the development > snapshot at asterisk-java.org/development. > > > Martin Smith, Systems Developer > ma...@be... > Bureau of Economic and Business Research > University of Florida > (352) 392-0171 Ext. 221 > > > > > -----Original Message----- > > From: ast...@li... > > [mailto:ast...@li...] On > > > > Behalf Of Aaron Evans > > Sent: Wednesday, April 23, 2008 10:49 AM > > To: ast...@li... > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > Martin, > > > > I also would be very interested in some sample code for this approach. > > > > Could you send me the files as well? > > > > thanks, > > aaron > > > > On Tue, Apr 22, 2008 at 12:09 PM, Martin Smith > > <ma...@be...> wrote: > > > Hi Jason, > > > > > > Are you running JBoss with EJB3 support? It's how I run an > > AgiServer > > > already. You're welcome to the code. I ran it before with EJB2.x > > > support, so I can dig that out of the version control too, > > if you only > > > have EJB2 support. > > > > > > I'll send you the files off-list :) > > > > > > > > > Martin Smith, Systems Developer > > > ma...@be... > > > Bureau of Economic and Business Research > > > University of Florida > > > (352) 392-0171 Ext. 221 > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: ast...@li... > > > > [mailto:ast...@li...] On > > > > > > > > > > Behalf Of Jason J Burich > > > > Sent: Tuesday, April 22, 2008 10:58 AM > > > > To: ast...@li... > > > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > > > > > Stefan, Martin, > > > > > > > > Thanks for your responses. I had never considered running > > > > the AgiServer > > > > from inside of the container. I think I will look at running the > > > > AgiServer inside of Jboss then. I'm not entirely sure, > > but it appears > > > > to me the best way to do this would be to implement an Mbean that > > > > controls the server. I've done a little digging, and it does > > > > not appear > > > > that one exists yet. Before I write the code I just > > wanted to verify > > > > that I am correct in saying that there is no Mbean for > > controlling the > > > > DefaultAgiServer? > > > > > > > > Thanks, > > > > Jason > > > > > > > > -----Original Message----- > > > > From: ast...@li... > > > > [mailto:ast...@li...] On > > > > Behalf Of > > > > Stefan Reuter > > > > Sent: Monday, April 21, 2008 4:50 PM > > > > To: ast...@li... > > > > Subject: Re: [Asterisk-java-users] New to asterisk Java > > > > > > > > Hi, > > > > > > > > > In other words, whatever started it should stop it. I > > believe the > > > > > default server provided by A-J can only be stopped by > > > > killing process, > > > > > > > > > though. > > > > > > > > Yes it doesn't even call shutdown if you kill it or hit > > > > ctrl-c. I think > > > > there are hooks in the VM that we could hook into to do > > this. I am > > > > however not sure how this would affect users running > > DefaultAgiServer > > > > inside containers. > > > > > > > > =Stefan > > > > > > > > -- > > > > reuter network consulting > > > > Neusser Str. 110 > > > > 50760 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 email is sponsored by the 2008 JavaOne(SM) Conference > > > > Don't miss this year's exciting event. There's still time to > > > > save $100. > > > > Use priority code J8TL2D2. > > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > > > > .sun.com/javaone > > > > _______________________________________________ > > > > Asterisk-java-users mailing list > > > > Ast...@li... > > > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > > > > > > > > -------------------------------------------------------------- > > ----------- > > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > > Don't miss this year's exciting event. There's still time > > to save $100. > > > Use priority code J8TL2D2. > > > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > > .sun.com/javaone > > > _______________________________________________ > > > Asterisk-java-users mailing list > > > Ast...@li... > > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > > > -------------------------------------------------------------- > > ----------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to > > save $100. > > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java > > .sun.com/javaone > > _______________________________________________ > > Asterisk-java-users mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > |