[RFC PATCH 3/3] voicecall: add emergency call handling

2010-12-20 Thread Andras Domokos
--- src/voicecall.c | 122 ++- 1 files changed, 121 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index 0120cd0..370f760 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -52,6 +52,7 @@ struct ofono_voicecall

[RFC PATCH 3/3] voicecall: add emergency call handling

2010-11-09 Thread Andras Domokos
Signed-off-by: Andras Domokos andras.domo...@nokia.com --- src/voicecall.c | 101 ++- 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index bd64432..0268ce1 100644 --- a/src/voicecall.c +++

Re: [RFC PATCH 3/3] voicecall: add emergency call handling

2010-11-09 Thread Denis Kenzior
Hi Andras, On 11/09/2010 03:00 AM, Andras Domokos wrote: Signed-off-by: Andras Domokos andras.domo...@nokia.com --- src/voicecall.c | 101 ++- 1 files changed, 100 insertions(+), 1 deletions(-) diff --git a/src/voicecall.c