From 3c8969329ee4899dce91f589c5f9d5de52897478 Mon Sep 17 00:00:00 2001 From: jacobkeeler Date: Mon, 23 Sep 2019 14:31:33 -0400 Subject: Fix DialNumber description in HMI API --- src/components/interfaces/HMI_API.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ Request from SDL to call a specific number. - The number to dial. Only the character + and numbers are allowed. + + Phone number is a string, which can be up to 40 chars. + All characters shall be stripped from string except digits 0-9 and * # , ; + + ID of application that concerns this RPC. -- cgit v1.2.1