[PATCH] isimodem: Improper handling of missed call

2011-05-18 Thread Arun Ravindran
--- drivers/isimodem/voicecall.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 333f9b8..6979105 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -50,6 +50

[PATCH 0/5] Add support of remote hangup

2011-05-18 Thread Nicolas Bertrand
These patchs introduce the possibility of remote hangup by selecting the call in the call table and use the new button "hangup". Nicolas Bertrand (5): controlbase: Add hangup button callmanager: Remote hangup slot hardwaremanipulator: add hangup signal control: Handle hangup call phones

[PATCH 1/5] controlbase: Add hangup button

2011-05-18 Thread Nicolas Bertrand
--- src/controlbase.ui |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/controlbase.ui b/src/controlbase.ui index 45b60f9..50315db 100644 --- a/src/controlbase.ui +++ b/src/controlbase.ui @@ -1410,6 +1410,13 @@ p, li { white-space: pre-wrap; }

[PATCH 2/5] callmanager: Remote hangup slot

2011-05-18 Thread Nicolas Bertrand
--- src/callmanager.cpp | 23 +++ src/callmanager.h |3 +++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/callmanager.cpp b/src/callmanager.cpp index fb132b5..a9fe171 100644 --- a/src/callmanager.cpp +++ b/src/callmanager.cpp @@ -445,6 +445,29 @@ v

[PATCH 4/5] control: Handle hangup call

2011-05-18 Thread Nicolas Bertrand
--- src/control.cpp | 24 +++- src/control.h |2 ++ 2 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/control.cpp b/src/control.cpp index 60f23f2..7c52564 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -90,6 +90,7 @@ ControlWidget::ControlWidget

[PATCH 5/5] phonesim: Connect hangup signal

2011-05-18 Thread Nicolas Bertrand
--- src/phonesim.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/phonesim.cpp b/src/phonesim.cpp index d3bd049..aa49f46 100644 --- a/src/phonesim.cpp +++ b/src/phonesim.cpp @@ -534,6 +534,8 @@ SimRules::SimRules( int fd, QObject *p, const QString& filename, Hard

[PATCH 3/5] hardwaremanipulator: add hangup signal

2011-05-18 Thread Nicolas Bertrand
--- src/hardwaremanipulator.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/hardwaremanipulator.h b/src/hardwaremanipulator.h index 9a82ca0..881125e 100644 --- a/src/hardwaremanipulator.h +++ b/src/hardwaremanipulator.h @@ -60,6 +60,7 @@ signals: void startIncom

Re: [PATCH 2/4] voicecall: add ATD support for HFP emulator

2011-05-18 Thread Frederic Danis
Hello Denis, Le 18/05/2011 06:53, Denis Kenzior a écrit : Hi Frédéric, On 05/12/2011 09:40 AM, Frédéric Danis wrote: --- src/voicecall.c | 92 +++ 1 files changed, 92 insertions(+), 0 deletions(-) diff --git a/src/voicecall.c b/src/voic

Re: [PATCH 2/4] voicecall: add ATD support for HFP emulator

2011-05-18 Thread Denis Kenzior
Hi Frederic, >>> +if (!strncmp(number, "*31#", 4)) { >>> +number += 4; >>> +clir = OFONO_CLIR_OPTION_INVOCATION; >>> +} else if (!strncmp(number, "#31#", 4)) { >>> +number += 4; >>> +clir = OFONO_CLIR_OPTION_SUPPRESSION; >>> +} else >>> +clir =