doc: Add comments on valid phone number format

This commit is contained in:
Denis Kenzior 2012-07-25 09:16:59 -05:00
parent d7283e4ac6
commit 96093579c6
1 changed files with 15 additions and 1 deletions

View File

@ -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