[Wengophone-devel] Problem with wengophone traslation

2007-01-12 Thread Leonardo José Reyes Diago
Hello, i got i litte problem when i compile wengophone ng 2 rc4 (with vs 2005), the traslations (the files *.qm) are not generate by the compiler. Can someone help me with this problem. Thanks Leonardo Reyes ___ Wengophone-devel mailing list

Re: [Wengophone-devel] Certificate Authentication

2006-12-18 Thread Leonardo José Reyes Diago
/wengophone-ng/trunk the navigator ask me if i accept the certificate. Leonardo Reyes. On 12/18/06, Dave Neary [EMAIL PROTECTED] wrote: Hi Leonardo, Leonardo José Reyes Diago wrote: I have a question: How can i embed a certificate authentication in the code? I don't think you got

[Wengophone-devel] Certificate Authentication

2006-12-14 Thread Leonardo José Reyes Diago
Hello I have a question: How can i embed a certificate authentication in the code? Thanks Leonardo ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] PhoneCall Error when handup

2006-12-07 Thread Leonardo José Reyes Diago
Hello, I got an error when i make a call. First i make a call, then if the state is change to: EnumPhoneCallState::PhoneCallStateError, and in the call widget show me the message Error. When i end the call, the call widget does not disappear. Can someeno help me. Thanks. Leonardo

[Wengophone-devel] Wengophone in a local network

2006-11-16 Thread Leonardo José Reyes Diago
Hello, i've been trying to connect wengophone with a pbx account in a local network, but i not been able to do it. Always show me this message in the log file: error while discovering network for SIP. Can someone help me with this? ___

[Wengophone-devel] Audio Codes Priority

2006-11-15 Thread Leonardo José Reyes Diago
Hello.I have this doubt, the audio codec have a priority in wengophone? And if exist a priority, where i can find it?.Can someone help me with this questions? ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com

[Wengophone-devel] DTMF

2006-11-15 Thread Leonardo José Reyes Diago
Hello. I have configurate wengophone with a sip account i have, but, when i call someplace and i when I must mark one extencion, i can't do it because the numbers of the dialpad not mark.Maybe is because the DTMF support of wengophone, maybe not. Can someone help me, how can i enable that?

[Wengophone-devel] Assert in Logger.cpp

2006-11-15 Thread Leonardo José Reyes Diago
Hello, i write to ask about this code: void Logger::fatal(const std::string className, const std::string message, const std::string filename, const std::string line) { log(Fatal, className, message, filename, line); flush(); assert(NULL fatal error); } in util/Logger.cppMy question is:

Re: [Wengophone-devel] Debug Compilation of wengophone ng

2006-10-26 Thread Leonardo José Reyes Diago
i have been trying to resolve the debug compilation of wengophone, and now this errors are the one that show: Creating library debug\wifo\phapi\phamrplugin.lib and object debug\wifo\phapi\phamrplugin.expLINK : error LNK2001: unresolved external symbol [EMAIL PROTECTED] amrwb.lib(enc_lpc.obj) :

[Wengophone-devel] Question about wengophone code

2006-10-12 Thread Leonardo José Reyes Diago
hello, i'm reading the wengophone code and i find this code: typedef std::setIMAccount * IMAccountPtrSet;in src/model/connect/ConnectHandler.hand i don't understand this type of definition. especialy this part std::set can someone tell what it is this done?

Re: [Wengophone-devel] Debug Compilation of wengophone ng

2006-10-11 Thread Leonardo José Reyes Diago
PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Leonardo José Reyes Diago Sent: 11. lokakuuta 2006 1:32 To: wengophone-devel@lists.openwengo.com Subject: [Wengophone-devel] Debug Compilation of wengophone ng hello, i'm trying to compile wengophone ng with debug mode, but a couple of errors a

[Wengophone-devel] Wengophone breaking while running

2006-10-11 Thread Leonardo José Reyes Diago
hello i have compile wengophone ng with release-symbols mode, and the program run well. I'm trying to add a option to be able to connect to another sip account diferent from the one tha wengo gif. But i have been haven a problem, i first put in the class model/account/wengo/WengoAccountParser.cpp

[Wengophone-devel] Question about wengophone

2006-10-09 Thread Leonardo José Reyes Diago
i have compile wengophone ng, and i been reading the code, the part of the sip connection, and when the sip login it´s ready, a WsInfo, WsSoftUpdate, WsDirectory and WsCallForward, objects are created, can someone tell me the funcionality of this objects?

[Wengophone-devel] Released Notes

2006-10-09 Thread Leonardo José Reyes Diago
can someone knows where a i can find th released notes for the wengophone ng 2.0 RC4? ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] Wengophone Compilation

2006-10-09 Thread Leonardo José Reyes Diago
hello, i have been compiling wengophone ng in release-symbols mode, i'm using this code line: scons mode=release-symbols qtwengophonebut qhen i try to compile in release mode (scons mode=release qtwengophone), in the comand prompt show that the compile mode have been change to release-symbols. My

Re: [Wengophone-devel] Wengophone Compilation

2006-10-09 Thread Leonardo José Reyes Diago
Ok, thanks, i got another question, when i execute qtwengophone.exe, a command prompt showing the connection log.My question is, how can i do to stop that window to appear?On 10/9/06, Tanguy Krotoff [EMAIL PROTECTED] wrote: Leonardo José Reyes Diago wrote: hello, i have been compiling wengophone

[Wengophone-devel] Error in addiding a window in wengophone

2006-10-09 Thread Leonardo José Reyes Diago
I have add a window in the wengophone ng, this window is for enter the sip settings for another account different from wengo, but when i enter the configuration and when it's ready to conect the sip account the program close it. This is what the log show: (debug) 16:47:21

[Wengophone-devel] Error when i add a new Dialog

2006-09-21 Thread Leonardo José Reyes Diago
Hello, i'm tryin to add a new dialog to wengophone ng, that's because i want to be able to configurate wengophone with another sip acount. a write a ui file with the dialog form, a .h file and a .cpp file, but when i compile wengophone i get this errors

[Wengophone-devel] Wengophone in WindowsXp

2006-08-24 Thread Leonardo José Reyes Diago
Hello, i have build wengophone, adnd i have the executable file, but in the guide: How to Compile WengoPhone NG on Microsoft Windows with Visual Studio 2005 Express Edition.In the end of the page it´s this text: You must copy wengophone\src\presentation\qt\qtwengophone.exe.manifest from your build

[Wengophone-devel] WengoPhone configuration

2006-08-24 Thread Leonardo José Reyes Diago
Hello, i´m trying to configurate wengophone with another sip account i have,, i have change;network.proxy.port, network.proxy.server, network.sip.localport, network.sip.server, network.proxy.login and network.proxy.password to the sip account i have, but does'nt work, can someone tell me how can

[Wengophone-devel] Compiling Wengo with MinGW

2006-08-15 Thread Leonardo José Reyes Diago
hello, i´m trying to compile wengophone on winXp using MinGW, i have install python2.4, boots1.33.1, scons0.96.1, qt4.1.2 and i follow the step from this page: http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourceNg.But when i type scons prepare-for-mingw=yes qtwengophone, to

Re: [Wengophone-devel] Error while compiling wengo

2006-08-14 Thread Leonardo José Reyes Diago
rerrors. I will send through my complete instruction to this list once I have verified all the steps. Stay tuned!Regards,Damien. -Original Message- From: Leonardo José Reyes Diago [mailto:[EMAIL PROTECTED]] Sent: Friday, 11 August 2006 6:27 AM To: wengophone-devel@lists.openwengo.com Subjec

[Wengophone-devel] Error while compiling wengo

2006-08-10 Thread Leonardo José Reyes Diago
Hello, my name is Leonardo, and i´m trying to compile wengophone with vc2005 command prompt, but this error happened:webcam.lib(DirectXWebcamDriver.obj) : error LNK2019: unresolved external symbol char * __stdcall _com_util::ConvertBSTRToString(wchar_t *) ([EMAIL PROTECTED]@@ [EMAIL PROTECTED])