[Wengophone-devel] Re: Investigating LogOff/ChangeProfile crash

2006-12-04 Thread Ludovico Cavedon
Hi,

Philippe BERNERY <[EMAIL PROTECTED]> writes:
> I was absent last week but I'm here again.

welcome back!
 
> After my first commit, I will take a further look on the  
> initialization process and try to fix the issue we encounter with  
> Mathieu. After that we could have a look to fix the uninitialization  
> problem you encounter. I think they are closely related.
> 
> Is that Ok for you?

Sure it's ok!

Thank you,
in the meanwhile, I'll try wengohone-2.1 branch

Reagrds,
Ludovico

PS: quite strangely I did not receive this mail and I had to look for it in the
archives :(

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] MacOSX problem playing wav files (Patch)

2006-12-04 Thread Aurélien Gâteau

Ramy M. Hassan wrote:

Hello,
The ring sound, and the tones are examples of sounds that are not played 
without the patch.

Here aresme of the ktrace lines that show the problem:

 1176 WengoPhone NAMI  
"<80>/<80>Applications/WengoPhone.app/Contents/Resources/sounds/ringin.wav" 


 1176 WengoPhone RET   lstat -1 errno 2 No such file or directory
 1176 WengoPhone NAMI  
"<80>/<80>Applications/WengoPhone.app/Contents/Resources/sounds/callclosed.wav" 


 1176 WengoPhone RET   lstat -1 errno 2 No such file or directory


It works for me, but I believe your patch is correct nevertheless. I 
will probably merge it tomorrow.


Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] MacOSX problem playing wav files (Patch)

2006-12-04 Thread Ramy M. Hassan

Hello,
The ring sound, and the tones are examples of sounds that are not played 
without the patch.

Here aresme of the ktrace lines that show the problem:

 1176 WengoPhone NAMI  
"<80>/<80>Applications/WengoPhone.app/Contents/Resources/sounds/ringin.wav"

 1176 WengoPhone RET   lstat -1 errno 2 No such file or directory
 1176 WengoPhone NAMI  
"<80>/<80>Applications/WengoPhone.app/Contents/Resources/sounds/callclosed.wav"

 1176 WengoPhone RET   lstat -1 errno 2 No such file or directory

Thanks
Ramy




Aurélien Gâteau wrote:


Ramy M. Hassan wrote:


Hello,
You are right. NSUTF8StringEncoding is much better. I tried running 
the application from a path that contained non-ascii folder names, 
and only worked perfectly when NSUTF8StringEncoding was used.



I think your patch is ok, but I was just wondering which sound does 
not get played correctly without it. Can you give me more details (I'm 
still in the process of getting up to speed with Wengo source base).


Aurélien



___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] HOWTO Edit Messages - Message Editing and Quoting Guide

2006-12-04 Thread Andreas Schneider
Reading the OpenWengo mailinglist is a mess. All of you who don't know
how to reply to mails on mailinglists and how to write mails to mailing
lists. Please read the following HOWTO!!!


http://www.guckes.net/mail/edit.html


Thanks,

-- andreas

-- 
http://www.cynapses.org/ - cybernetic synapses




signature.asc
Description: OpenPGP digital signature
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] RE: WengoPhone patch

2006-12-04 Thread Lukas Oberhuber
Matteo,

I've looked through the logs. There's nothing that jumps out at me (I'm also
not a SIP expert in truth). Could you maybe send me your configuration items
(from my patch)? That should help me to understand.

A couple more ideas: 

Since the connection is happening properly, until you get to the answering
part, and other phones are working, it's a bit weird.

However, it is possible that you have an RTP fixup on your firewall. That
produces strange results.

I can't understand why Asterisk wouldn't get the response. Have you tried 
$ asterisk -r
$ sip debug
$ set verbose 20
$ set debug 20 

And watched if the message is getting through to asterisk.

I think there is also

$ rtp debug

Other than that, if you can pinpoint which line has the problem you think
you are seeing, that might also help me to understand.

When done:
$ sip no debug
$ rtp no debug
$ set verbose 1
$ set debug 1

The relevant part of those logs could help as well.

-Lukas
 
Lukas Oberhuber

-Original Message-
From: Matteo Campana [mailto:[EMAIL PROTECTED] 
Sent: 04 December 2006 09:37
To: Lukas Oberhuber
Subject: Re: WengoPhone patch

Thank you for the answer Lukas, but the problem still remain.

In my extensions I've already set nat=yes and qualify=yes and with 
another sip phones I don't get the same problem (i.e with X-lite, Ekiga, 
BT100 Grandstream...).
The osip log is very useful, and  whatching the log I think that the 
problem is that Asterisk doesn't notice the answer of the call by 
OpenWengo (I've see the SIP message Invite, ringing ecc  )

Any idea? (in attached  my logs files)



Regards,
Matteo




Lukas Oberhuber ha scritto:
> Sorry Matteo,
>
> I've been quite busy.
>
> It sounds like what you are having problems with is standard SIP issues.
> What is happening can depend heavily on your network configuration.
>
> For one, if you are behind a firewall and your server is not, you may need
> to set nat=yes and qualify=yes in your user definition in asterisk
(sip.conf
> or sip_additional.conf or other relevant file). One way to narrow down the
> problem is to try another sip phone and see if you get the same problem.
> What I've found is that that Wengophone works as well or better than other
> phones out there.
>
> Another thing you could do is look at the Wengophone log (in the
Wengophone
> directory).
>
> Finally, you could enable logging in the osip and exosip libraries. Here's
> how:
> In a cmd.exe window:  
> @set PH_DEBUG_LEVEL=10
> @set PH_LOG_FILENAME=d:\tmp\sip_debug.log
> cd 
> qtwengophone.exe &
>
> Warning, the resulting file will be quite big.
>
> Hope all of this gets you going in the right direction.
>
> -Lukas
>  
> Lukas Oberhuber
>
> -Original Message-
> From: Matteo Campana [mailto:[EMAIL PROTECTED] 
> Sent: 27 November 2006 14:54
> To: Lukas Oberhuber
> Subject: WengoPhone patch
>
> Hi Lukas, I'm Matteo from Italy :).
>
> I've applied your useful patch (thank you for the work!) found in the 
> mailing list and now I'm successfully connected with my Asterisk machine.
> My Wengophone makes outbound calls  successfully through my Asterisk, 
> but when Wengophone rings and I answer to the incoming call, the 
> Asterisk server seems to not to notice any and the other peer continues 
> to ring, while my Wengophone stops to ring and shows the call active.
> Any idea of the problem?
>
> Thank you in advance.
>
> Matteo
>
>   


-- 
Matteo Campana

Responsabile Tecnico ICT
Klarya s.r.l.
via Pirandello, 24
40127 Bologna

Tel: +39 051 7401143
Mob: +39 328 3019223
Email: [EMAIL PROTECTED]
Web: www.klarya.it


___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Investigating LogOff/ChangeProfile crash

2006-12-04 Thread Philippe BERNERY

Hi Ludovico,

I was absent last week but I'm here again.


I opened 2 tickets:

http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1187

This ticket is about the code you reverted.


I will apply your change on branch 2.1 where my change will be  
applied again.



I also attached a patch for a
bug
that was making it crash at startup.

http://dev.openwengo.com/trac/openwengo/trac.cgi/ticket/1174

This ticket is, instead, is about the segfault that happens at
logoff/profile
change. Maybe the IMAccount  use refactoring by pberney was trying  
to solve

this problem?


I'm not sure my refactoring will change anything about that. We found  
a similar bug this morning with Mathieu Stute that happens regularly  
at software startup. There is a problem in the initialization/ 
uninitialization process. We should have an equivalent of your graph  
for all the softphone that describes the events processing.
After my first commit, I will take a further look on the  
initialization process and try to fix the issue we encounter with  
Mathieu. After that we could have a look to fix the uninitialization  
problem you encounter. I think they are closely related.


Is that Ok for you?

--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org





PGP.sig
Description: Ceci est une signature électronique PGP
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] MacOSX problem playing wav files (Patch)

2006-12-04 Thread Aurélien Gâteau

Ramy M. Hassan wrote:

Hello,
You are right. NSUTF8StringEncoding is much better. I tried running the 
application from a path that contained non-ascii folder names, and only 
worked perfectly when NSUTF8StringEncoding was used.


I think your patch is ok, but I was just wondering which sound does not 
get played correctly without it. Can you give me more details (I'm still 
in the process of getting up to speed with Wengo source base).


Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Translation session of Ubuntu Open Week

2006-12-04 Thread Sebastian Heine
Dave Neary schrieb:
> Hi,
> 
> Monday evening, I attended the translations session of Ubuntu Open Week
> - it was very interesting, and I learned quite a bit, including the
> reason for the problems that people may have been having importing .po
> files since the beginning of November.
> 
> The logs are online in HTML here:
> http://www.tonyyarusso.is-a-geek.com/irclogs/openweek/monday-translations.html
> 
> For those of you who want the text logs, they're there too:
> http://www.tonyyarusso.is-a-geek.com/irclogs/openweek/monday-translations.log
> 
> And for those translators who are wondering why their translations
> haven't been updating after uploading .po files, please have a look at
> bug #68014 in Launchpad: https://launchpad.net/bugs/68014

Unfortunately I had no time to join the session but the logs are very
interesting too. Thank you for the links.

The bug #68014 is very annoying. Because the translations are not
searchable (bug #44), I like to use poEdit. It takes a lot of time now
to "click" through the whole strings to search for a typing error or
something similar.

I hope they will fix that soon.

Sebastian
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] Compilation errors (MSVC.NET 7.1)

2006-12-04 Thread Alessandro Corbelli
Hi all.
I'm having the folliwing error during compilation under MSVC.NET 7.1.
Wengo is RC5, Qt 4.1.2, Boost 1.3.33


QtUiTools.lib(abstractformbuilder.obj) : warning LNK4078: rilevate più sezioni 
".CRT" con attributi diversi (40300040)
QtUiTools.lib(abstractformbuilder.obj) : warning LNK4078: rilevate più sezioni 
".CRT" con attributi diversi (40300040)
   Creazione della libreria 
release-symbols\wengophone\src\presentation\qt\qtwengophone.lib e dell'oggetto 
release-symbols\wengophone\src\presentation\qt\qtwengophone.exp
 in corso...
LINK : warning LNK4098: la libreria predefinita "LIBCMT" è in conflitto con 
l'utilizzo di altre librerie; utilizzare /NODEFAULTLIB:libreria
QtUiTools.lib(quiloader.obj) : error LNK2019: riferimento al simbolo esterno 
___CxxFrameHandler3 non risolto nella funzione [EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@Z
QtUiTools.lib(formbuilder.obj) : error LNK2019: riferimento al simbolo esterno 
___CxxFrameHandler3 non risolto nella funzione [EMAIL PROTECTED]@@[EMAIL 
PROTECTED]@Z
QtUiTools.lib(abstractformbuilder.obj) : error LNK2001: simbolo esterno 
___CxxFrameHandler3 non risolto
QtUiTools.lib(ui4.obj) : error LNK2001: simbolo esterno ___CxxFrameHandler3 non 
risolto
QtUiTools.lib(quiloader.obj) : error LNK2019: riferimento al simbolo esterno 
__EH_epilog3 non risolto nella funzione "class QString const __cdecl 
operator+(class QString
const &,class QString const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
QtUiTools.lib(formbuilder.obj) : error LNK2019: riferimento al simbolo esterno 
__EH_epilog3 non risolto nella funzione "class QString const __cdecl 
operator+(class QStrin
g const &,class QString const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
QtUiTools.lib(abstractformbuilder.obj) : error LNK2019: riferimento al simbolo 
esterno __EH_epilog3 non risolto nella funzione "protected: virtual class 
QList __thiscall QAbstractFormBuilder::computeProperties(class QObject *)" 
([EMAIL PROTECTED]@@[EMAIL PROTECTED]PAVQObject@@@Z)
QtUiTools.lib(ui4.obj) : error LNK2001: simbolo esterno __EH_epilog3 non risolto
QtUiTools.lib(quiloader.obj) : error LNK2019: riferimento al simbolo esterno 
__EH_prolog3 non risolto nella funzione "class QString const __cdecl 
operator+(class QString
const &,class QString const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
QtUiTools.lib(formbuilder.obj) : error LNK2019: riferimento al simbolo esterno 
__EH_prolog3 non risolto nella funzione "class QString const __cdecl 
operator+(class QStrin
g const &,class QString const &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
QtUiTools.lib(abstractformbuilder.obj) : error LNK2001: simbolo esterno 
__EH_prolog3 non risolto
QtUiTools.lib(ui4.obj) : error LNK2001: simbolo esterno __EH_prolog3 non risolto
release-symbols\wengophone\src\presentation\qt\qtwengophone.exe : fatal error 
LNK1120: 3 esterni non risolti
scons: *** [release-symbols\wengophone\src\presentation\qt\qtwengophone.exe] 
Error 1120
scons: building terminated because of errors.

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

[Wengophone-devel] Compilation error

2006-12-04 Thread Gorka Pinillos

Hello,

I'm trying to compile Wengo NG on Windows but I haven't obtain to do it.
I have intalled the following programs:
   -Visual Studio.Net 2003
   -Python 2.4
   -Scons 0.96.1
   -Boost 1.33.1
   -Qt 4.1.0
And downloaded Wengo NG source code.
I type in the command line, qtwengophone and it reports me this error:



*c:\Archivos de programa\Microsoft Visual Studio .NET 
2003\Vc7\include\xl
ocale(1560) : vea la referencia a la creación de instancias de plantilla 
de clas

e 'std::codecvt<_Elem,_Byte,_Statype>' que se está compilando
   with
   [
   _Elem=char,
   _Byte=char,
   _Statype=mbstate_t
   ]
C:\Boost\include\boost-1_33_1\boost\mpl\aux_\preprocessed\plain\apply_wrap.hpp(4
8) : fatal error C1001: COMPILATOR INTERNAL ERROR
   (compilator file 'msc1.cpp', línea 2701)
Seleccione el comando Soporte técnico en el menú Ayuda de 
Visual C++
o abra el archivo de ayuda de soporte técnico para obtener más 
información
scons: *** [debug\wengophone\src\model\commandserver\CommandServer.obj] 
Error 2

scons: building terminated because of errors.*




What's the problem? How can I resolve this error?
Thank you for the help.
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] MacOSX problem playing wav files (Patch)

2006-12-04 Thread Ramy M. Hassan

Hello,
You are right. NSUTF8StringEncoding is much better. I tried running the 
application from a path that contained non-ascii folder names, and only 
worked perfectly when NSUTF8StringEncoding was used.


Thanks
Ramy



AurŽlien GATEAU wrote:


Ramy M. Hassan wrote:


Hello,

The wengophone-2.0 branch is not able to play wav files under MacOS X 
10.4.


ktrace output shows that the file name of the wav file gets 
corrupted, and the result is a "file not found error". This happens 
when converting from C string to NSString in MacSound.cpp. Forcing 
the encoding to NSASCIIStringEncoding solves the problem.



Hello Ramy,

Thank you for the patch. I have a simple question though: since MacOS 
filesystem uses UTF-8, wouldn't it be better to use 
NSUTF8StringEncoding instead of NSASCIIStringEncoding?


Aurélien



___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] How-to make a contact list clean reload ?

2006-12-04 Thread Le Mesle Séven

So pbernery gave a solution on irc this morning (Paris time)

First doing a complete reload of the contactlist file  is bad. My idea 
was to modify the contactlist file with an external tool and then reload it

in order to get new contacts from other protocols like LDAP or so.

pbernery said :
For synchronization with LDAP, you should have a look on IMContactList 
(in libs/imwrapper). This interface provides methods to synchronize with 
Gaim, and other software if needed. You must create an implementation of 
this interface (have a look in libs/imwrapper/src/gaim) and then connect 
it in IMContactListHandler (which is in 
wengophone/src/model/contactlist). You will maybe need to refactor this 
class a bit.


So i'm on my way.

Thanks a lot.

Le Mesle Séven wrote:

Hy,

I'm looking for help about how to get a contacts reload button working
cleanly in wengo.

I've already added a menu item in the contacts menu linked with an
action named actionContactsReload.
i've also added a slot function in QTWengoPhone.cpp to handle the reload
event.

Using ContactListFileStorage class i can properly load all contacts
registered in the XML file, but i get duplicate entries.

I tried to clear the TreeWidget or the CContactList getting either a
segfault, either duplicate entries.

regards.
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel



___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Updating wengo's credits during outgoing calls

2006-12-04 Thread Philippe BERNERY

Le 1 déc. 06 à 16:17, Le Mesle Séven a écrit :

So my issue is to know wether the call under progress is an  
incoming one or an outgoing one.

Is there any easy way to check it ?


Hi Séven,

There is no code to do such a think as of now. But it would be an  
interesting feature. Maybe a boolean value could be set in the  
setState method of PhoneCall...


--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org





PGP.sig
Description: Ceci est une signature électronique PGP
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

RES: RES: [Wengophone-devel] Authentication Failed on SVN Repository

2006-12-04 Thread Rodrigo Mendes
Tks
I will try and tell you. 

-Mensagem original-
De: AurŽlien GATEAU [mailto:[EMAIL PROTECTED] 
Enviada em: segunda-feira, 4 de dezembro de 2006 09:26
Para: Rodrigo Mendes
Cc: wengophone-devel@lists.openwengo.com
Assunto: Re: RES: [Wengophone-devel] Authentication Failed on SVN Repository

Rodrigo Mendes wrote:
> HI,
> 
> Thanks for the help.
> 
> SVN Client: TortoiseSVN-1.4
> 
> URL:
> http://myuser:[EMAIL PROTECTED]/svn/openwengo/wengophone-clas
> sic/br
> anches/1.0

I see. You should use guest:guest instead of myuser:mypaswrd.

By the way, wengophone-classic is quite old. All work is now focused on
wengophone-ng. Have a look at this page for more information about getting
NG source code:

http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/GetTheSourceWengoPhone
Ng

Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] How to disable a checkbox hardcoded

2006-12-04 Thread Philippe BERNERY

Le 27 nov. 06 à 18:16, [EMAIL PROTECTED] a écrit :


item->setCheckState(COLUMN_ENABLE_BUTTON,
(imAccount->getPresenceState() ==  
EnumPresenceState::PresenceStateOnline) ? Qt::Checked :  
Qt::Unchecked);


but I need that the checkstate is disabled, because nothing happens  
when you check it, or uncheck it


item->setEnabled(false);

However you should better fix the issue and. When checking/unchecking  
the box, the account should be connected/disconnected


--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org





PGP.sig
Description: Ceci est une signature électronique PGP
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] WengoPhone SIP Connection.

2006-12-04 Thread Philippe BERNERY

Le 27 nov. 06 à 17:14, Leonardo José Reyes Diago a écrit :


Questions:
When the NetworkProxy values are pased to the metod:  
is_tunnel_conn_allowed; if i don't write the values in the Advance  
Configuration Window or in the file Cofig.cpp the NetworkProxy  
values will be empty.


The value are given when calling the getProxy method. This a blocking  
method and blocks until the proxy is detected. However, the detection  
works only on Windows, and there is some situation where detection is  
not correct (it is based on Internet Explorer settings).


My questions, why are this values used to thes the IP tunneling  
connection?


Because if there is a proxy, you need to configure every HTTP  
connection with it.



, are this values the same as the SIP account?


There is no network proxy value settable in sip account but SIP proxy  
values.


--
Philippe BERNERY <[EMAIL PROTECTED]>
http://dev.openwengo.org





PGP.sig
Description: Ceci est une signature électronique PGP
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Re: [Wengophone-devel] CMake on Window XP error: owwebcam.pdb????

2006-12-04 Thread Tanguy Krotoff

On trunk or branch-2.0??

Romain Bouani wrote:

Hi guys

I cannot compile using CMake on XP. following error is showed:
Linking CXX shared library owwebcam.dll
   Creating library owwebcam.lib and object owwebcam.exp
LINK : warning LNK4089: all references to 'USER32.dll' discarded by /OPT:REF
Error copying file (if different) from "E:openwengo_ng/build/lib
s/webcam/owwebcam.pdb" to "e:openwengo_ng/build/release/.".
NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.4\bin\cmake.exe"' 
: return

 code '0x1'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
.NET 2003\

VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
.NET 2003\

VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 
.NET 2003\

VC7\BIN\nmake.exe"' : return code '0x2'
Stop.

Any idea?

Regards,

Romain


NEU: Fragen stellen - Wissen, Meinungen und Erfahrungen teilen. Jetzt 
auf Yahoo! Clever 
.





___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel



--
Tanguy Krotoff <[EMAIL PROTECTED]>
http://openwengo.org
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: RES: [Wengophone-devel] Authentication Failed on SVN Repository

2006-12-04 Thread AurŽlien GATEAU

Rodrigo Mendes wrote:

HI,

Thanks for the help.

SVN Client: TortoiseSVN-1.4

URL:
http://myuser:[EMAIL PROTECTED]/svn/openwengo/wengophone-classic/br
anches/1.0 


I see. You should use guest:guest instead of myuser:mypaswrd.

By the way, wengophone-classic is quite old. All work is now focused on 
wengophone-ng. Have a look at this page for more information about 
getting NG source code:


http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/GetTheSourceWengoPhoneNg

Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] MacOSX problem playing wav files (Patch)

2006-12-04 Thread AurŽlien GATEAU

Ramy M. Hassan wrote:

Hello,

The wengophone-2.0 branch is not able to play wav files under MacOS X 10.4.

ktrace output shows that the file name of the wav file gets corrupted, 
and the result is a "file not found error". This happens when converting 
from C string to NSString in MacSound.cpp. Forcing the encoding to 
NSASCIIStringEncoding solves the problem.


Hello Ramy,

Thank you for the patch. I have a simple question though: since MacOS 
filesystem uses UTF-8, wouldn't it be better to use NSUTF8StringEncoding 
instead of NSASCIIStringEncoding?


Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


RES: [Wengophone-devel] Authentication Failed on SVN Repository

2006-12-04 Thread Rodrigo Mendes
HI,

Thanks for the help.

SVN Client: TortoiseSVN-1.4

URL:
http://myuser:[EMAIL PROTECTED]/svn/openwengo/wengophone-classic/br
anches/1.0 

Regards

Rodrigo

-Mensagem original-
De: AurŽlien GATEAU [mailto:[EMAIL PROTECTED] 
Enviada em: segunda-feira, 4 de dezembro de 2006 09:06
Para: Rodrigo Mendes
Cc: wengophone-devel@lists.openwengo.com
Assunto: Re: [Wengophone-devel] Authentication Failed on SVN Repository

Rodrigo Mendes wrote:
> Hi,
>  
> I am trying to check-out on SVN but I have only authentication failed.
> Is the SVN working?

Works fine for me. Which SVN client are you using? Can you give us the URL
of the repository you are trying to checkout?

Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] Authentication Failed on SVN Repository

2006-12-04 Thread AurŽlien GATEAU

Rodrigo Mendes wrote:

Hi,
 
I am trying to check-out on SVN but I have only authentication failed.

Is the SVN working?


Works fine for me. Which SVN client are you using? Can you give us the 
URL of the repository you are trying to checkout?


Aurélien

___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


[Wengophone-devel] Authentication Failed on SVN Repository

2006-12-04 Thread Rodrigo Mendes
Hi,
 
I am trying to check-out on SVN but I have only authentication failed.
Is the SVN working?
 
Tks
 
Rodrigo
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel