summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-09-23 16:25:14 -0400
committerGitHub <noreply@github.com>2019-09-23 16:25:14 -0400
commit6b43b00cdcafb5bc386a9fac603b596b882b4c39 (patch)
tree30b4033074693bb663c4a8c6fdcef6c9bb489f2f
parenta2484ebd100ba1e3021193755bccf5c2d9afb02a (diff)
parent3c8969329ee4899dce91f589c5f9d5de52897478 (diff)
downloadsdl_core-6b43b00cdcafb5bc386a9fac603b596b882b4c39.tar.gz
Merge pull request #3045 from smartdevicelink/fix/dial_number_description
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 6f58dd01b2..6292d74ebe 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -4417,7 +4417,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>