summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-07-25 09:16:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2012-07-25 09:16:59 -0500
commit96093579c6735edeba9cde7aae411ce35bf28a9e (patch)
tree492d1d3db5ec91f46c2d7dffa8485c74c799b9b0 /doc
parentd7283e4ac6248b6a4e1d20bdf030ea102bb5c1c5 (diff)
downloadofono-96093579c6735edeba9cde7aae411ce35bf28a9e.tar.bz2
doc: Add comments on valid phone number format
Diffstat (limited to 'doc')
-rw-r--r--doc/voicecallmanager-api.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index c1087f7e..94c17d2e 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -33,7 +33,21 @@ Methods dict GetProperties()
"disabled" - Shows callerid, CLIR Suppression
is used
- This is usually implemented using the ATD AT command.
+ The number must be a string in the following format:
+ [+][0-9*#]{1,80}
+ In other words, it must be a non-empty string
+ optionally prefixed with a '+' followed by 1 to 80
+ characters. The character set can contain numbers,
+ '*' and '#'. Besides this sanity checking no further
+ number validation is performed. It is assumed the
+ network will perform further validation. The optional
+ '+' denotes an international number format. For
+ example:
+ +15551234567 - International format
+ 5551234567 - National / Uknown format
+
+ This method is usually implemented using the ATD AT
+ command.
NOTE: If an active call (single or multiparty) exists,
then it is automatically put on hold if the dial