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

Offline Pioneer

  • Newbie
  • *
  • Posts: 28
  • Karma: 1
    • Yurik's Hashev Home Page
bargein prompt option in subdialog
« on: October 03, 2018, 10: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 bargein="true">
                <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.


--
Bye, Yurik.

Offline Nolecafi

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