首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >VXML音频标记不起作用

VXML音频标记不起作用
EN

Stack Overflow用户
提问于 2017-11-28 22:42:10
回答 0查看 278关注 0票数 0

我的vxml有一些问题。

代码语言:javascript
复制
<?xml version="1.0" ?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" xml:lang="fr-FR">
  <form id="welcome">
    <field name="choice">
      <prompt>
        Bienvenue au test Raccrocher. Que voulez-vous faire? Raccrocher Taper 1, Redire ce message Taper 2, ou Revenir au menu principal taper 3
      </prompt>
      <grammar mode="dtmf" version="1.0" root="top">
        <rule id="top"><one-of><item>1</item><item>2</item><item>3</item></one-of></rule>
      </grammar>
      <filled>
        <if cond="choice == '1'">
          <audio src="SOME_URL" />
          <exit />
        <elseif cond="choice == '2'" />
          <clear namelist="choice" />
        <elseif cond="choice == '3'" />
          <goto next="SOME_URL" />
        </if>
      </filled>
    </field>
  </form>

</vxml>

这是我的代码,我不能播放我的歌曲,我不知道为什么。我需要你的帮助!

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47534254

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档