更改 VXML 应用程序中的 session.telephone.dnis 值?

发布于 2024-08-04 13:52:42 字数 397 浏览 2 评论 0原文

我正在开发带有 Nuance 识别器和 TTS 引擎的 Avaya IVR。我们的应用程序通过描述呼叫的“自定义”Avaya 变量从 PBX 接收 DNIS 数据来确定呼叫目的地信息:

<script>
  dnis = session.telephone.dnis;
</script>

有谁知道我可以在会话中更改 dnis 值的机制吗?当我尝试使用 VXML 赋值语句更改它时,我崩溃了:

<assign name="session.telephone.dnis" expr="chosen_dnis"/>

它并不是非常重要,但会让我们的事情变得更容易一些。

谢谢!
IVR复仇者

I'm working on an Avaya IVR with a Nuance recognizer and TTS engine. Our application determines call destination information by receiving the DNIS data from the PBX, via a "custom" Avaya variable that describes the call:

<script>
  dnis = session.telephone.dnis;
</script>

Does anyone know a mechanism by which I can change the dnis value within the session? When I attempt to change it using the VXML assignment statement, I crash:

<assign name="session.telephone.dnis" expr="chosen_dnis"/>

It's not super important, but would make things a bit easier for us.

Thanks!
IVR Avenger

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忆伤 2024-08-11 13:52:42

根据规范,会话变量是只读的,因此您可能需要找到一种不同的方法来执行此操作。

session variables are read-only according to the spec, so you might need to find a different way of doing this.

莫相离 2024-08-11 13:52:42

当您转接呼叫时,您可以使用 aai 属性,也可以以编程方式设置 aai,然后在呼叫应用程序中可以检索 aai 信息并使用它(通过 cti、ccxml、vxml)。

Avaya 产品 IVR 产品有哪些?语音门户、红外?使用对话框设计器?

When you transfer the call, you can use the aai attribute, or you can programatically set the aai, and further along in the call apps can retrieve the aai info and use it (via cti, ccxml, vxml).

Which Avaya product IVR product? Voice Portal, IR? Using Dialog Designer?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文