Hi, Is there IAX client in Applet JAVA which can be embeded in a web page ? Best regards Rattana -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031208/c388ef61/attachment.htm
On 08/12/03 13:29, Rattana BIV wrote:> Is there IAX client in Applet JAVA which can be embeded in a web page ?Nope. But I'm working on a Java IAX2 library that would let you easily build one. It'll be a little while yet, though. :) Regards, Alastair
Hi,>----- Original Message ----- >From: Rattana BIV >>To: asterisk-users@lists.digium.com >Sent: Monday, December 08, 2003 3:29 PM >Subject: [Asterisk-Users] IAX clients> > > >Hi, > > >Is there IAX client in Applet JAVA which can be embeded in a web page ?I hope that version 0.9.7 of DIAX will contain an ActiveX version too, which will be possible to integrate in a Web page. (An example will be included) Best reagards, Dan
Dan, is DIAX opensource? If so where can I find the sources? Thanks. Hector. ----- Original Message ----- From: "Dan" <dtoma@fx.ro> To: <asterisk-users@lists.digium.com> Sent: Lunes, 08 de Diciembre de 2003 11:16 a.m. Subject: Re: [Asterisk-Users] IAX clients Hi,>----- Original Message ----- >From: Rattana BIV >>To: asterisk-users@lists.digium.com >Sent: Monday, December 08, 2003 3:29 PM >Subject: [Asterisk-Users] IAX clients> > > >Hi, > > >Is there IAX client in Applet JAVA which can be embeded in a web page ?I hope that version 0.9.7 of DIAX will contain an ActiveX version too, which will be possible to integrate in a Web page. (An example will be included) Best reagards, Dan _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, ----- Original Message ----- From: "Hcqm" <hcqm@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Monday, December 08, 2003 4:37 PM Subject: Re: [Asterisk-Users] IAX clients> Dan, > is DIAX opensource? > If so where can I find the sources?No, DIAX is not open-source, but it is and will be available as a freeware in the standard version. Best regards, Dan P.S. Just the DLL based on the iaxclient library is under GPL, source available for download from my site.
Has there been any additional work on this yet? I haven't found anything in my searching for an iax client in java and I would really like to find one. I understand that java may be less efficient but I am hoping to find a portable solution which can be used on both a windows workstation or linux workstation Michael Blood From: Alastair Maw Subject: Re: [Asterisk-Users] IAX clients Date: Mon, 08 Dec 2003 07:08:58 -0800 ------------------------------------------------------------------------ -------- On 08/12/03 13:29, Rattana BIV wrote:>Is there IAX client in Applet JAVA which can be embeded in a web page ?Nope. But I'm working on a Java IAX2 library that would let you easily build one. It'll be a little while yet, though. :) Regards, Alastair
Hi Alastair, Would you mind if you can send me this lib? Our company would like to give it a try on the IAX protocol part. (as we don't need to handle the turn on/ off the mic or any JMF stuff). Thanks, Venant On 08/12/03 13:29, Rattana BIV wrote:>>> Is there IAX client in Applet JAVA which can be embeded in a web >>> pageOn 08/12/03 14:03, Alastair Maw wrote:>> Nope. But I'm working on a Java IAX2 library that would let you >> easily build one. It'll be a little while yet, though. :)On 09/01/04 15:32, Michael@matraex.com <mailto:Michael@matraex.com> wrote:> Has there been any additional work on this yet? I haven't found > anything in my searching for an iax client in java and I would really > like to find one.I now have a workable Java IAX2 library that can handle uLaw/aLaw calls (not GSM yet, but I'm working on that) and play back a variety of WAVE files (aLaw, uLaw, linear in 8/16 bit at various sample rates in mono/stereo). It also does rudimentary text-to-speech (using diphone or mbrola voices). It can handle about 800 simultaneous calls on an Athlon XP 2200+ (provided it doesn't have to do sample rate conversion, stereo mixdown, etc.), running in only six threads. It can record calls out to RAW aLaw/uLaw/linear files, and I'm working on WAVE file recording this afternoon. Unfortunately, there are no current plans to release this stack under the GPL, although my company might look into that as an option in the future. Regards, Alastair
Yes it would be really interesting if there are any IAX libraries for Java that are available under an open source license and that we might improve further. There is a growing demand for such a thing (for example see http://forums.digium.com/viewtopic.php?t=2431) Would be cool if we can create kind of a defacto standard, i.e. something that everybody uses. =Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051123/91ab8e4f/attachment.pgp
Stefan Reuter wrote:> Yes it would be really interesting if there are any IAX libraries for > Java that are available under an open source license and that we might > improve further. > There is a growing demand for such a thing (for example see > http://forums.digium.com/viewtopic.php?t=2431) > Would be cool if we can create kind of a defacto standard, i.e. > something that everybody uses.http://www.hem.za.org/jiaxclient/ (No affiliation.) Regards, -- Jason Becker Director & CEO Coalescent Systems Inc. Enabling Open Source Telephony 403.244.8089 www.coalescentsystems.ca
On Wed, 2005-11-23 at 16:29 -0700, Jason Becker wrote:> http://www.hem.za.org/jiaxclient/Thanks for the pointer. I should have been more clear with my request: What I am looking for is a pure Java implementation. JIAXClient is a solution that is ok for many use cases but is unacceptable in others as it merely wraps the native library via JNI. =Stefan -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20051123/4fc0946e/attachment.pgp