If a COLLECT verb is placed anywhere inside a dialplan, all the pressed DTMF tones will be gathered and sent to the URL that you define.
You are able to change the dialplan by providing a new valid dialplan at the eventUrl parameter of the COLLECT verb.
{
"type":"COLLECT",
"submitOnHash":"false",
"eventUrl":"https://www.example.com",
"maxDigits":30
}
KEY | DESCRIPTION |
---|---|
type* | "COLLECT" |
eventUrl | Define the URL that the collected tones will be sent to. A new valid dialplan may be set as response, in order to change the current one. |
maxDigits | Define the maximum collected digits. The default value is 30. |
submitOnHash | If the value is true the collected tones are sent to the eventUrl after pressing #. The default value is false. |