All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: How to dismiss incoming call?
Date: Thu, 06 Aug 2009 10:43:33 -0500	[thread overview]
Message-ID: <200908061043.34603.denkenz@gmail.com> (raw)
In-Reply-To: <4A7953FA.1000009@gmail.com>

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

Hi Marko,

> 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.

If CLCC is returning an error, there's no hope of the default plugin working.  
You will need to do some digging to figure out whether its possible to support 
this device.

> 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

For hangup oFono sends a AT+CHLD=1<callid>, which is most likely 1.  So 
AT+CHLD=11.  For busy, oFono sends AT+CHLD=0.  If these result in errors, the 
default plugin will not work.

It might be that the modem is using a neutered command set.  Can you find out 
whether CHLD=11 works, whether AT+CHLD=0 works, whether AT+CHUP works and 
whether ATH works?  Most likely this hardware will need a custom driver.

Regards,
-Denis

  reply	other threads:[~2009-08-06 15:43 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
2009-08-06 15:43   ` Denis Kenzior [this message]
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=200908061043.34603.denkenz@gmail.com \
    --to=denkenz@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.