From: <mic...@gm...> - 2009-06-25 18:23:22
|
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 > > |