Author Topic: bargein prompt option in subdialog  (Read 2134 times)

Offline Pioneer

  • Newbie
  • *
  • Posts: 28
  • Karma: 1
    • Yurik's Hashev Home Page
bargein prompt option in subdialog
« on: October 03, 2018, 01:42:38 PM »
Hi! I faced a problem. if I call vxml document from subdialog and use option bargein = true for prompt, dialog not interrupted when pressing dtmf.
The document is very simple:

<form>
        <block>
            <prompt [b]bargein="true"[/b]>
                <audio src="http://bla-bla-bla/file.wav"/>
            </prompt>
        </block>
</form>

subdialog parameters are usually:

<form>
    <subdialog name="play_file" src="playFile.vxml">
        <filled>
            <exit/>
        </filled>
    </subdialog>
</form>

Why? I need help.



Offline Nolecafi

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
    • แทงบอลออนไลน์
Re: bargein prompt option in subdialog
« Reply #1 on: December 20, 2018, 03:53:47 AM »
I was glad to see such information to ensure that they comply.