All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marko Saukko <marko.saukko@gmail.com>
To: ofono@ofono.org
Subject: Re: How to dismiss incoming call?
Date: Wed, 05 Aug 2009 12:42:18 +0300	[thread overview]
Message-ID: <4A7953FA.1000009@gmail.com> (raw)
In-Reply-To: <4A782F30.70803@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1633 bytes --]

Hi,

Nokia 6100 responds ERROR when AT+CLCC is sent:

AT+CLCC
ERROR

With 6100 the Hangup returns timeout:

$ sudo dbus-send --system --print-reply --dest=org.ofono
/modem1/voicecall01 org.ofono.VoiceCall.Hangup
Error org.freedesktop.DBus.Error.NoReply: Did not receive a reply.
Possible causes include: the remote application did not send a reply,
the message bus security policy blocked the reply, the reply timeout
expired, or the network connection was broken.


When sending Busy with the nokia 6100 the first time it seems to works
as it should (Even though CLCC is returning ERROR). When trying second
time in a row, without closing ofonod, it also sends busy to the
originator, but to the dbus message Error
org.freedesktop.DBus.Error.NoReply is returned.



With Nokia E51 when Hangup is sent to incoming call the result is following:

$ sudo dbus-send --system --print-reply --dest=org.ofono
/modem1/voicecall01 org.ofono.VoiceCall.Hangup
Error org.ofono.Error.Failed: Operation failed

And during this the ofonod prints following:

...
ofonod[1812]: clcc_poll_cb got result: 1
ofonod[1812]: Final response: OK
ofonod[1812]: Response line: +CLCC: 1,1,4,0,0,"+358000000000",145
ofonod[1812]: release_id_cb got result: 0
ofonod[1812]: Final response: ERROR
ofonod[1812]: command failed with error: (null)
ofonod[1812]: clcc_poll_cb got result: 1
ofonod[1812]: Final response: OK
ofonod[1812]: Response line: +CLCC: 1,1,4,0,0,"+358000000000",145
...

Ps. Nokia 6290 has similar behavior than Nokia E51.


These tests were done with the latest git version.


Regards,
Marko

  parent reply	other threads:[~2009-08-05  9:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04 12:53 How to dismiss incoming call? Marko Saukko
2009-08-04 13:58 ` Ceyhun =?unknown-8bit?q?Alye=C5=9Fil?=
2009-08-05  9:42 ` Marko Saukko [this message]
2009-08-06 15:43   ` Denis Kenzior
2009-08-07 11:36     ` Marko Saukko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A7953FA.1000009@gmail.com \
    --to=marko.saukko@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.