SDL looks to see if the phone number entered is correct before passing to the HMI. The checks performed are:
BC.OnResetTimeout
to SDL for resetting timeout in case HMI needs more time to process the BC.DialNumber
request.BC.OnAppDeactivated
to SDL if the HMI leaves the app screen when the phone call is started.The request is considered to have been executed successfully only after the user presses the "Call" button included in the DialNumber dialog.
Name | Type | Mandatory | Additional |
---|---|---|---|
number | String | true | maxlength: 40 |
appID | Integer | true |
This RPC has no additional parameter requirements
Copied to clipboard!
{ "id" : 59, "jsonrpc" : "2.0", "method" : "BasicCommunication.DialNumber", "params" : { "number" : "*111#", "appID" : 65537 } }
Copied to clipboard!
{ "id" : 59, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "BasicCommunication.DialNumber" } }
Copied to clipboard!
{ "id" : 59, "jsonrpc" : "2.0", "error" : { "code" : 5, "message" : " HMI is busy with higher priority RPC ", "data" : { "method" : "BasicCommunication.DialNumber" } } }