RE: [PATCH] isimodem: Improper handling of missed call

2011-07-20 Thread Paccou, Nicolas
: [PATCH] isimodem: Improper handling of missed call Hi Arun, 2011/5/30 Arun Ravindran arun...@gmail.com: Can you post logs on such a successful case, if you have any around? tested once again, its working for me. I have attached the log here. But here i am using as n900 modem

Re: [PATCH] isimodem: Improper handling of missed call

2011-06-14 Thread Aki Niemi
Hi Arun, 2011/5/30 Arun Ravindran arun...@gmail.com: Can you post logs on such a successful case, if you have any around? tested once again, its working for me. I have attached the log here. But here i am using as n900 modem and not as isiusb . It seems to be working for me now using the

Re: [PATCH] isimodem: Improper handling of missed call

2011-05-30 Thread Aki Niemi
Hi Arun, 2011/5/23 Arun Ravindran arun...@gmail.com: @@ -548,9 +555,26 @@ static void isi_call_notify(struct ofono_voicecall *ovc, struct isi_call *call)        case CALL_STATUS_MO_RELEASE:        case CALL_STATUS_MT_RELEASE: -       case CALL_STATUS_TERMINATED: +               /* +      

[PATCH] isimodem: Improper handling of missed call

2011-05-23 Thread Arun Ravindran
--- drivers/isimodem/voicecall.c | 32 1 files changed, 28 insertions(+), 4 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 333f9b8..c599e39 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c

Re: [PATCH] isimodem: Improper handling of missed call

2011-05-19 Thread Aki Niemi
Hi Arun, 2011/5/18 Arun Ravindran arun...@gmail.com: +       case CALL_STATUS_MT_RELEASE: +               if ((call-prev_status == CALL_STATUS_MT_ALERTING) || +                               (call-prev_status == CALL_STATUS_COMING) || +                               (call-prev_status ==

[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