July 2017
Intermediate to advanced
434 pages
12h 59m
English
Between the opening and closing "menu" XML tags, you may want to put the real meat on the bones, that is: what will happen when the caller sends one or more DTMFs.
Those are the menu entries, in the form of an XML "entry" tag, with "action" and "digits" as mandatory attributes, and an optional "param" attribute:
<entry action="menu-play-sound" digits="7" param="say:This is the seventh option"/>
We'll look at the possible values for "action" in the following paragraphs; "digits" is the complete DTMF sequence the caller must send for the menu to execute the action (see before digit-len and confirm-key), while the "param" value is obviously passed as a parameter to the action.
In the following screenshot,we ...
Read now
Unlock full access