Re: [Wengophone-devel] Windows & QTCommercial Flags

2006-12-07 Thread Didier LINK
Le jeudi 07 décembre 2006 à 22:24 +, Christopher Jimenez a écrit : > Hi Wengo Comunity. Hi Christopher, > Searching the code i see this line a couple of times > #if (defined OS_WINDOWS) && (defined QT_COMMERCIAL) > > I was wondering how do you define in the client that is using QT_COMMERCIAL

[Wengophone-devel] Windows & QTCommercial Flags

2006-12-07 Thread Christopher Jimenez
Hi Wengo Comunity. Searching the code i see this line a couple of times #if (defined OS_WINDOWS) && (defined QT_COMMERCIAL) I was wondering how do you define in the client that is using QT_COMMERCIAL? Where is this flag located? and how can i Change it? It this located in some python script? Or

[Wengophone-devel] Title Bar color

2006-12-07 Thread Jaya Gehani
Hi, I want to change the color of title bar of Wengo Phone to Gray. Can any one give some guidelines on that. I tried searching on QT-Archives but did not find any thing significant. Thanks a ton. ___ Wengophone-devel mailing list Wengophone-devel@lis

Re: [Wengophone-devel] RE: [Wengophone-commit] r8711 - inwengophone-ng/trunk/wifo: eXosip/src phapi

2006-12-07 Thread Vadim Lebedev
Quang Minh Phan wrote: Hi Vadim, As said Jérôme, it was meant to remove the Route header that is equal to the address of the outbound proxy. That route header is not necessary and it causes problems to some SIP proxies. The code is 'horrible' while waiting for a global refactoring of eXosip.

RE: [Wengophone-devel] RE: [Wengophone-commit] r8711 - inwengophone-ng/trunk/wifo: eXosip/src phapi

2006-12-07 Thread Quang Minh Phan
Hi Vadim, As said Jérôme, it was meant to remove the Route header that is equal to the address of the outbound proxy. That route header is not necessary and it causes problems to some SIP proxies. The code is 'horrible' while waiting for a global refactoring of eXosip. Regards, Minh > -Or

Re: [Wengophone-devel] SIP problem !!

2006-12-07 Thread Le Mesle Séven
First i would like to thanks everybody for the help . So after some source inspections i've seen in the phapi source something appearing to me as an obvious bug. Please this time for those who know well phapi and develop it read the following. in phapi-old.c function phAcceptCall3 on line

[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] RE: [Wengophone-commit] r8711 - in wengophone-ng/trunk/wifo: eXosip/src phapi

2006-12-07 Thread Jérôme WAGNER
Hello, I'll let Minh explain. The code here is horrible (remove and then add the header in the exosip struct). The goal is to remove the Route header from some requests (mostly INVITE) because this header creates problem with routing and other softphones such as sjphone do not add it Jérôme ---