From: Antoine Reversat <a.reversat@gmail.com>
To: ofono@ofono.org
Subject: [PATCH 3/3] Add CNAP debugging ofono voicecall
Date: Fri, 25 Feb 2011 14:23:18 -0500 [thread overview]
Message-ID: <1298661798-4059-3-git-send-email-a.reversat@gmail.com> (raw)
In-Reply-To: <AANLkTik_2_gbnD3EgGJkAtQj8OBHWXA6nY093LSJDN5V@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
---
src/voicecall.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/voicecall.c b/src/voicecall.c
index d6e8539..ec001c0 100644
--- a/src/voicecall.c
+++ b/src/voicecall.c
@@ -1951,8 +1951,9 @@ void ofono_voicecall_notify(struct ofono_voicecall *vc,
struct ofono_call *newcall;
DBG("Got a voicecall event, status: %d, id: %u, number: %s"
- " called_number: %s", call->status, call->id,
- call->phone_number.number, call->called_number.number);
+ " called_number: %s, called_name %s", call->status,
+ call->id, call->phone_number.number,
+ call->called_number.number, call->name);
l = g_slist_find_custom(vc->call_list, GUINT_TO_POINTER(call->id),
call_compare_by_id);
--
1.7.1
prev parent reply other threads:[~2011-02-25 19:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AANLkTik_2_gbnD3EgGJkAtQj8OBHWXA6nY093LSJDN5V@mail.gmail.com>
2011-02-25 19:23 ` [PATCH 1/3] Clean up isi_call_any_address_sb_proc Antoine Reversat
2011-02-25 20:22 ` Denis Kenzior
2011-02-25 19:23 ` [PATCH 2/3] Add CNAP support for isimodem Antoine Reversat
2011-02-25 19:23 ` Antoine Reversat [this message]
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=1298661798-4059-3-git-send-email-a.reversat@gmail.com \
--to=a.reversat@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox