Re: [Wengophone-devel] link to download OpenWengo Source

2006-09-19 Thread Gianluca Sforna
On 9/12/06, Thiago Maluf [EMAIL PROTECTED] wrote: I would like to do download of TAR file with OpenWengo Source. If some body help me, I thank you . I am asking for this since day 1 of being here... I think the next best option to that is downloading one of the tags in:

Re: [Wengophone-devel] Where is Cocoa/Cocoa.h?

2006-09-19 Thread Philippe BERNERY
Le 19 sept. 06 à 07:06, Tomi Luhtala a écrit :I have.. there is missing some ifdef blocks in the cpp files.. Or should I get the Cocoa.. I rather make the ifdef.. -tomi If you update your code, it should be ok now. There was missing #ifdef. --Philippe BERNERY[EMAIL

RE: [Wengophone-devel] link to download OpenWengo Source

2006-09-19 Thread Jérôme WAGNER
Hello, I am asking for this since day 1 of being here... Could you be a bit more specific ? there is an old ticket regarding tarball building. (#332) Before putting in place an automated tarball availability, I'd like to know about the history that is needed on that point. Is the need an

RE: [Wengophone-devel] wengo sip compliant questions

2006-09-19 Thread Jérôme WAGNER
Hello, Could you draw you diagram like Wengo --INVITE-- --TRYING-- --OK-- --ACK-- Asterisk It might help us read what you explain in you email. I could not understand whether the messages was received or not on the PC where Wengo is installed. Does this problem exist also with another

RE: [Wengophone-devel] CrashReport under mac

2006-09-19 Thread Jérôme WAGNER
Hello, This is very interesting. Do these crash logs give a stack trace of the app at the time of the crash ? Jerome -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Yannooo Envoyé : mardi 19 septembre 2006 05:31 À : Wengophone-devel@lists.openwengo.com

[Wengophone-devel] Translations

2006-09-19 Thread Daniel Nylander
Hi all, When will you enable more languages in Wengophone? I have submitted Swedish translations for both Wengophone Classic and NG. Regards, Daniel ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com

Re: [Wengophone-devel] CrashReport under mac

2006-09-19 Thread Philippe BERNERY
Le 19 sept. 06 à 11:35, Jérôme WAGNER a écrit :Hello,This is very interesting. Do these crash logs give a stack trace of the appat the time of the crash ?JeromeIt is the same report that appear on the screen when the app crashes. So stacks of all threads are available. --Philippe BERNERY [EMAIL

Re: [Wengophone-devel] CrashReport under mac

2006-09-19 Thread Philippe BERNERY
Le 19 sept. 06 à 05:30, Yannooo a écrit :Hello,I've just get a look to the CrashReport application. It seems it only works under windows when compile with msvc. I think that a lot of you didn't know that mac keep a record of the last crashreport for their application with the resolved symbols.The

Re: [Wengophone-devel] CrashReport under mac

2006-09-19 Thread Gianluca Sforna
On 9/19/06, Philippe BERNERY [EMAIL PROTECTED] wrote: I've just get a look to the CrashReport application. It seems it only works under windows when compile with msvc. I think that a lot of you didn't know that mac keep a record of the last crashreport for their application with the resolved

[Wengophone-devel] Re: CMake

2006-09-19 Thread Philippe BERNERY
Le 18 sept. 06 à 20:19, Andreas 'GlaDiaC' Schneider a écrit :deactived the search for GTK 2 on Mac OS X as it is not needed onthis platform. However the FindGTK2 module also looks for Glib2 whichis needed. Could you split this module in two parts, one for Glib,the other one for Gtk? We could

[Wengophone-devel] Build WengoPhone NG with MinGW

2006-09-19 Thread Stefan Hennig
Hello everybody, I am new to OpenWengo and want to build the source of WengoPhone NG with the MinGW-Compiler. I had compiled and installed all the required tools, especially the MinGW-Compiler, set the environment variables, but scons always calls the cl.exe (I don't have it) compiler and I

[Wengophone-devel] Possible memleak in ortp.c - wengophone-ng

2006-09-19 Thread Marlon Mircevski
I think that in func. void ortp_exit() is missing the following lines: #ifdef MBDB_LOCAL_POOL mbdb_mutex_cleanup(); #endif To address the another memleak. Marlon ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com

[Wengophone-devel] Possible memleak fix in phmedia-winmm.c - wengophone-ng

2006-09-19 Thread Marlon Mircevski
So far, I cannot find where struct winaudiodev from phastream_t is freed; so i think the best place would be in func void winmm_stream_close(phastream_t *as) about line 584 --- CloseHandle(dev-event); + free(dev); //Marlon PH_SNDDRVR_UNUSE(); ___

[Wengophone-devel] Possible memleak fix in phmedia.c 2x - wengophone-ng

2006-09-19 Thread Marlon Mircevski
Where GMutex *ph_audio_mux is freed? What about ortp_exit() ? If not, maybe the best place would be in phmedia.c about line 54: +extern GMutex *ph_audio_mux; // Marlon int ph_media_cleanup() { + g_mutex_free(ph_audio_mux); // Marlon + ortp_exit(); // Marlon return 0; } I'm not sure about

[Wengophone-devel] FreeSWITCH

2006-09-19 Thread Tanguy Krotoff
http://freeswitch.org/ http://www.freeswitch.org/docs/ FreeSWITCH makes it possible to build an open source PBX system or an open source voip switching platform as well as unite various technologies such as SIP H.323, IAX2, LDAP, Zeroconf, XMPP / Jingle etc. It's under the MPL license, in

Re: [Wengophone-devel] FreeSWITCH

2006-09-19 Thread Antoine Pitrou
Le mardi 19 septembre 2006 à 17:05 +0200, Tanguy Krotoff a écrit : FreeSWITCH makes it possible to build an open source PBX system or an open source voip switching platform as well as unite various technologies such as SIP H.323, IAX2, LDAP, Zeroconf, XMPP / Jingle etc. It's under the MPL

Re: [Wengophone-devel] FreeSWITCH

2006-09-19 Thread Tanguy Krotoff
Antoine Pitrou wrote: Well, according to the FSF, the MPL is not GPL-compatible. This is not a problem, we just need to load the dll at runtime and basta. This is already done for the Wenbox plugin. -- Tanguy Krotoff [EMAIL PROTECTED] http://openwengo.org

Re: [Wengophone-devel] FreeSWITCH

2006-09-19 Thread Tanguy Krotoff
Antoine Pitrou wrote: I don't think it's so simple. FreeSWITCH is a piece of software, thus there is an API right? You compile at as a dll/.dylib/.so/whatever and you load symbols at runtime without linking with the .lib file. The definition of essential library and part of the work as a

Re: [Wengophone-devel] class Event thread safe

2006-09-19 Thread Tanguy Krotoff
Vadim Lebedev wrote: Tanguy What is thgis thread2 thing? ThreadId ? Object pointer? and what kind of thread? QT Thread, Boost thread? void Event::connect(const boost::functionSignature slot, IPostEvent * postEvent) class IPostEvent : Interface { public: virtual

Re: [Wengophone-devel] FreeSWITCH

2006-09-19 Thread Vadim Lebedev
Tanguy Krotoff wrote: Antoine Pitrou wrote: I don't think it's so simple. FreeSWITCH is a piece of software, thus there is an API right? You compile at as a dll/.dylib/.so/whatever and you load symbols at runtime without linking with the .lib file. The definition of essential library and

[Wengophone-devel] Re: CMake

2006-09-19 Thread philippe . bernery
The FindGTK2 Module is a very bad Module :) I had not the time to rewrite it yet. Not so bad I think as it tried to use pkg_config on supported platforms. So if you create new modules, use the ruby script generate_findpackage_file :) That's what I first made but then I used your FindGTK2

RE: [Wengophone-devel] Possible memleak fix in phmedia.c 2x -wengophone-ng

2006-09-19 Thread Jérôme WAGNER
Hello Marlon, Thank you for you proposals regarding the different memory leaks. Are you using some kind of systematic method (valgrind for example) or just reading out the code ? Great job in both cases ! I'll create tickets for these in the short term in order that they are reviewed and

[Wengophone-devel] OPenWengo PocketPC SIP Scripting

2006-09-19 Thread Edpimentl
Hello Et Al, What is the status of the OpenWengo scripting module? Is it possible to send messages to another endpoint/application or server? Also, where can I download the OpenWengo PocketPC source? Thanks in advance and best regards, -E Mail: edpimentl[at]gmail[dot]com Web: