All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: Problems with voice call.
Date: Mon, 13 Jul 2009 10:47:36 -0500	[thread overview]
Message-ID: <200907131047.37127.denkenz@gmail.com> (raw)
In-Reply-To: <4A5AD086.7040103@gmail.com>

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

Hi Marko,

> Hi,
>
> I'm trying to make a voice call with oFono. I'm using Option GlobeSurfer
> ICON 225 HSDPA/UMTS USB as the modem. If I understood correctly voice
> call should be possible with the dbus-messages used below. However, I
> end up with an error "Operation failed".

Operation failed literally means the modem replied with an error of some sort.

>
> $ dbus-send --system --print-reply --dest=org.ofono /
> org.ofono.at.Manager.Create string:"dev:/dev/ttyHS0" string:"at"
> method return sender=:1.540 -> dest=:1.544 reply_serial=2
>    object path "/modem1"

Looks good.

>
> $ dbus-send --system --print-reply --dest=org.ofono /modem1
> org.ofono.VoiceCallManager.Dial string:"+000000000000" string:"default"
> Error org.ofono.Error.Failed: Operation failed

For wrong arguments, the error would be something like InvalidArguments or 
InvalidFormat.

>
> When the second dbus-message is sent the following messages are printed
> by the ofonod:
>
> ofonod[19113]: atd_cb got result: 0
> ofonod[19113]: Final response: ERROR
> ofonod[19113]: Dial callback returned error: (null)

This means that ATD final response was ERROR.  Are you sure your modem actually 
supports voice calls?

Regards,
-Denis

  parent reply	other threads:[~2009-07-13 15:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-13  6:13 Problems with voice call Marko Saukko
2009-07-13  9:01 ` Li, Zhigang
2009-07-13 11:25 ` Marcel Holtmann
2009-07-13 15:47 ` Denis Kenzior [this message]
2009-07-14  5:50   ` Marko Saukko
2009-07-14  6:17     ` Marcel Holtmann
2009-07-14 15:34     ` Denis Kenzior
2009-07-15  5:56       ` Marko Saukko
2009-07-15 16:51         ` Denis Kenzior
2009-07-16  5:36           ` Marko Saukko
2009-07-16 14:47             ` Juha Korpi
2009-07-16 16:46               ` Denis Kenzior
2009-07-16 18:36                 ` Juha Korpi
2009-07-16 15:08             ` Denis Kenzior
2009-07-17  6:51               ` Marko Saukko
2009-07-17 15:48                 ` Denis Kenzior

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