Re: [asterisk-users] IAX Java Softphone?

2009-01-15 Thread Roberto Fichera
Tim Panton ha scritto:
 [ ... snip .. ]

 I'm interested to use it as IAX2 API within my UI, so something  
 like:

 - open IAX2 channel
 - call 123456
 - answer a call
 - close IAX2 channel

 
 It is definitely capable of that with an added class or 2.

   
 Could you point me in the proper source code so I can have a look in?
 

 ./corraleta/protocol/netse/BinderSE.java

 Has a Main method used to test the protocol that would be a good
 place to start.
   
Thank you very much for the tip, I'll have a look soon.
 - but remember it is GPL, so you would 'taint' the rest of your code
 - if it isn't already GPL.

   
 I generally follow the rule than if the library is GPL and if the  
 end user ask for the source
 code I'll provide the source code as it should. If I made some  
 changes in the GPL code, it
 will be always released to the original author. In all cases the GPL  
 libraries are always mentioned
 as they are in our custom applications. We generally use jfreechart,  
 jasper report and so on
 in our applications with this rules. Wouldn't be sufficient for  
 you ;-)?
 

 Not my copyright - not my decision  ;-)
   
Ok! I see ;-)!
 T.


 Tim Panton - Web/VoIP consultant and implementor
 www.westhawk.co.uk




 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-15 Thread Wolfgang Pichler
Hi all,

here you can find the demo site: http://www.yosd.at/corraleta/

I have also opend a forum for further discussion of the corraleta sdk...

http://www.yosd.at/index.php?option=com_joomlaboardItemid=39func=showcatcatid=7

regards,
Wolfgang

Wolfgang Pichler schrieb:
 Hi all,

 thanks Tim and Mexuar for releasing this here...

 I have already taken the source - and compiled a little java applet 
 which is self signed to test the whole thing.

 I will put it on my site (and allow users to enter 
 host/user/pass/Calling Number,Calling Name,Number to dial...) for demo 
 usage

 I would be happy to get some feedback about problems - because i am 
 interessted to integrate it in my callcenter project

 Tim - can you tell me which audio features it does have - as far as i 
 can see there is alaw and gsm - is there also an echo canceller - jitter 
 buffer ?

 I will post it here as soon as i have the page up ...

 regards,
 Wolfgang
 Tim Panton schrieb:
   
 I'm delighted to be able to say that as part of the agreement on my  
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has been  
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

   
 
Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 -- 

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 
   
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-15 Thread Tim Panton

On 15 Jan 2009, at 07:30, Wolfgang Pichler wrote:

 Hi all,

 thanks Tim and Mexuar for releasing this here...

 I have already taken the source - and compiled a little java applet
 which is self signed to test the whole thing.


That was quick :-)

 I will put it on my site (and allow users to enter
 host/user/pass/Calling Number,Calling Name,Number to dial...) for demo
 usage

 I would be happy to get some feedback about problems - because i am
 interessted to integrate it in my callcenter project

 Tim - can you tell me which audio features it does have - as far as i
 can see there is alaw and gsm - is there also an echo canceller -  
 jitter
 buffer ?


I don't think the GSM codec is actually in there, from memory it does  
ULAW/ALaw and Slin
There is a jitterbuffer of sorts.
I never managed to get the echo canceller to work, although the code  
for it is
in the codebase.



 I will post it here as soon as i have the page up ...

If you plan to do significant work on it, please could you put it on  
sourceforge
so others can chip in ? (That's kinda the point of GPLing it)

Tim.

Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-15 Thread Wolfgang Pichler
Hi,

there is no gsm codec - thats correct - i must have seen something 
else... (is there a gsm - or other - codec implementation available for 
free use ?)

I will test it further - and if it fits my needs - then i will put some 
work into it...

I will put it on sourceforge if you want - but i will also have no 
problem if you will create it as new project on sourceforge... (i think 
you would be the better project owner)

regards,
Wolfgang

Tim Panton schrieb:
 On 15 Jan 2009, at 07:30, Wolfgang Pichler wrote:

   
 Hi all,

 thanks Tim and Mexuar for releasing this here...

 I have already taken the source - and compiled a little java applet
 which is self signed to test the whole thing.

 

 That was quick :-)

   
 I will put it on my site (and allow users to enter
 host/user/pass/Calling Number,Calling Name,Number to dial...) for demo
 usage

 I would be happy to get some feedback about problems - because i am
 interessted to integrate it in my callcenter project

 Tim - can you tell me which audio features it does have - as far as i
 can see there is alaw and gsm - is there also an echo canceller -  
 jitter
 buffer ?
 


 I don't think the GSM codec is actually in there, from memory it does  
 ULAW/ALaw and Slin
 There is a jitterbuffer of sorts.
 I never managed to get the echo canceller to work, although the code  
 for it is
 in the codebase.

   
 I will post it here as soon as i have the page up ...
 

 If you plan to do significant work on it, please could you put it on  
 sourceforge
 so others can chip in ? (That's kinda the point of GPLing it)

 Tim.

 Tim Panton - Web/VoIP consultant and implementor
 www.westhawk.co.uk




 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-15 Thread Tim Panton


On 15 Jan 2009, at 10:06, Wolfgang Pichler wrote:


Hi,

there is no gsm codec - thats correct - i must have seen something
else... (is there a gsm - or other - codec implementation available  
for

free use ?)


I think there is an LGPL gsm implementation in java.




I will test it further - and if it fits my needs - then i will put  
some

work into it...

I will put it on sourceforge if you want - but i will also have no
problem if you will create it as new project on sourceforge... (i  
think

you would be the better project owner)


My friends tell me that googlecode is good too.
For personal reasons I'm not keen to be the project owner,
but I will contribute when I can.







Tim.

Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk



___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton
I'm delighted to be able to say that as part of the agreement on my  
departure from Mexuar,
the Corraleta applet source code Westhawk Ltd  wrote for them has been  
released under the GPL.

it is available for download at :

http://www.mexuar.com/files/corraleta_sdk.rar


Tim.

On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 -- 

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Dean Collins
Wow very cool - what is required for novices to install this application
on their websites?

Will you be making available some kind of easy install app?



Regards,

Dean Collins
Cognation Inc
d...@cognation.net
+1-212-203-4357   New York
+61-2-9016-5642   (Sydney in-dial).
+44-20-3129-6001 (London in-dial).


 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Tim Panton
 Sent: Wednesday, 14 January 2009 9:39 AM
 To: em...@mattruby.com; Asterisk Users Mailing List - Non-Commercial
Discussion
 Subject: Re: [asterisk-users] IAX Java Softphone?
 
 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has been
 released under the GPL.
 
 it is available for download at :
 
 http://www.mexuar.com/files/corraleta_sdk.rar
 
 
 Tim.
 
 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:
 
 Does anyone know of an IAX softphone in Java, whether applet
or
  application? Even the most minimum featureset, just voice and
dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.
  --
 
  (C) Matthew Rubenstein
 
 
  ___
 
  Sign up now for AstriCon 2007!  September 25-28th.
http://www.astricon.net/
 
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Gordon Henderson
On Wed, 14 Jan 2009, Tim Panton wrote:

 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has been
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar

Oooh, excellent!

I had a play with this a year or so back and it worked very well. Shame my 
clients at the time didn't want it. Their loss!

Now if only I knew how to install it...

Cheers,

Gordon

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Matthew Rubenstein
Thank you for getting that code contributed to the community. Is there
a spec somewhere of the features supported by that applet? A version
history? Docs of the SDK it's distributed as?


On Wed, 2009-01-14 at 14:38 +, Tim Panton wrote:
 I'm delighted to be able to say that as part of the agreement on my  
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has been  
 released under the GPL.
 
 it is available for download at :
 
 http://www.mexuar.com/files/corraleta_sdk.rar
 
 
 Tim.
 
 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:
 
 Does anyone know of an IAX softphone in Java, whether applet or
  application? Even the most minimum featureset, just voice and dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.
  -- 
 
  (C) Matthew Rubenstein
-- 

(C) Matthew Rubenstein


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton
It isn't really in a state for novices at the present
you'd need:
1) a java compiler
2) a java code signing certificate (java applets can't read from the  
mic
without being signed)
3) appropriate javascript and DHTML to implement the look and feel
4) an asterisk (or freeSWITCH) to talk IAX to.

Tim.





On 14 Jan 2009, at 15:09, Dean Collins wrote:

 Wow very cool - what is required for novices to install this  
 application
 on their websites?

 Will you be making available some kind of easy install app?



 Regards,

 Dean Collins
 Cognation Inc
 d...@cognation.net
 +1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).


 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Tim Panton
 Sent: Wednesday, 14 January 2009 9:39 AM
 To: em...@mattruby.com; Asterisk Users Mailing List - Non-Commercial
 Discussion
 Subject: Re: [asterisk-users] IAX Java Softphone?

 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has  
 been
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

   Does anyone know of an IAX softphone in Java, whether applet
 or
 application? Even the most minimum featureset, just voice and
 dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 --

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.
 http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Danny Nicholas
Since we are all learners here, you can download the Java stuff for free
from sun, but you'd need about as much time on the Java as you spend on *.

-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tim Panton
Sent: Wednesday, January 14, 2009 10:52 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] IAX Java Softphone?

It isn't really in a state for novices at the present
you'd need:
1) a java compiler
2) a java code signing certificate (java applets can't read from the

mic
without being signed)
3) appropriate javascript and DHTML to implement the look and feel
4) an asterisk (or freeSWITCH) to talk IAX to.

Tim.





On 14 Jan 2009, at 15:09, Dean Collins wrote:

 Wow very cool - what is required for novices to install this  
 application
 on their websites?

 Will you be making available some kind of easy install app?



 Regards,

 Dean Collins
 Cognation Inc
 d...@cognation.net
 +1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).


 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Tim Panton
 Sent: Wednesday, 14 January 2009 9:39 AM
 To: em...@mattruby.com; Asterisk Users Mailing List - Non-Commercial
 Discussion
 Subject: Re: [asterisk-users] IAX Java Softphone?

 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has  
 been
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

   Does anyone know of an IAX softphone in Java, whether applet
 or
 application? Even the most minimum featureset, just voice and
 dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 --

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.
 http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Roberto Fichera
Tim Panton ha scritto:
 It isn't really in a state for novices at the present
 you'd need:
   1) a java compiler
   2) a java code signing certificate (java applets can't read from the  
 mic
   without being signed)
   3) appropriate javascript and DHTML to implement the look and feel
   4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.
   
Really great stuff! Could you please explain how to use it in a java
application?

Thanks in advance.


 On 14 Jan 2009, at 15:09, Dean Collins wrote:

   
 Wow very cool - what is required for novices to install this  
 application
 on their websites?

 Will you be making available some kind of easy install app?



 Regards,

 Dean Collins
 Cognation Inc
 d...@cognation.net
 +1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).


 
 -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-
 boun...@lists.digium.com] On Behalf Of Tim Panton
 Sent: Wednesday, 14 January 2009 9:39 AM
 To: em...@mattruby.com; Asterisk Users Mailing List - Non-Commercial
   
 Discussion
 
 Subject: Re: [asterisk-users] IAX Java Softphone?

 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has  
 been
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

   
   Does anyone know of an IAX softphone in Java, whether applet
 
 or
 
 application? Even the most minimum featureset, just voice and
 
 dialing,
 
 or even embedded in some other app/let. Preferably GPL. Thanks.
 --

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.
 
 http://www.astricon.net/
 
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
   
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread David fire
hi
thanks for this code is a very good contribution
is there any demo? example? or how to?
or any docs?
thanks
David

2009/1/14 Roberto Fichera ker...@tekno-soft.it

  Tim Panton ha scritto:

 It isn't really in a state for novices at the present
 you'd need:
   1) a java compiler
   2) a java code signing certificate (java applets can't read from the
 mic
   without being signed)
   3) appropriate javascript and DHTML to implement the look and feel
   4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.


  Really great stuff! Could you please explain how to use it in a java
 application?

 Thanks in advance.


  On 14 Jan 2009, at 15:09, Dean Collins wrote:



  Wow very cool - what is required for novices to install this
 application
 on their websites?

 Will you be making available some kind of easy install app?



 Regards,

 Dean Collins
 Cognation incd...@cognation.net
 +1-212-203-4357   New York
 +61-2-9016-5642   (Sydney in-dial).
 +44-20-3129-6001 (London in-dial).




  -Original Message-
 From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users 
 asterisk-users-boun...@lists.digium.com] On Behalf Of Tim Panton
 Sent: Wednesday, 14 January 2009 9:39 AM
 To: em...@mattruby.com; Asterisk Users Mailing List - Non-Commercial


  Discussion


  Subject: Re: [asterisk-users] IAX Java Softphone?

 I'm delighted to be able to say that as part of the agreement on my
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has
 been
 released under the GPL.

 it is available for download at :
 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:



Does anyone know of an IAX softphone in Java, whether applet


  or


  application? Even the most minimum featureset, just voice and


  dialing,


  or even embedded in some other app/let. Preferably GPL. Thanks.
 --

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.


  http://www.astricon.net/

  --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

  ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

  ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

  ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users




-- 
(\__/)
(='.'=)This is Bunny. Copy and paste bunny into your
()_()signature to help him gain world domination.
___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 16:47, Matthew Rubenstein wrote:

   Thank you for getting that code contributed to the community. Is  
 there
 a spec somewhere of the features supported by that applet? A version
 history? Docs of the SDK it's distributed as?

All I have is the link.

I should emphasise that I no longer have any relationship
with Mexuar so I'm in the dark as to exactly what their plans are
as far as supporting this code is concerned.
I'm just one of the original authors and an open-source proponent.

I guess it would make sense for someone to open a sourceforge project  
for it
and add those things.

Tim.

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 17:07, Roberto Fichera wrote:

 Tim Panton ha scritto:

 It isn't really in a state for novices at the present
 you'd need:
  1) a java compiler
  2) a java code signing certificate (java applets can't read from the
 mic
  without being signed)
  3) appropriate javascript and DHTML to implement the look and feel
  4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.

 Really great stuff! Could you please explain how to use it in a java  
 application?

 Thanks in advance.

I designed it as a Java applet, so the top level needs Javascript and  
DHTML from the
browser to provide a UI.
That said, It wouldn't be very hard to write an application class and  
some
UI classes to turn it into a stand-alone application , but that  
depends on the
complexity of the UI you want.

  

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Roberto Fichera
Tim Panton ha scritto:
 On 14 Jan 2009, at 17:07, Roberto Fichera wrote:

   
 Tim Panton ha scritto:
 
 It isn't really in a state for novices at the present
 you'd need:
 1) a java compiler
 2) a java code signing certificate (java applets can't read from the
 mic
 without being signed)
 3) appropriate javascript and DHTML to implement the look and feel
 4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.

   
 Really great stuff! Could you please explain how to use it in a java  
 application?

 Thanks in advance.
 

 I designed it as a Java applet, so the top level needs Javascript and  
 DHTML from the
 browser to provide a UI.
 That said, It wouldn't be very hard to write an application class and  
 some
 UI classes to turn it into a stand-alone application , but that  
 depends on the
 complexity of the UI you want.
   
I'm interested to use it as IAX2 API within my UI, so something like:

- open IAX2 channel
- call 123456
- answer a call
- close IAX2 channel
   

 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 18:02, Roberto Fichera wrote:

 Tim Panton ha scritto:

 On 14 Jan 2009, at 17:07, Roberto Fichera wrote:


 Tim Panton ha scritto:

 It isn't really in a state for novices at the present
 you'd need:
1) a java compiler
2) a java code signing certificate (java applets can't read from  
 the
 mic
without being signed)
3) appropriate javascript and DHTML to implement the look and feel
4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.


 Really great stuff! Could you please explain how to use it in a java
 application?

 Thanks in advance.

 I designed it as a Java applet, so the top level needs Javascript and
 DHTML from the
 browser to provide a UI.
 That said, It wouldn't be very hard to write an application class and
 some
 UI classes to turn it into a stand-alone application , but that
 depends on the
 complexity of the UI you want.

 I'm interested to use it as IAX2 API within my UI, so something like:

 - open IAX2 channel
 - call 123456
 - answer a call
 - close IAX2 channel

It is definitely capable of that with an added class or 2.
- but remember it is GPL, so you would 'taint' the rest of your code
- if it isn't already GPL.


-
Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Matthew Rubenstein
On Wed, 2009-01-14 at 17:38 +, Tim Panton wrote:
 On 14 Jan 2009, at 16:47, Matthew Rubenstein wrote:
 
  Thank you for getting that code contributed to the community. Is  
  there
  a spec somewhere of the features supported by that applet? A version
  history? Docs of the SDK it's distributed as?
 
 All I have is the link.
 
 I should emphasise that I no longer have any relationship
 with Mexuar so I'm in the dark as to exactly what their plans are
 as far as supporting this code is concerned.
 I'm just one of the original authors and an open-source proponent.
 
 I guess it would make sense for someone to open a sourceforge project  
 for it
 and add those things.

Do you know if there are at least hooks in there for the applet to do
video over IAX?


 Tim.
-- 

(C) Matthew Rubenstein


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 18:11, Matthew Rubenstein wrote:

 On Wed, 2009-01-14 at 17:38 +, Tim Panton wrote:
 On 14 Jan 2009, at 16:47, Matthew Rubenstein wrote:

 Thank you for getting that code contributed to the community. Is
 there
 a spec somewhere of the features supported by that applet? A version
 history? Docs of the SDK it's distributed as?

 All I have is the link.

 I should emphasise that I no longer have any relationship
 with Mexuar so I'm in the dark as to exactly what their plans are
 as far as supporting this code is concerned.
 I'm just one of the original authors and an open-source proponent.

 I guess it would make sense for someone to open a sourceforge project
 for it
 and add those things.

   Do you know if there are at least hooks in there for the applet to do
 video over IAX?

No, there aren't. We didn't even implement the video frame classes.

I don't think it would be hard to add support for a simple
video codec transport. The problem is the renderer.
Java basically doesn't promise to deliver any video codecs.
You are at the mercy of what happens to be installed on the OS
or by 3rd parties (eg Quicktime, DiVX etc).

(Caveat - I haven't investigated this for a while, it may be that JavaFX
changes this picture)

Tim.

Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Roberto Fichera
Tim Panton ha scritto:
 On 14 Jan 2009, at 18:02, Roberto Fichera wrote:

   
 Tim Panton ha scritto:
 
 On 14 Jan 2009, at 17:07, Roberto Fichera wrote:


   
 Tim Panton ha scritto:

 
 It isn't really in a state for novices at the present
 you'd need:
   1) a java compiler
   2) a java code signing certificate (java applets can't read from  
 the
 mic
   without being signed)
   3) appropriate javascript and DHTML to implement the look and feel
   4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.


   
 Really great stuff! Could you please explain how to use it in a java
 application?

 Thanks in advance.

 
 I designed it as a Java applet, so the top level needs Javascript and
 DHTML from the
 browser to provide a UI.
 That said, It wouldn't be very hard to write an application class and
 some
 UI classes to turn it into a stand-alone application , but that
 depends on the
 complexity of the UI you want.

   
 I'm interested to use it as IAX2 API within my UI, so something like:

 - open IAX2 channel
 - call 123456
 - answer a call
 - close IAX2 channel
 
 It is definitely capable of that with an added class or 2.
   
Could you point me in the proper source code so I can have a look in?
 - but remember it is GPL, so you would 'taint' the rest of your code
 - if it isn't already GPL.
   
I generally follow the rule than if the library is GPL and if the end
user ask for the source
code I'll provide the source code as it should. If I made some changes
in the GPL code, it
will be always released to the original author. In all cases the GPL
libraries are always mentioned
as they are in our custom applications. We generally use jfreechart,
jasper report and so on
in our applications with this rules. Wouldn't be sufficient for you ;-)?

 -
 Tim Panton - Web/VoIP consultant and implementor
 www.westhawk.co.uk




 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

   

___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Josiah Bryan
Tim -

Do you have any minimal docs or hints on what hooks the DHTML/JS methods 
are available for scripting? Something like a quickstart javascript example?

I'm great with javascript, but I havn't read thru the Java to figure out 
the hooks yet - if thats whats needed, I dont mind, but I'd rather hear 
from the guy who knows best.

I'm assuming something like:

applet id=xyz ...

script
var applet = [get applet ref];

function onDialButtonClick()
{
var number = myFunctionGetPhoneNumber();
applet.connectToServer(my.iax.server.com,user,pass);
applet.dial(number);
[update UI]
}

function onHangupClick() { applet.hangupCall();applet.disconnectServer() }
/script

Something like that?

-josiah


Tim Panton wrote:
 On 14 Jan 2009, at 18:02, Roberto Fichera wrote:
 
 Tim Panton ha scritto:
 On 14 Jan 2009, at 17:07, Roberto Fichera wrote:


 Tim Panton ha scritto:

 It isn't really in a state for novices at the present
 you'd need:
   1) a java compiler
   2) a java code signing certificate (java applets can't read from  
 the
 mic
   without being signed)
   3) appropriate javascript and DHTML to implement the look and feel
   4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.


 Really great stuff! Could you please explain how to use it in a java
 application?

 Thanks in advance.

 I designed it as a Java applet, so the top level needs Javascript and
 DHTML from the
 browser to provide a UI.
 That said, It wouldn't be very hard to write an application class and
 some
 UI classes to turn it into a stand-alone application , but that
 depends on the
 complexity of the UI you want.

 I'm interested to use it as IAX2 API within my UI, so something like:

 - open IAX2 channel
 - call 123456
 - answer a call
 - close IAX2 channel
 It is definitely capable of that with an added class or 2.
 - but remember it is GPL, so you would 'taint' the rest of your code
 - if it isn't already GPL.
 
 
 -
 Tim Panton - Web/VoIP consultant and implementor
 www.westhawk.co.uk
 
 
 
 
 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Josiah Bryan
IT Manager
Productive Concepts, Inc.
jbr...@productiveconcepts.com
(765) 964-6009, ext. 224


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 19:53, Josiah Bryan wrote:

 Tim -

 Do you have any minimal docs or hints on what hooks the DHTML/JS  
 methods
 are available for scripting? Something like a quickstart javascript  
 example?

 I'm great with javascript, but I havn't read thru the Java to figure  
 out
 the hooks yet - if thats whats needed, I dont mind, but I'd rather  
 hear
 from the guy who knows best.

 I'm assuming something like:

 applet id=xyz ...

 script
 var applet = [get applet ref];

 function onDialButtonClick()
 {
   var number = myFunctionGetPhoneNumber();
   applet.connectToServer(my.iax.server.com,user,pass);
   applet.dial(number);
   [update UI]
 }

 function onHangupClick()  
 { applet.hangupCall();applet.disconnectServer() }
 /script

 Something like that?

 -josiah


It's up to Mexuar to decide if they want to release any pre-existing  
documentation
(and since it isn't in the .rar I guess they don't intend to at the  
moment).

The easiest thing would be to run JavaDoc over the applet class and
see what public methods exist.

Tim.

--
Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Tim Panton

On 14 Jan 2009, at 18:36, Roberto Fichera wrote:

 Tim Panton ha scritto:

 On 14 Jan 2009, at 18:02, Roberto Fichera wrote:


 Tim Panton ha scritto:

 On 14 Jan 2009, at 17:07, Roberto Fichera wrote:



 Tim Panton ha scritto:


 It isn't really in a state for novices at the present
 you'd need:
  1) a java compiler
  2) a java code signing certificate (java applets can't read from
 the
 mic
  without being signed)
  3) appropriate javascript and DHTML to implement the look and  
 feel
  4) an asterisk (or freeSWITCH) to talk IAX to.

 Tim.



 Really great stuff! Could you please explain how to use it in a  
 java
 application?

 Thanks in advance.


 I designed it as a Java applet, so the top level needs Javascript  
 and
 DHTML from the
 browser to provide a UI.
 That said, It wouldn't be very hard to write an application class  
 and
 some
 UI classes to turn it into a stand-alone application , but that
 depends on the
 complexity of the UI you want.


 I'm interested to use it as IAX2 API within my UI, so something  
 like:

 - open IAX2 channel
 - call 123456
 - answer a call
 - close IAX2 channel

 It is definitely capable of that with an added class or 2.

 Could you point me in the proper source code so I can have a look in?

./corraleta/protocol/netse/BinderSE.java

Has a Main method used to test the protocol that would be a good
place to start.


 - but remember it is GPL, so you would 'taint' the rest of your code
 - if it isn't already GPL.

 I generally follow the rule than if the library is GPL and if the  
 end user ask for the source
 code I'll provide the source code as it should. If I made some  
 changes in the GPL code, it
 will be always released to the original author. In all cases the GPL  
 libraries are always mentioned
 as they are in our custom applications. We generally use jfreechart,  
 jasper report and so on
 in our applications with this rules. Wouldn't be sufficient for  
 you ;-)?

Not my copyright - not my decision  ;-)

T.


Tim Panton - Web/VoIP consultant and implementor
www.westhawk.co.uk




___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Josiah Bryan
Tim Panton wrote:
 On 14 Jan 2009, at 19:53, Josiah Bryan wrote:
 
 Tim -

 Do you have any minimal docs or hints on what hooks the DHTML/JS  
 methods
 are available for scripting? Something like a quickstart javascript  
 example?

 I'm great with javascript, but I havn't read thru the Java to figure  
 out
 the hooks yet - if thats whats needed, I dont mind, but I'd rather  
 hear
 from the guy who knows best.

 I'm assuming something like:

 applet id=xyz ...

 script
 var applet = [get applet ref];

 function onDialButtonClick()
 {
  var number = myFunctionGetPhoneNumber();
  applet.connectToServer(my.iax.server.com,user,pass);
  applet.dial(number);
  [update UI]
 }

 function onHangupClick()  
 { applet.hangupCall();applet.disconnectServer() }
 /script

 Something like that?

 -josiah
 
 
 It's up to Mexuar to decide if they want to release any pre-existing  
 documentation
 (and since it isn't in the .rar I guess they don't intend to at the  
 moment).
 
 The easiest thing would be to run JavaDoc over the applet class and
 see what public methods exist.
 

Understood - thanks for your patience with these questions.

Regards,
-josiah


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2009-01-14 Thread Wolfgang Pichler
Hi all,

thanks Tim and Mexuar for releasing this here...

I have already taken the source - and compiled a little java applet 
which is self signed to test the whole thing.

I will put it on my site (and allow users to enter 
host/user/pass/Calling Number,Calling Name,Number to dial...) for demo 
usage

I would be happy to get some feedback about problems - because i am 
interessted to integrate it in my callcenter project

Tim - can you tell me which audio features it does have - as far as i 
can see there is alaw and gsm - is there also an echo canceller - jitter 
buffer ?

I will post it here as soon as i have the page up ...

regards,
Wolfgang
Tim Panton schrieb:
 I'm delighted to be able to say that as part of the agreement on my  
 departure from Mexuar,
 the Corraleta applet source code Westhawk Ltd  wrote for them has been  
 released under the GPL.

 it is available for download at :

 http://www.mexuar.com/files/corraleta_sdk.rar


 Tim.

 On 20 Sep 2007, at 18:48, Matthew Rubenstein wrote:

   
Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 -- 

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 


 ___
 -- Bandwidth and Colocation Provided by http://www.api-digital.com --

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
   


___
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-24 Thread Steven
All of my testing has shown it be be pretty clean.

We have it on our contact us page of our website and we also give that url to 
overseas (India, Germany, Japan) contacts and some 
have used it.
Some do not want to open up the iax2 port in their firewall, but that is their 
issue.

I wanted to use IAX2 because I knew with NAT and firewalls, that IAX2 was 
easier for people to use than all of the RTP ports 
required for SIP.



-- 
-- 
Steven

http://www.glimasoutheast.org



Dean Collins [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 Steven, how reliable is that freeware?

 I tried it when it first came out but I couldn't get it to work. It
 didn't matter at the time as I was working for Mexuar at the time but
 now I don't have their service anymore I'd like to use it/something like
 it for my other consultancy services.



 Regards,

 Dean Collins
 Cognation Pty Ltd
 [EMAIL PROTECTED]
 +1-212-203-4357 Ph
 +61-2-9016-5642 (Sydney in-dial).


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Steven
 Sent: Thursday, 20 September 2007 2:12 PM
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] IAX Java Softphone?

 I use click2call. http://www.geocities.com/babarnazmi/index2.htm

 It is an activex control though.

 --
 --
 Steven

 http://www.glimasoutheast.org



 Matthew Rubenstein [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Does anyone know of an IAX softphone in Java, whether applet
 or
  application? Even the most minimum featureset, just voice and
 dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.
  --
 
  (C) Matthew Rubenstein
 
 
  ___
 
  Sign up now for AstriCon 2007!  September 25-28th.
 http://www.astricon.net/
 
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 




 ___

 Sign up now for AstriCon 2007!  September 25-28th.
 http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

 ___

 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 




___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-21 Thread Zoa

Mexuar is the best known one i think, they showed me a demo on 
astridevcon, seemed to work ok.

Zoa

Matthew Rubenstein wrote:
 Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
   


___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-21 Thread Tim Panton

On 20 Sep 2007, at 19:46, Jean-Denis Girard wrote:

 Matthew Rubenstein a écrit :
 Does anyone know of an IAX softphone in Java, whether  
 applet or
 application? Even the most minimum featureset, just voice and  
 dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.

 Did you try JIAXClient ?
 http://www.hem.za.org/jiaxclient/

Also look at
http://www.mexuar.com/products_sdk.shtml

It isn't GPL.

(I'm biassed - I wrote chunks of it :-) )
___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Steven
I use click2call. http://www.geocities.com/babarnazmi/index2.htm

It is an activex control though.

-- 
-- 
Steven

http://www.glimasoutheast.org



Matthew Rubenstein [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
 -- 

 (C) Matthew Rubenstein


 ___

 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/

 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
 




___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Mike Clark
Matthew Rubenstein wrote:
 Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.
   
Mexuar's Coraletta is nice, but isn't GPL.

http://www.mexuar.com/products_sdk.shtml

Mike Clark

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Jean-Denis Girard
Matthew Rubenstein a écrit :
 Does anyone know of an IAX softphone in Java, whether applet or
 application? Even the most minimum featureset, just voice and dialing,
 or even embedded in some other app/let. Preferably GPL. Thanks.

Did you try JIAXClient ?
http://www.hem.za.org/jiaxclient/


Regards,
-- 
Jean-Denis Girard

SysNux  Systèmes Linux en Polynésie française
http://www.sysnux.pf/   Tél: +689 483 527 / GSM: +689 797 527

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Dean Collins
Steven, how reliable is that freeware?

I tried it when it first came out but I couldn't get it to work. It
didn't matter at the time as I was working for Mexuar at the time but
now I don't have their service anymore I'd like to use it/something like
it for my other consultancy services.



Regards,

Dean Collins
Cognation Pty Ltd
[EMAIL PROTECTED]
+1-212-203-4357 Ph
+61-2-9016-5642 (Sydney in-dial).


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Steven
 Sent: Thursday, 20 September 2007 2:12 PM
 To: asterisk-users@lists.digium.com
 Subject: Re: [asterisk-users] IAX Java Softphone?
 
 I use click2call. http://www.geocities.com/babarnazmi/index2.htm
 
 It is an activex control though.
 
 --
 --
 Steven
 
 http://www.glimasoutheast.org
 
 
 
 Matthew Rubenstein [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 Does anyone know of an IAX softphone in Java, whether applet
or
  application? Even the most minimum featureset, just voice and
dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.
  --
 
  (C) Matthew Rubenstein
 
 
  ___
 
  Sign up now for AstriCon 2007!  September 25-28th.
http://www.astricon.net/
 
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 
 
 
 
 
 ___
 
 Sign up now for AstriCon 2007!  September 25-28th.
http://www.astricon.net/
 
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Guillermo Salas M.
On Thu, 2007-09-20 at 14:23 -0400, Mike Clark wrote:
 Matthew Rubenstein wrote:
  Does anyone know of an IAX softphone in Java, whether applet or
  application? Even the most minimum featureset, just voice and dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.

 Mexuar's Coraletta is nice, but isn't GPL.
 
 http://www.mexuar.com/products_sdk.shtml
 


I'm using JIAXClient [1], it is GPL, uses IAX2 and works pretty excelent
with gsm codec.

[1] http://www.hem.za.org/jiaxclient/


Regards,

-- 
Guillermo Salas M.
Telconet S.A.
Calle 15 y Avenida 24 Esq
Edificio Barre #2 Primer Piso
Telefono : +593 5 262 8071
Celular  : +593 9 985 5138
e-mail   : [EMAIL PROTECTED]
www  : http://www.manta.telconet.net
   http://www.telcocarrier.net
SIP  : [EMAIL PROTECTED]
FWD  : 558563

Linux User: 255902

Beat me, whip me, make me use Windows!

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

Please avoid the Top Posting, see
http://es.wikipedia.org/wiki/Top-posting


___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Dean Collins
As far as I know Jiaxclient is dead - the developer hasn't touched it in at 
least 18 months.

Regards,

Dean Collins
Cognation Pty Ltd
[EMAIL PROTECTED]
+1-212-203-4357 Ph
+61-2-9016-5642 (Sydney in-dial).


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:asterisk-users-
 [EMAIL PROTECTED] On Behalf Of Jean-Denis Girard
 Sent: Thursday, 20 September 2007 2:46 PM
 To: [EMAIL PROTECTED]; Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: Re: [asterisk-users] IAX Java Softphone?
 
 Matthew Rubenstein a écrit :
  Does anyone know of an IAX softphone in Java, whether applet or
  application? Even the most minimum featureset, just voice and dialing,
  or even embedded in some other app/let. Preferably GPL. Thanks.
 
 Did you try JIAXClient ?
 http://www.hem.za.org/jiaxclient/
 
 
 Regards,
 --
 Jean-Denis Girard
 
 SysNux  Systèmes Linux en Polynésie française
 http://www.sysnux.pf/   Tél: +689 483 527 / GSM: +689 797 527
 
 ___
 
 Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/
 
 --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] IAX Java Softphone?

2007-09-20 Thread Jean-Denis Girard
Dean Collins a écrit :
 As far as I know Jiaxclient is dead - the developer hasn't touched it in at 
 least 18 months.

Correct, but this is free software, anybody with the skills can revive it :)

Regards,
-- 
Jean-Denis Girard

SysNux  Systèmes Linux en Polynésie française
http://www.sysnux.pf/   Tél: +689 483 527 / GSM: +689 797 527

___

Sign up now for AstriCon 2007!  September 25-28th.  http://www.astricon.net/ 

--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users