Added ability to include literal string in manual steps.

This commit is contained in:
Erik C. Thauvin 2017-03-02 20:32:49 -08:00
parent 24d2042454
commit 0d8dae2326
7 changed files with 81 additions and 59 deletions

View file

@ -535,6 +535,12 @@
],
"dtmf": "*41[MASTER],[FIELD:1]*,[FIELD:2]*,[FIELD:3]*"
},
{
"title": "Delete Name",
"fields": [],
"nodial": true,
"dtmf": "*65[MASTER],'NEXT=* or ERASE=0'"
},
{
"title": "Add Name",
"fields": [

View file

@ -21,6 +21,7 @@
<string name="error_required">Required</string>
<string name="hint_master_code">Master Code</string>
<string name="hint_phone_number">Phone Number</string>
<string name="no_conf_req">No configuration required.</string>
<string name="programming_heading">PROGRAMMING</string>
<string name="title_template_step">Step <xliff:g id="step_number">%1$d</xliff:g> of <xliff:g id="steps_count">%2$d</xliff:g></string>
<string name="validate_dtmf_nopause">Missing pause between steps</string>