asterisk-java-devel Mailing List for Asterisk-Java Library (Page 18)
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: Martin S. <ma...@be...> - 2008-04-02 13:05:08
|
Hi Jeff, >From their yum source RPM repository (http://yum.trixbox.org/centos/5/SRPMS/repodata/repoview/asterisk-0-1.4. 18-3.html), it looks like they just drop in the latest asterisk every so often (I'm guessing from the commit logs). I tried to download the SRPM and look to see how heavily it was modified, but the download was at 30% after 10 minutes. We have reports (http://jira.reucon.org/browse/AJ-120) of Asterisk-Java working fine with Trixbox as well. Are you sure you aren't dealing with AJAM (http://www.voip-info.org/wiki/view/Aynchronous+Javascript+Asterisk+Mana ger+(AJAM)) or AstMan Proxy? Can you show us a code sample or the output from ngrep of a session? Not trying to discount you here, but I want to make sure we're all clear on how heavily modified the AMI in Trixbox might be, so we can, if necessary, integrate changes to make it work with A-J. Thanks, 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 Jeff Ross > Sent: Wednesday, April 02, 2008 5:43 AM > To: ast...@li... > Subject: [Asterisk-java-devel] Trixbox Support > > Hello, > We have clients that use Trixbox systems (Pro and Call > Center Editions) > which is based on asterisk. After struggling for a week trying to get > Asterisk-Java to detect incoming events with the Trixbox system we > determined that the Trixbox folks have re-written portions of > the Manager > API and have changed the format of the Event packets being > sent to Manager > clients. They now have an XML-like structure. We have > managed to modify > the ManagerReaderImpl.java to correctly parse both Asterisk > and Trixbox > events and would like to share this back so that > Asterisk-Java works equally > well with both Trixbox and Asterisk systems. > > We have confirmed with Trixbox support that this is the case > and it sounds > like they intend to continue with this incompatible direction. > > I am looking for input on how best to proceed. If we send these > modifications can they be incorporated into the core code > base? Does it > make sense for the core Asterisk-Java code base to work with > both asterisk > and Trixbox or would it be better to have a separate release > for Trixbox? > Or is this something we will just have to maintain locally? > > Thanks, > Jeff > > > -------------------------------------------------------------- > ----------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.n > et/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Jeff R. <jef...@dp...> - 2008-04-02 09:42:37
|
Hello, We have clients that use Trixbox systems (Pro and Call Center Editions) which is based on asterisk. After struggling for a week trying to get Asterisk-Java to detect incoming events with the Trixbox system we determined that the Trixbox folks have re-written portions of the Manager API and have changed the format of the Event packets being sent to Manager clients. They now have an XML-like structure. We have managed to modify the ManagerReaderImpl.java to correctly parse both Asterisk and Trixbox events and would like to share this back so that Asterisk-Java works equally well with both Trixbox and Asterisk systems. We have confirmed with Trixbox support that this is the case and it sounds like they intend to continue with this incompatible direction. I am looking for input on how best to proceed. If we send these modifications can they be incorporated into the core code base? Does it make sense for the core Asterisk-Java code base to work with both asterisk and Trixbox or would it be better to have a separate release for Trixbox? Or is this something we will just have to maintain locally? Thanks, Jeff |
From: charles c. <cha...@gm...> - 2008-04-02 06:15:50
|
hallo, may i know what u meant by sarcam and what u attached here by. i am really sorry in not writing the subject, anyway i think i need to logout from this session bye4ever On Wed, Apr 2, 2008 at 11:28 AM, Stefan Reuter <ste...@re...> wrote: > > I think Charles was just saying that he did not understand your > > question… > > Obviously you didn't get the sarcam. > > This list is for the developers of the Asterisk-Java library. Your > question is totally unrelated to this topic and you don't seem to work > on Asterisk-Java. > You could do us a favor and pay attention to the topic of lists you > subscribe to and adhere to some minimum standards of netiquette like > including a subject. > > Thanks. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Stefan R. <ste...@re...> - 2008-04-02 05:58:45
|
> I think Charles was just saying that he did not understand your > question… Obviously you didn't get the sarcam. This list is for the developers of the Asterisk-Java library. Your question is totally unrelated to this topic and you don't seem to work on Asterisk-Java. You could do us a favor and pay attention to the topic of lists you subscribe to and adhere to some minimum standards of netiquette like including a subject. Thanks. |
From: charles c. <cha...@gm...> - 2008-04-02 05:47:08
|
ok thank you On Wed, Apr 2, 2008 at 11:10 AM, SHEKAR, CHANDRA [AG/8042] < cha...@mo...> wrote: > I don't unfortunately. Sorry… I am new to asterisk. > > > > Shekar > > > > > > -----Original Message----- > *From:* ast...@li... [mailto: > ast...@li...] *On Behalf Of *charles > chandran > *Sent:* Wednesday, April 02, 2008 10:58 AM > *To:* ast...@li... > *Subject:* Re: [Asterisk-java-devel] (no subject) > > > > Hi sekhar, > > you said it > > and you know how can i solve this solution > > On Wed, Apr 2, 2008 at 10:56 AM, SHEKAR, CHANDRA [AG/8042] < > cha...@mo...> wrote: > > I think Charles was just saying that he did not understand your question… > > > > > > -----Original Message----- > *From:* ast...@li... [mailto: > ast...@li...] *On Behalf Of *charles > chandran > *Sent:* Wednesday, April 02, 2008 10:34 AM > *To:* ast...@li...; > vin...@te... > *Subject:* Re: [Asterisk-java-devel] (no subject) > > > > > So you are telling you don't know the solution, i asked while opening > writer from a web application it alerted me with user interface language > cannot be determined. > > > > > > On Tue, Apr 1, 2008 at 11:09 PM, Vincent Nonnenmacher < > vin...@te...> wrote: > > charles chandran a écrit : > > Hi > > > > I would like toknow how to convert word to pdf using ooo > > from j2ee web application as i failed to do so alerting me with not > > able to determine ui language. > > > > Thanking you > > Charles v c > > I understand that it could be difficult to make a 'subject' from such a > wide question ;-) > > S-F bashing : > Even Hal 9000 wouldn't understand such a doctor ! > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > *This e-mail message may contain privileged and/or confidential > information, and is intended to be received only by persons entitled to > receive such information. If you have received this e-mail in error, please > notify the sender immediately. Please delete it and all attachments from any > servers, hard drives or any other media. Other use of this e-mail by you is > strictly prohibited.* > > *All e-mails and attachments sent and received are subject to monitoring, > reading and archival by Monsanto, including its subsidiaries. The recipient > of this e-mail is solely responsible for checking for the presence of > "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts > no liability for any damage caused by any such code transmitted by or > accompanying this e-mail or any attachment.* > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > *This e-mail message may contain privileged and/or confidential > information, and is intended to be received only by persons entitled to > receive such information. If you have received this e-mail in error, please > notify the sender immediately. Please delete it and all attachments from any > servers, hard drives or any other media. Other use of this e-mail by you is > strictly prohibited.* > > *All e-mails and attachments sent and received are subject to monitoring, > reading and archival by Monsanto, including its subsidiaries. The recipient > of this e-mail is solely responsible for checking for the presence of > "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts > no liability for any damage caused by any such code transmitted by or > accompanying this e-mail or any attachment.* > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: SHEKAR, C. [AG/8042] <cha...@mo...> - 2008-04-02 05:40:40
|
I don't unfortunately. Sorry... I am new to asterisk. Shekar -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of charles chandran Sent: Wednesday, April 02, 2008 10:58 AM To: ast...@li... Subject: Re: [Asterisk-java-devel] (no subject) Hi sekhar, you said it and you know how can i solve this solution On Wed, Apr 2, 2008 at 10:56 AM, SHEKAR, CHANDRA [AG/8042] <cha...@mo...> wrote: I think Charles was just saying that he did not understand your question... -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of charles chandran Sent: Wednesday, April 02, 2008 10:34 AM To: ast...@li...; vin...@te... Subject: Re: [Asterisk-java-devel] (no subject) So you are telling you don't know the solution, i asked while opening writer from a web application it alerted me with user interface language cannot be determined. On Tue, Apr 1, 2008 at 11:09 PM, Vincent Nonnenmacher <vin...@te...> wrote: charles chandran a écrit : > Hi > > I would like toknow how to convert word to pdf using ooo > from j2ee web application as i failed to do so alerting me with not > able to determine ui language. > > Thanking you > Charles v c I understand that it could be difficult to make a 'subject' from such a wide question ;-) S-F bashing : Even Hal 9000 wouldn't understand such a doctor ! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto, including its subsidiaries. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel --------------------------------------------------------------------------------------------------------- This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto, including its subsidiaries. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. --------------------------------------------------------------------------------------------------------- |
From: charles c. <cha...@gm...> - 2008-04-02 05:28:16
|
Hi sekhar, you said it and you know how can i solve this solution On Wed, Apr 2, 2008 at 10:56 AM, SHEKAR, CHANDRA [AG/8042] < cha...@mo...> wrote: > I think Charles was just saying that he did not understand your question… > > > > > > -----Original Message----- > *From:* ast...@li... [mailto: > ast...@li...] *On Behalf Of *charles > chandran > *Sent:* Wednesday, April 02, 2008 10:34 AM > *To:* ast...@li...; > vin...@te... > *Subject:* Re: [Asterisk-java-devel] (no subject) > > > > > So you are telling you don't know the solution, i asked while opening > writer from a web application it alerted me with user interface language > cannot be determined. > > > > > > On Tue, Apr 1, 2008 at 11:09 PM, Vincent Nonnenmacher < > vin...@te...> wrote: > > charles chandran a écrit : > > Hi > > > > I would like toknow how to convert word to pdf using ooo > > from j2ee web application as i failed to do so alerting me with not > > able to determine ui language. > > > > Thanking you > > Charles v c > > I understand that it could be difficult to make a 'subject' from such a > wide question ;-) > > S-F bashing : > Even Hal 9000 wouldn't understand such a doctor ! > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > > *This e-mail message may contain privileged and/or confidential > information, and is intended to be received only by persons entitled to > receive such information. If you have received this e-mail in error, please > notify the sender immediately. Please delete it and all attachments from any > servers, hard drives or any other media. Other use of this e-mail by you is > strictly prohibited.* > > *All e-mails and attachments sent and received are subject to monitoring, > reading and archival by Monsanto, including its subsidiaries. The recipient > of this e-mail is solely responsible for checking for the presence of > "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts > no liability for any damage caused by any such code transmitted by or > accompanying this e-mail or any attachment.* > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: SHEKAR, C. [AG/8042] <cha...@mo...> - 2008-04-02 05:27:11
|
I think Charles was just saying that he did not understand your question... -----Original Message----- From: ast...@li... [mailto:ast...@li...] On Behalf Of charles chandran Sent: Wednesday, April 02, 2008 10:34 AM To: ast...@li...; vin...@te... Subject: Re: [Asterisk-java-devel] (no subject) So you are telling you don't know the solution, i asked while opening writer from a web application it alerted me with user interface language cannot be determined. On Tue, Apr 1, 2008 at 11:09 PM, Vincent Nonnenmacher <vin...@te...> wrote: charles chandran a écrit : > Hi > > I would like toknow how to convert word to pdf using ooo > from j2ee web application as i failed to do so alerting me with not > able to determine ui language. > > Thanking you > Charles v c I understand that it could be difficult to make a 'subject' from such a wide question ;-) S-F bashing : Even Hal 9000 wouldn't understand such a doctor ! ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Asterisk-java-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel --------------------------------------------------------------------------------------------------------- This e-mail message may contain privileged and/or confidential information, and is intended to be received only by persons entitled to receive such information. If you have received this e-mail in error, please notify the sender immediately. Please delete it and all attachments from any servers, hard drives or any other media. Other use of this e-mail by you is strictly prohibited. All e-mails and attachments sent and received are subject to monitoring, reading and archival by Monsanto, including its subsidiaries. The recipient of this e-mail is solely responsible for checking for the presence of "Viruses" or other "Malware". Monsanto, along with its subsidiaries, accepts no liability for any damage caused by any such code transmitted by or accompanying this e-mail or any attachment. --------------------------------------------------------------------------------------------------------- |
From: charles c. <cha...@gm...> - 2008-04-02 05:04:20
|
So you are telling you don't know the solution, i asked while opening writer from a web application it alerted me with user interface language cannot be determined. On Tue, Apr 1, 2008 at 11:09 PM, Vincent Nonnenmacher < vin...@te...> wrote: > charles chandran a écrit : > > Hi > > > > I would like toknow how to convert word to pdf using ooo > > from j2ee web application as i failed to do so alerting me with not > > able to determine ui language. > > > > Thanking you > > Charles v c > > I understand that it could be difficult to make a 'subject' from such a > wide question ;-) > > S-F bashing : > Even Hal 9000 wouldn't understand such a doctor ! > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |
From: Carlos G M. <tr...@hu...> - 2008-04-01 19:43:43
|
Stefan Reuter @ 01/04/2008 16:11 -0300 dixit: > Martin Smith wrote: >> I'm not sure how I feel about that, other than it would have been a good >> semantic change. What do people think? > > I am not sure about my feelings on this issue. > On the one hand you are right, that the current state of AMI is not > optimal, on the other hand we know how to deal with it and the code is > in place. > A major change in the inner workings of AMI could make it hard to keep > Asterisk-Java to work seamlessly with different versions of Asterisk. > > My favorite would be to have a proposal for a formal specification that > defines AMI (or a new AMI) form the ground up. > > =Stefan Backward portability has its cost. Like the show [core] version thing. Being "event" overloaded with 2 different semantics seems not that bad if the difference is known. Making the difference explicit might help someone sometime though. Formal specifications are rare in my experience (useful ones at least :) but trying to keep semantics coherent sounds good. Back to the issue at hand, if I understand this correctly, the "non-event" events are unicasted to the action performer, so I don't know how much of a differenece would the proposed change make. -Carlos -- Carlos G Mendioroz <tr...@hu...> LW7 EQI Argentina |
From: T. L. P. T. <tom...@gm...> - 2008-04-01 19:26:56
|
Martin: I believe that this change could be useful in the near future, maybe in the next major release. But I agree with Stefan in the fact that it would be better to have a complete specification of the protocol first, being discussed first with the Asterisk developers and users communities. This way, more users and developers will be aware of this change; and they could setup a road map to plan, design, code and test their frameworks and applications with the necessary time. From my experience, this major changes in minor releases only generates bad scenarios: * lost of confidence in the project, what was working in one version isn't working in the next minor release. * Some users modifying the source code of Asterisk to keep backward compatibility, * more users using older versions (and thus, don't testing new ones) to keep their systems up and running. Just my two cents. Best regards, Tomás. On Tue, Apr 1, 2008 at 4:11 PM, Stefan Reuter <ste...@re...> wrote: > Martin Smith wrote: > > I'm not sure how I feel about that, other than it would have been a good > > semantic change. What do people think? > > I am not sure about my feelings on this issue. > On the one hand you are right, that the current state of AMI is not > optimal, on the other hand we know how to deal with it and the code is > in place. > A major change in the inner workings of AMI could make it hard to keep > Asterisk-Java to work seamlessly with different versions of Asterisk. > > My favorite would be to have a proposal for a formal specification that > defines AMI (or a new AMI) form the ground up. > > =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 > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Stefan R. <ste...@re...> - 2008-04-01 19:11:35
|
Martin Smith wrote: > I'm not sure how I feel about that, other than it would have been a good > semantic change. What do people think? I am not sure about my feelings on this issue. On the one hand you are right, that the current state of AMI is not optimal, on the other hand we know how to deal with it and the code is in place. A major change in the inner workings of AMI could make it hard to keep Asterisk-Java to work seamlessly with different versions of Asterisk. My favorite would be to have a proposal for a formal specification that defines AMI (or a new AMI) form the ground up. =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-01 19:01:08
|
I can see Stefan and I were both monitoring: http://bugs.digium.com/view.php?id=9924 I'm not sure how I feel about that, other than it would have been a good semantic change. What do people think? Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 |
From: Vincent N. <vin...@te...> - 2008-04-01 17:40:10
|
charles chandran a écrit : > Hi > > I would like toknow how to convert word to pdf using ooo > from j2ee web application as i failed to do so alerting me with not > able to determine ui language. > > Thanking you > Charles v c I understand that it could be difficult to make a 'subject' from such a wide question ;-) S-F bashing : Even Hal 9000 wouldn't understand such a doctor ! |
From: charles c. <cha...@gm...> - 2008-04-01 06:32:45
|
Hi I would like toknow how to convert word to pdf using ooo from j2ee web application as i failed to do so alerting me with not able to determine ui language. Thanking you Charles v c |
From: T. L. P. T. <tom...@gm...> - 2008-03-31 13:38:56
|
Stefan: I was busy the last days, but I made some tests with this patch on my lab environment. I think that I will have a patch ready in the next days. Thanks for your interest. Best regards, Tomás. On Mon, Mar 31, 2008 at 12:30 AM, Stefan Reuter <ste...@re...> wrote: > Tomás, > > did it work? Any help required? > > =Stefan > > > > Tomás Laureano Peralta Tormey wrote: > > Stefan: > > Thank you for your quick and productive answer. I'm starting with > > Java and I have the feeling that modifying the interface to add a new > > method wasn't a good practice. > > I will provide the patch as soon as I can get it tested. > > > > Thank you again. > > > > Best regards, Tomás. > > > > On 3/26/08, Stefan Reuter <ste...@re...> wrote: > >> Hi Thomas, > >> > >> We could add a getVersion() method to ManagerConnection that is public > >> and returns an AsteriskVersion object. > >> Feel free to provide a patch for that and update the implementation of > >> AsteriskServer to work properly with 1.6. Open an issue in Jira and > >> attach the patch and I'll integrate it. > >> > >> Thanks for your support, > >> > >> Stefan > >> > >> Tomás Laureano Peralta Tormey wrote: > >>> Hello: > >>> I'm developing some simple applications using Asterisk-Java and I > >>> came across with an issue while using the Live API. > >>> One of the methods of the AsteriskServer interface is getVersion(). > >>> This method has two signatures and if it's called without arguments, > >>> the method should return a String object with the version informed by > >>> Asterisk when a "show version" command is executed through a > >>> CommandAction. The string that's used along with the CommandAction > >>> object as a parameter of the constructor is "show version". This > >>> String is defined as a constant (private static final) at > >>> org.asteriskjava.live.internal.AsteriskServerImpl. > >>> This CLI command is valid for versions of Asterisk older than 1.6, > >>> but the next release of Asterisk will have the definition of this > >>> command deprecated; being necessary to use "core show version" > >>> instead. > >>> > >>> I tried to make a patch to solve this issue. My first approach was to > >>> determine the Asterisk version using the AsteriskVersion object > >>> defined at any ManagerConnection object, to execute the method > >>> isAtLeast(); and then use the correct show version command. But this > >>> field is protected and I can't access it from the AsteriskServer > >>> object. > >>> > >>> Should I fill a report in the JIRA bug tracker? Is there any way to > >>> access this object (AsteriskVersion) without modifying the interface > >>> of the ManagerConnection object? I still want to provide a patch :-) > >>> > >>> Thanks in advance. > >>> > >>> Best regards, Tomás. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > |
From: Stefan R. <ste...@re...> - 2008-03-31 03:31:17
|
Tomás, did it work? Any help required? =Stefan Tomás Laureano Peralta Tormey wrote: > Stefan: > Thank you for your quick and productive answer. I'm starting with > Java and I have the feeling that modifying the interface to add a new > method wasn't a good practice. > I will provide the patch as soon as I can get it tested. > > Thank you again. > > Best regards, Tomás. > > On 3/26/08, Stefan Reuter <ste...@re...> wrote: >> Hi Thomas, >> >> We could add a getVersion() method to ManagerConnection that is public >> and returns an AsteriskVersion object. >> Feel free to provide a patch for that and update the implementation of >> AsteriskServer to work properly with 1.6. Open an issue in Jira and >> attach the patch and I'll integrate it. >> >> Thanks for your support, >> >> Stefan >> >> Tomás Laureano Peralta Tormey wrote: >>> Hello: >>> I'm developing some simple applications using Asterisk-Java and I >>> came across with an issue while using the Live API. >>> One of the methods of the AsteriskServer interface is getVersion(). >>> This method has two signatures and if it's called without arguments, >>> the method should return a String object with the version informed by >>> Asterisk when a "show version" command is executed through a >>> CommandAction. The string that's used along with the CommandAction >>> object as a parameter of the constructor is "show version". This >>> String is defined as a constant (private static final) at >>> org.asteriskjava.live.internal.AsteriskServerImpl. >>> This CLI command is valid for versions of Asterisk older than 1.6, >>> but the next release of Asterisk will have the definition of this >>> command deprecated; being necessary to use "core show version" >>> instead. >>> >>> I tried to make a patch to solve this issue. My first approach was to >>> determine the Asterisk version using the AsteriskVersion object >>> defined at any ManagerConnection object, to execute the method >>> isAtLeast(); and then use the correct show version command. But this >>> field is protected and I can't access it from the AsteriskServer >>> object. >>> >>> Should I fill a report in the JIRA bug tracker? Is there any way to >>> access this object (AsteriskVersion) without modifying the interface >>> of the ManagerConnection object? I still want to provide a patch :-) >>> >>> Thanks in advance. >>> >>> Best regards, Tomás. |
From: T. L. P. T. <tom...@gm...> - 2008-03-26 03:17:00
|
Stefan: Thank you for your quick and productive answer. I'm starting with Java and I have the feeling that modifying the interface to add a new method wasn't a good practice. I will provide the patch as soon as I can get it tested. Thank you again. Best regards, Tomás. On 3/26/08, Stefan Reuter <ste...@re...> wrote: > Hi Thomas, > > We could add a getVersion() method to ManagerConnection that is public > and returns an AsteriskVersion object. > Feel free to provide a patch for that and update the implementation of > AsteriskServer to work properly with 1.6. Open an issue in Jira and > attach the patch and I'll integrate it. > > Thanks for your support, > > Stefan > > Tomás Laureano Peralta Tormey wrote: > > Hello: > > I'm developing some simple applications using Asterisk-Java and I > > came across with an issue while using the Live API. > > One of the methods of the AsteriskServer interface is getVersion(). > > This method has two signatures and if it's called without arguments, > > the method should return a String object with the version informed by > > Asterisk when a "show version" command is executed through a > > CommandAction. The string that's used along with the CommandAction > > object as a parameter of the constructor is "show version". This > > String is defined as a constant (private static final) at > > org.asteriskjava.live.internal.AsteriskServerImpl. > > This CLI command is valid for versions of Asterisk older than 1.6, > > but the next release of Asterisk will have the definition of this > > command deprecated; being necessary to use "core show version" > > instead. > > > > I tried to make a patch to solve this issue. My first approach was to > > determine the Asterisk version using the AsteriskVersion object > > defined at any ManagerConnection object, to execute the method > > isAtLeast(); and then use the correct show version command. But this > > field is protected and I can't access it from the AsteriskServer > > object. > > > > Should I fill a report in the JIRA bug tracker? Is there any way to > > access this object (AsteriskVersion) without modifying the interface > > of the ManagerConnection object? I still want to provide a patch :-) > > > > Thanks in advance. > > > > Best regards, Tomás. > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > 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 > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > |
From: Stefan R. <ste...@re...> - 2008-03-26 03:08:37
|
Hi Thomas, We could add a getVersion() method to ManagerConnection that is public and returns an AsteriskVersion object. Feel free to provide a patch for that and update the implementation of AsteriskServer to work properly with 1.6. Open an issue in Jira and attach the patch and I'll integrate it. Thanks for your support, Stefan Tomás Laureano Peralta Tormey wrote: > Hello: > I'm developing some simple applications using Asterisk-Java and I > came across with an issue while using the Live API. > One of the methods of the AsteriskServer interface is getVersion(). > This method has two signatures and if it's called without arguments, > the method should return a String object with the version informed by > Asterisk when a "show version" command is executed through a > CommandAction. The string that's used along with the CommandAction > object as a parameter of the constructor is "show version". This > String is defined as a constant (private static final) at > org.asteriskjava.live.internal.AsteriskServerImpl. > This CLI command is valid for versions of Asterisk older than 1.6, > but the next release of Asterisk will have the definition of this > command deprecated; being necessary to use "core show version" > instead. > > I tried to make a patch to solve this issue. My first approach was to > determine the Asterisk version using the AsteriskVersion object > defined at any ManagerConnection object, to execute the method > isAtLeast(); and then use the correct show version command. But this > field is protected and I can't access it from the AsteriskServer > object. > > Should I fill a report in the JIRA bug tracker? Is there any way to > access this object (AsteriskVersion) without modifying the interface > of the ManagerConnection object? I still want to provide a patch :-) > > Thanks in advance. > > Best regards, Tomás. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- 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: T. L. P. T. <tom...@gm...> - 2008-03-26 02:31:13
|
Hello: I'm developing some simple applications using Asterisk-Java and I came across with an issue while using the Live API. One of the methods of the AsteriskServer interface is getVersion(). This method has two signatures and if it's called without arguments, the method should return a String object with the version informed by Asterisk when a "show version" command is executed through a CommandAction. The string that's used along with the CommandAction object as a parameter of the constructor is "show version". This String is defined as a constant (private static final) at org.asteriskjava.live.internal.AsteriskServerImpl. This CLI command is valid for versions of Asterisk older than 1.6, but the next release of Asterisk will have the definition of this command deprecated; being necessary to use "core show version" instead. I tried to make a patch to solve this issue. My first approach was to determine the Asterisk version using the AsteriskVersion object defined at any ManagerConnection object, to execute the method isAtLeast(); and then use the correct show version command. But this field is protected and I can't access it from the AsteriskServer object. Should I fill a report in the JIRA bug tracker? Is there any way to access this object (AsteriskVersion) without modifying the interface of the ManagerConnection object? I still want to provide a patch :-) Thanks in advance. Best regards, Tomás. |
From: Stefan R. <ste...@re...> - 2008-03-22 16:26:29
|
Hey Martin, thanks a lot for yor work! I've posted a short notice to the AJ homepage to announce the FAQ. > the responses too. I'm still slightly new to Maven -- is there any way to > build the site without all of the compilation and tests being run before > that? I don't think so. The site contains the test results and javadocs so that has to be compiled. But once you get used to the APT format (ever forget the leading space? :) you don't need too much cycles. > Also, I found an erroneous HTML paragraph tag in one of the other documents, > and made a little sentence above the first tutorial on the tutorial page. I > think people often skip the tutorial page once they see it starts with > FastAGI, and they don't know what they are looking for is just below that > section. Good idea. I think one source of confusion are the differences between FastAGI and the Manager API (live) and the different use cases. Some people just look for simple IVR stuff while others want to build click-to-call like applications or notification apps. Maybe we could add some example use cases to the FAQ to answer the question "What is the difference between FastAGI and the Manager API?". > Unfortunately, I fought and fought with APT to get it to correctly generate > internal anchors on the tutorial page; I referred to > http://maven.apache.org/doxia/format.html, but their example does not seem > to work, so I ended up working around it by directly linked to the anchors > non-automagically. I'd love if it someone could figure that one out -- > Google showed me that it had been a bug in the past, and a commonly-reverted > one that shows up again for Apt. They claim it is fixed at the moment, but I > have my doubts after my episode with it :). Hmm maybe we can have a look at one of the maven sites to see how they do it (if they do). > change, so I left it alone. I also toyed with modifying the main "Home" page > -- I think it might be good to combine the top little paragraph that starts > with "The Asterisk-Java package..." and the "status" section, so that there > aren't so many single-sentence paragraphs. I think people get lost in that > front part and don't read/use it (a lot of newcomers don't understand the > differences between the AMI/AGI parts of Asterisk, and that first paragraph > does kind of try to explain it briefly). Feel free to change anything there you like. Another thing related to this that has been in my mind for some time is our target group. I guess we have almost 100% market share accross asterisk users that are also java developers. Thats quite nice but this group is relativly small. In addtion there are: - Asterisk users who are not Java developers Those are usually users of PHP or other scripting languages, I don't think there will be much interest in Asterisk-Java. - Java developers who are not Asterisk users Those might be interesting. Guys who want to do some telephony/VoIP/.. stuff and have a Java background but don't know how to get started. So this might be a target group with slightly different needs regarding the docs on our site - at least some pointers at what Asterisk is about, why it's cool, and how to get started. > I've read that designing sites and pages on the www is a lot like being a > billboard designer -- you're trying to hit your users as they go by at > highway speeds ;). Oh yes... There a few things we could do better with the whole page. On the hand I like to have the blog stuff on the front page but on the other hand I am not sure it doesn't steal attention from the really important parts. Then we have multiple "sites" - one per released version plus the development snapshot and the linked /latest directory. While I think it's important to have access to the documentation of older versions the way we currently handle this also adds confusion. Oh and happy easter :) =Stefan |
From: Martin B. S. <ma...@be...> - 2008-03-16 23:32:46
|
> side menu, to make the tutorials more often (I think our "to make the tutorials more obvious to visitors" Yikes -- I need to proofread :) |
From: Martin B. S. <ma...@be...> - 2008-03-16 23:29:42
|
Hello folks, I've done an initial FAQ with some common questions I think we get. I went back through the -users list in order to generate the questions and some of the responses too. I'm still slightly new to Maven -- is there any way to build the site without all of the compilation and tests being run before that? Also, I found an erroneous HTML paragraph tag in one of the other documents, and made a little sentence above the first tutorial on the tutorial page. I think people often skip the tutorial page once they see it starts with FastAGI, and they don't know what they are looking for is just below that section. Unfortunately, I fought and fought with APT to get it to correctly generate internal anchors on the tutorial page; I referred to http://maven.apache.org/doxia/format.html, but their example does not seem to work, so I ended up working around it by directly linked to the anchors non-automagically. I'd love if it someone could figure that one out -- Google showed me that it had been a bug in the past, and a commonly-reverted one that shows up again for Apt. They claim it is fixed at the moment, but I have my doubts after my episode with it :). Finally, I toyed with (but didn't) re-arranging the lefthand side menu, to make the tutorials more often (I think our biggest question on the list is a request for code snippets and examples), but I couldn't decide on any change, so I left it alone. I also toyed with modifying the main "Home" page -- I think it might be good to combine the top little paragraph that starts with "The Asterisk-Java package..." and the "status" section, so that there aren't so many single-sentence paragraphs. I think people get lost in that front part and don't read/use it (a lot of newcomers don't understand the differences between the AMI/AGI parts of Asterisk, and that first paragraph does kind of try to explain it briefly). I've read that designing sites and pages on the www is a lot like being a billboard designer -- you're trying to hit your users as they go by at highway speeds ;). Cheers, Martin > -----Original Message----- > From: ast...@li... > [mailto:ast...@li...] On > Behalf Of Stefan Reuter > Sent: Wednesday, March 12, 2008 7:27 PM > To: ast...@li... > Subject: Re: [Asterisk-java-devel] Help Vampires: A Spotter's Guide > > Yep I think thats a very good idea. And we should put a link > to them at a very prominent place. > Feel free to add an FAQ document to the site directory in > svn. The http://asterisk-java.org/development/ site is > generated automatically each night so it will show up automatically. > > Thanks > Stefan > > Martin Smith wrote: > > Thought it was very relevant :) I caught the post on your > blog via my > > RSS reader before I saw your reply here... > > > > On a serious note, I'm thinking of a list of frequently asked > > questions that might go into the Maven-generated site; I > can already > > think of 3 or > > 4 we see over and over. Do you think there's a better place > for them? > > Opinions, comments, rants? :) > > > > 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 Stefan Reuter > >> Sent: Monday, March 10, 2008 11:19 PM > >> To: ast...@li... > >> Subject: Re: [Asterisk-java-devel] Help Vampires: A Spotter's Guide > >> > >> Martin Smith wrote: > >>> I love this article: > >>> http://www.slash7.com/pages/vampires > >> Thanks! With the guide at hand I even spotted some vampires out of > >> the IT sphere in real life^^ > >> > >> =Stefan > >> > >> > >> > > > > > ---------------------------------------------------------------------- > > --- This SF.net email is sponsored by: Microsoft Defy all > challenges. > > Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Asterisk-java-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > > > -- > 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-03-12 23:34:43
|
Yep I think thats a very good idea. And we should put a link to them at a very prominent place. Feel free to add an FAQ document to the site directory in svn. The http://asterisk-java.org/development/ site is generated automatically each night so it will show up automatically. Thanks Stefan Martin Smith wrote: > Thought it was very relevant :) I caught the post on your blog via my > RSS reader before I saw your reply here... > > On a serious note, I'm thinking of a list of frequently asked questions > that might go into the Maven-generated site; I can already think of 3 or > 4 we see over and over. Do you think there's a better place for them? > Opinions, comments, rants? :) > > 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 Stefan Reuter >> Sent: Monday, March 10, 2008 11:19 PM >> To: ast...@li... >> Subject: Re: [Asterisk-java-devel] Help Vampires: A Spotter's Guide >> >> Martin Smith wrote: >>> I love this article: >>> http://www.slash7.com/pages/vampires >> Thanks! With the guide at hand I even spotted some vampires out of the >> IT sphere in real life^^ >> >> =Stefan >> >> >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel -- 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-03-11 13:12:44
|
Thought it was very relevant :) I caught the post on your blog via my RSS reader before I saw your reply here... On a serious note, I'm thinking of a list of frequently asked questions that might go into the Maven-generated site; I can already think of 3 or 4 we see over and over. Do you think there's a better place for them? Opinions, comments, rants? :) 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 Stefan Reuter > Sent: Monday, March 10, 2008 11:19 PM > To: ast...@li... > Subject: Re: [Asterisk-java-devel] Help Vampires: A Spotter's Guide > > Martin Smith wrote: > > I love this article: > > http://www.slash7.com/pages/vampires > > Thanks! With the guide at hand I even spotted some vampires out of the > IT sphere in real life^^ > > =Stefan > > > |