Re: [PATCH] hso : swap username and password for PAP

2010-09-28 Thread Benoit Monin
De : Denis Kenzior Your patch submission seems mangled: [...] I went ahead and fixed this for you. Oops, sorry about that. Thanks for applying the patch. Regards, -Denis Benoît. -- Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte

simulate Send USSD in sim app

2010-09-28 Thread Jeevaka Badrappan
Hi, Following patch simulates the Send USSD proactive command in sim application. 7-bit, 8-bit and UCS2 USSD data are covered in this simulation. Regards, jeevaka ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

[PATCH] phonesim: simulate Send USSD in sim app

2010-09-28 Thread Jeevaka Badrappan
--- src/default.xml| 23 +- src/qsimcommand.cpp|6 ++- src/simapplication.cpp | 114 src/simapplication.h |2 + 4 files changed, 142 insertions(+), 3 deletions(-) mode change 100644 = 100755 src/simapplication.cpp

Re: [PATCH] calypso: update power and reset path

2010-09-28 Thread Frank Gau
Hi Denis, On Mon, Sep 27, 2010 at 07:10:39PM -0500, Denis Kenzior wrote: Hi Frank, On 09/27/2010 09:05 AM, Frank Gau wrote: --- plugins/calypso.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Patch has been applied, thanks. I'm assuming this will work with the

Re: Please comment on callhistory API

2010-09-28 Thread Marcel Holtmann
Hi Raji, this is the second time I have to remind you to not top post. Next time I will ignore your email. Just a friendly reminder to follow proper mailing list etiquette. org.ofono.History will be the main adapter interface and org.ofono.CallHistoryAgent the callhistory agent

Re: Using ofono HFP

2010-09-28 Thread Moises Silva
On Mon, Sep 27, 2010 at 9:26 PM, Zhang, Zhenhua zhenhua.zh...@intel.com wrote: Right. See bluez/audio/unix.c for BlueZ part SCO code that cooperate with pulseaudio. BlueZ sends SCO fd to pulseaudio via UNIX type socks. This put me in the right direction and I have a clearer idea of how to do

RE: Using ofono HFP

2010-09-28 Thread Zhang, Zhenhua
Hi Silva, Moises Silva wrote: On Mon, Sep 27, 2010 at 9:26 PM, Zhang, Zhenhua zhenhua.zh...@intel.com wrote: Right. See bluez/audio/unix.c for BlueZ part SCO code that cooperate with pulseaudio. BlueZ sends SCO fd to pulseaudio via UNIX type socks. This put me in the right direction and

Re: Using ofono HFP

2010-09-28 Thread Moises Silva
On Tue, Sep 28, 2010 at 10:44 PM, Zhang, Zhenhua zhenhua.zh...@intel.com wrote: DBUS file descriptor passing is used in BlueZ/oFono communication, to pass RFCOMM port file handler to another process. I guess dbus 1.3 has some wrapper for such file descriptor passing magic. Oooh, the RFCOMM

Re: Using ofono HFP

2010-09-28 Thread Denis Kenzior
Hi Moises, On 09/28/2010 09:33 PM, Moises Silva wrote: On Mon, Sep 27, 2010 at 9:26 PM, Zhang, Zhenhua zhenhua.zh...@intel.com wrote: Right. See bluez/audio/unix.c for BlueZ part SCO code that cooperate with pulseaudio. BlueZ sends SCO fd to pulseaudio via UNIX type socks. This put me

Re: [PATCH 3/7] Add message agent interface documentation

2010-09-28 Thread Aki Niemi
On Wed, 2010-09-29 at 04:27 +0200, ext Denis Kenzior wrote: Hi Aki, On 09/27/2010 11:54 AM, Aki Niemi wrote: --- doc/message-api.txt | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) diff --git a/doc/message-api.txt