RE: [Wengophone-devel] Creating VOIP-Only Wengophone

2007-02-26 Thread Brian Gitonga Marete
On Mon, 2007-02-26 at 10:07 +0100, Minh Phan wrote: > There are two solutions: > > 1. Compile PhAPI and write an application on top of it. > 2. Modify GUI layer of WengoPhone. > Hello Minh, Thank you very much for this hint. I am currently following the second option, with additional modificati

Re: [Wengophone-devel] compiling individual files or directories

2007-02-26 Thread Dave Neary
Hi Zahid, Assuming you have Visual Studio installed, the equivalent Windows command is "nmake". You will need to make sure all the required dependencies are installed (first among them is cmake) - then in the build directory, run "build_nmake.bat", and then if all goes well, "make". You should ch

Re: [Wengophone-devel] compiling individual files or directories

2007-02-26 Thread Zahid Ayar
when i say make in the root directory it says: 'make' is not recognized as an internal or external command, operable program or batch file. what should i do now? On 2/25/07, Dave Neary <[EMAIL PROTECTED]> wrote: Hi Zahid, Zahid Ayar wrote: > im edting the QtLogin.cpp source file in the s

RE: [Wengophone-devel] SIP Generic bugs

2007-02-26 Thread Lukas Oberhuber
Xavier, I got the presence working by putting the user names in the sip section of the contacts. I think when a sip account is the primary account, it might be helpful to put the SIP ID at the top of the list of IDs, but then I suppose when there are multiple sip accounts registered, that won't

Re: [Wengophone-devel] SIP Generic bugs

2007-02-26 Thread Xavier DESJARDINS
Hello Lukas, Thanks for your help. 2007/2/26, Lukas Oberhuber <[EMAIL PROTECTED]>: Xavier, The SIP generic is looking better and better. Here's what I've noticed currently still being an issue. I've downloaded and built the latest 2.1 r9951. Generic SIP bugs (and usability issues) I ran

[Wengophone-devel] SIP Generic bugs

2007-02-26 Thread Lukas Oberhuber
Xavier, The SIP generic is looking better and better. Here's what I've noticed currently still being an issue. I've downloaded and built the latest 2.1 r9951. Generic SIP bugs (and usability issues) I ran into: - On login, I have to use the "Advanced" settings because I cannot log into

RE: [Wengophone-devel] Creating VOIP-Only Wengophone

2007-02-26 Thread Minh Phan
Hi Brian, There are two solutions: 1. Compile PhAPI and write an application on top of it. 2. Modify GUI layer of WengoPhone. If you just need a simple client that can make and receive phone calls, the first solution is right for you. On the other hand, If you need a complete user interface, the