summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2019-09-23 14:31:33 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2019-09-23 14:31:33 -0400
commit3c8969329ee4899dce91f589c5f9d5de52897478 (patch)
treeaf123298111a0717c74e2c762db3262d7353576e
parent5c7eef2b59c419be127da1bd0cc267884ee94182 (diff)
downloadsdl_core-3c8969329ee4899dce91f589c5f9d5de52897478.tar.gz
Fix DialNumber description in HMI API
-rw-r--r--src/components/interfaces/HMI_API.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index 8e2d8dd0d1..a0294b6a2e 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4412,7 +4412,10 @@
<function name="DialNumber" messagetype="request">
<description>Request from SDL to call a specific number.</description>
<param name="number" type="String" maxlength="40" mandatory="true">
- <description>The number to dial. Only the character + and numbers are allowed.</description>
+ <description>
+ Phone number is a string, which can be up to 40 chars.
+ All characters shall be stripped from string except digits 0-9 and * # , ; +
+ </description>
</param>
<param name="appID" type="Integer" mandatory="true">
<description>ID of application that concerns this RPC.</description>