From: Andras Domokos <Andras.Domokos@nokia.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] Long dial string support (2nd)
Date: Mon, 22 Nov 2010 18:36:26 +0200 [thread overview]
Message-ID: <cover.1290436058.git.Andras.Domokos@nokia.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]
Dial strings can now be as long as 120 digits (not counting '+'). This feature
is going to be needed by the FDN feature.
An FDN may consist of a phone number plus a DTMF string. In order to have the
call succeed when FDN is enabled, both parts need to be provided when making a
call, as a single dial string.
For AT modems the long dial string can be and has to be passed as is to the
modem, for ISI modems the dial string needs to be split into phone number (dest.
address sub block) and DTMF tone (post dest. address sub block) before feeding
it to the modem.
Andras Domokos (3):
common: add long dial string support
voicecall: add long dial string support
isimodem/voicecall: add long dial string support
drivers/isimodem/voicecall.c | 83 +++++++++++++++++++++++++++++++++---------
include/types.h | 2 +-
src/common.c | 38 +++++++++++++++++---
src/common.h | 1 +
src/voicecall.c | 6 ++--
5 files changed, 103 insertions(+), 27 deletions(-)
next reply other threads:[~2010-11-22 16:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-22 16:36 Andras Domokos [this message]
2010-11-22 16:36 ` [RFC PATCH 1/3] common: add long dial string support Andras Domokos
2010-11-22 16:36 ` [RFC PATCH 2/3] voicecall: " Andras Domokos
2010-11-22 16:36 ` [RFC PATCH 3/3] isimodem/voicecall: " Andras Domokos
2010-11-22 20:58 ` [PATCH 0/3] Long dial string support (2nd) Rajesh.Nagaiah
2010-11-24 9:17 ` Andras Domokos
2010-11-23 17:41 ` Denis Kenzior
2010-11-23 18:19 ` Andras Domokos
2010-11-23 22:04 ` Denis Kenzior
2010-11-24 9:14 ` Andras Domokos
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=cover.1290436058.git.Andras.Domokos@nokia.com \
--to=andras.domokos@nokia.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.