From: michael r. <mic...@gm...> - 2009-06-26 10:05:49
|
Hi Bilal, 1) Not SIP, only IAX2 phone (but sip will be easy with Pjsip library) 2) Tested on Windows XP/VISTA and Linux 3) You can embbed all libraries (python, wxpython) with py2exe, so you don't need to install all this stuff on Windows. 4) You can use InnoSetup to make a self extract installer For 3) and 4), I use this methods to deploy on Windows Desktop : working like a charm =) Regards Michael On Fri, Jun 26, 2009 at 11:53 AM, michael ricordeau<mic...@gm...> wrote: > Here is my very basic phone : > http://code.google.com/p/wphoniax/source/browse/#svn/trunk > > And to get code : > svn checkout http://wphoniax.googlecode.com/svn/trunk/ wphoniax-read-only > > > I didn't implement incoming call management and multicalls but this is > not hard to add > this features =) > > To run this phone you need Python2.5 or 2.6, wxPython and iaxclient installed. > > Configuration file is wphoniax.ini . > > > Note : sorry, I didn't build installers and linux packages (like deb/rpm) . > > > > > On Thu, Jun 25, 2009 at 8:23 PM, > mic...@gm...<mic...@gm...> wrote: >> Hi, >> >> I have made a little iax phone with python, wxPython (binding of >> wxWidget), ctypes module from python and iaxclient. >> >> It is not exactly what you want but it may help you. >> >> To use python, I have make a binding of iaxclient with ctypes (not >> all iaxclient functions but only what I need for my own purpose). >> >> I have tested it on linux, windows XP and windows Vista. >> >> All iax accounts are set in an ini file. >> >> I will post source code because I don't have it here. >> >> Cheers >> >> Note : I have also made a self installer for windows xp/vista with >> py2exe and InnoSetup . >> >> >> Le Thu, 25 Jun 2009 14:23:00 +0200, >> Wolfgang Pichler <wpi...@ca...> a écrit : >> >>> Hi, >>> >>> some questions >>> - on which os should it run - only windows ? >>> - should it be based on dot net, java, or use standard windows gui >>> controls, use qt gui controls, or whatever...) >>> - which extra functionality ? should the user have a phonebook, >>> should it support more than 1 line, should the user be able to choose >>> codecs, audio device, ... >>> >>> best regards, >>> Wolfgang >>> >>> >>> 2009/6/25 bilal ghayyad <bil...@ya...> >>> >>> > >>> > Hi All; >>> > >>> > I would like to have my own iaxclient softphone that has its profile >>> > (graphic) and a place to enter the username and password for the >>> > customer. >>> > >>> > Server IP address to be already existed (to be read from an >>> > external text file, so we can change it upon our request, but no >>> > need customer to place the IP address). >>> > >>> > Any help or someone interested? >>> > Regards >>> > Bilal >>> > >>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------------ >>> > _______________________________________________ >>> > Iaxclient-devel mailing list >>> > Iax...@li... >>> > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >>> > >> > |