Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread Vadim Lebedev
Oscar Schnitzer wrote: Hi, I'm writing a linux bluetooth (BlueZ) application in C++, and as such I'm using the C++ DBus bindings developed by the OpenWengo project (as recommended here: http://www.freedesktop.org/wiki/Software/DBusBindings). I like these bindings very much, they suit my

[Wengophone-devel] SIP and max-forwards question

2007-11-14 Thread italo vecchi
Hi everyone! I am a newbie to Wengo (very exciting project btw) and I apolgize in advance if my questions is a silly one. I have been trying out the interaction of WP 2.2 with the Mobicents platform. I start JBOSS with Mobicents, deploy the SIP resource adaptor and then I configure and start WP.

Ang: Re: Ang: Re: [Wengophone-devel] Logging (revisited, long)

2007-11-14 Thread Alec leamas
Ah, we got a discussion :-) Summarizing advantages: Aurelien sees the config file and the more fine grained phapi logging, Andreas the console logging and I an established design pattern. And the basic con: That this is a big change, not an incremental path. After reading Dave's article I

Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread P. Durante
Hi, sorry for not replying earlier On Nov 14, 2007 7:23 AM, Oscar Schnitzer [EMAIL PROTECTED] wrote: Hi, I'm writing a linux bluetooth (BlueZ) application in C++, and as such I'm using the C++ DBus bindings developed by the OpenWengo project (as recommended here:

Re: Ang: Re: Ang: Re: [Wengophone-devel] Logging (revisited, long)

2007-11-14 Thread Aurélien Gâteau
Alec leamas a écrit : Ah, we got a discussion :-) Yes :-) Summarizing advantages: Aurelien sees the config file and the more fine grained phapi logging, Andreas the console logging and I an established design pattern. I don't understand what you mean with console logging being an

Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread Oscar Schnitzer
From: P. Durante [EMAIL PROTECTED] sorry for not replying earlier No need to apologise, it was more than quick enough. the equivalent would be to subclass DBus::ObjectProxy, which, [SNIP lots of good information] unfortunately BlueZ doesn't seem to provide such an XML file, which means you

[Wengophone-devel] Cannot run WP

2007-11-14 Thread Alec leamas
It looks like this: [build]$ wengophone wengophone: error while loading shared libraries: libpsiidle. so: cannot open shared object file: No such file or directory [build]$ svnversion 13200 Build problems? Am i missing something? --alec ___

Re: [Wengophone-devel] [PATCH] Using Psi idle detection system

2007-11-14 Thread Aurélien Gâteau
Aurélien Gâteau a écrit : Hello, You might have noticed that our idle detection system is not really working. Its main problem is that it does not work when the application does not have the focus, making it rather useless. Attached patches contains a copy of Psi 0.11 idle detection system,

Re: [Wengophone-devel] DBus/C++ questions

2007-11-14 Thread Oscar Schnitzer
From: Vadim Lebedev [EMAIL PROTECTED] I'm not a dbus not dbus-c++ expert but it seems that you'll find response to your question looking here: http://dev.openwengo.org/trac/openwengo/trac.cgi/browser/wengophone-ng/branches/wengophone-dbus-api/libs/dbus/examples/echo/echo-client.cpp Vadim,

Re: [Wengophone-devel] Cannot run WP

2007-11-14 Thread Aurélien Gâteau
Alec leamas a écrit : It looks like this: [build]$ wengophone wengophone: error while loading shared libraries: libpsiidle. so: cannot open shared object file: No such file or directory [build]$ svnversion 13200 Build problems? Am i missing something? This is a new library I included to