Hi, I'm searching for GPLed softphones. I found WengoPhone but actually not available for Asterisk PBX, only for Wengo network. I found Kiax but only for IAX protocol. Did you know a good GPLed softphones which works on Windows ? Thanks Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061011/1af2cf16/attachment.htm
On Wed, Oct 11, 2006 at 06:23:48PM +0200, Gregory Duchatelet wrote:> Hi, > > > > I'm searching for GPLed softphones. I found WengoPhone but actually not > available for Asterisk PBX, only for Wengo network.Have you actually tried it? Were you actually able to build it?> I found Kiax but only > for IAX protocol.For which platform? IAX: kiax, iaxcomm, mozphone SIP: kphone, linhone, minisip, twinkle, ekiga (Try twinkle) Just a partial list of free phones that work on Linux.> > > > Did you know a good GPLed softphones which works on Windows ?IAXcomm should. So should wengophone and mozphone. -- Tzafrir Cohen sip:tzafrir@local.xorcom.com icq#16849755 iax:tzafrir@local.xorcom.com +972-50-7952406 jabber:tzafrir@jabber.org tzafrir.cohen@xorcom.com http://www.xorcom.com
The X-Ten is probably the most know "free" soft-phone availible. You can find it at http://www.xten.com/index.php?menu=Products&smenu=xlite Gregory Duchatelet wrote:> Hi, > > I?m searching for GPLed softphones. I found WengoPhone but actually > not available for Asterisk PBX, only for Wengo network. I found Kiax > but only for IAX protocol. > > Did you know a good GPLed softphones which works on Windows ? > > Thanks > > Greg > >------------------------------------------------------------------------ > >_______________________________________________ >--Bandwidth and Colocation provided by Easynews.com -- > >asterisk-users mailing list >To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >
> Hi, > > > > I'm searching for GPLed softphones. I found WengoPhone but actually not > available for Asterisk PBX, only for Wengo network. I found Kiax but only > for IAX protocol. > > > > Did you know a good GPLed softphones which works on Windows ? > > > > Thanks > > Greg > >Apparently (from what I gathered from #openwengo at irc.freenode.net)Wengo's own network runs on a combination of Asterisk and OPENSer. To get Wengophone working with your asterisk you will need to do some code hackingz...so download the source code and change it. You will need to change the authentication procedure in Wengo phone so that your server ip and port numbers are used. Check the gmane mailing lists, I've posted the format of the XML messages used. So basically all the work you will have to do is hardcode your website's url in place of wengo.fr's and make sure your website sends back the right type of XML and bazzam! Oh just a note - its not a simple compile, so you will be messing around with it for a while, trying to get it compile. But its awesome... and IMHO one of the best softphones in the world. Maybe even the galaxy Also, to make things a bit better, some devs are in fact developing the server agnostic version of Wengophone. Hope that helped a bit ok bye :) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Xlite is not GPL! Joe Dennick wrote:> The X-Ten is probably the most know "free" soft-phone availible. You > can find it at > > http://www.xten.com/index.php?menu=Products&smenu=xlite > > Gregory Duchatelet wrote: > >> Hi, >> >> I?m searching for GPLed softphones. I found WengoPhone but actually >> not available for Asterisk PBX, only for Wengo network. I found Kiax >> but only for IAX protocol. >> >> Did you know a good GPLed softphones which works on Windows ? >> >> Thanks >> >> Greg >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> --Bandwidth and Colocation provided by Easynews.com -- >> >> asterisk-users mailing list >> To UNSUBSCRIBE or update options visit: >> http://lists.digium.com/mailman/listinfo/asterisk-users >> >> > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
On Oct 11, 2006, at 7:13 PM, Joe Dennick wrote:> The X-Ten is probably the most know "free" soft-phone availible. > You can find it at > > http://www.xten.com/index.php?menu=Products&smenu=xliteFree != GPL xlite is still a closed product that you can use for free. But you cannot get the sources or anything. Michiel.
Tzafrir Cohen a ?crit :> [...] > > Did you know a good GPLed softphones which works on Windows ? > > > IAXcomm should. So should wengophone and mozphone. >And Kiax and Ekiga -- Daniel
> > IAXcomm should. So should wengophone and mozphone. > > > And Kiax and Ekiga > -- > DanielEkiga not for Windows platforms... Greg
Gregory Duchatelet a ?crit :>>> IAXcomm should. So should wengophone and mozphone. >>> >>> >> And Kiax and Ekiga >> -- >> Daniel >> > > Ekiga not for Windows platforms... >http://snapshots.ekiga.net/win32/win32.php -- Daniel
How can I download the Sourcecode? went to the site but there wasnt a single .zip or tar file -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061013/ea7223e5/attachment.htm
On Fri, Oct 13, 2006 at 05:03:05PM +0100, Dumpolid Exeplish wrote:> How can I download the Sourcecode?To what?> went to the siteWhich one?> but there wasnt a > single .zip or tar fileMost projects have a "Download" link you can click. For example, if you were talking about ekiga: 1. Enter "ekiga" into google. That gives you www.gnomemeeting.org as the web site. 2. Click the "downloads" link. 3. Scroll down the page to "sources" and click there. This then gives you: ekiga-2.0.3.tar.gz opal-2.2.3.tar.gz pwlib-1.10.2.tar.gz HTH, Brian.