All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Long dial string support (2nd)
@ 2010-11-22 16:36 Andras Domokos
  2010-11-22 16:36 ` [RFC PATCH 1/3] common: add long dial string support Andras Domokos
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andras Domokos @ 2010-11-22 16:36 UTC (permalink / raw)
  To: ofono

[-- 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(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-11-24  9:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-22 16:36 [PATCH 0/3] Long dial string support (2nd) Andras Domokos
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

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.