vxml

VXML audio file playing status

丶灬走出姿态 提交于 2021-02-10 07:02:09
问题 I have a VXML (say vxml-1) which contains simple audio file for announcement followed by a goto element pointing to next vxml doc(say vxml-2) containing another audio file for announcement. Once the execution starts, vxml-1 loads with corresponding audio followed by goto execution. Now when the user hangs up, in the background it shows that it ended at vxml-2 because of very fast goto transition, but actually the user hung up at the audio of vxml-1 because of its long length. How can I

VXML audio file playing status

生来就可爱ヽ(ⅴ<●) 提交于 2021-02-10 07:02:03
问题 I have a VXML (say vxml-1) which contains simple audio file for announcement followed by a goto element pointing to next vxml doc(say vxml-2) containing another audio file for announcement. Once the execution starts, vxml-1 loads with corresponding audio followed by goto execution. Now when the user hangs up, in the background it shows that it ended at vxml-2 because of very fast goto transition, but actually the user hung up at the audio of vxml-1 because of its long length. How can I

How to Create Custom Send DTMF Element on CVP Cisco

删除回忆录丶 提交于 2021-01-29 05:32:05
问题 I want to create a custom element that sends DTMF according to my logic . I can file play .wav files of dtmf tones but there is a better solution i believe. How can i use vxml feature below to create an element for on call studio.Can you share a document or code block on how to do it? 来源: https://stackoverflow.com/questions/65658565/how-to-create-custom-send-dtmf-element-on-cvp-cisco

Voiceglue Logger says Maximum loop count exceeded. There is probably an infinite loop of in your VXML document

ε祈祈猫儿з 提交于 2019-12-23 02:24:06
问题 Can Any please explain why this is happening. what are the possibilities of errors that are been counted as I have set maxerrorcount = 3 EROR OPEN_VXI luke---- callid=[68] |1098905920|68|CRITICAL|com.vocalocity.vxi|216|VXIinterpreterRun: Maximum loop count exceeded. There is probably an infinite loop of in your VXML document.|URL Please let me know if any further details are required. 回答1: Perhaps, "infinite loop" means to call same form again and again, And it was not inserted caller input

VXML getting 'src' for subdialog from variable

烂漫一生 提交于 2019-12-14 04:06:31
问题 Our business is transitioning from an old asp system to a newer ASP.NET system, including massive improvements to our database. There is going to be a period of coexistence, during which old & new will run side-by-side. One app which needs coexistence is a voicemail system we use. It works as follows: User calls. User inputs an account number. User records message for that account. User gets option to re-record, accept, or discard. During coexistence, the existing app is being modified. When

How to concat varible in vxml

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 00:29:26
问题 How to concat varible in VXML. consider following example VXML, <?xml version="1.0" encoding="UTF-8"?> <vxml xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.w3.org/2001/vxml" version="2.0" xsi:schemaLocation="http://www.w3.org/2001/vxml http://www.w3.org/TR/voicexml20/vxml.xsd"> <form> <block> <audio src="{url1}"/> <audio src="{url2}"/> </block> <field name="dtmf"> <option dtmf="1" value="1"/> <option dtmf="2" value="2"/> <option dtmf="2" value="3"/> <filled> <submit

Does MS Lync server 2010 come with a built-in vxml browser?

眉间皱痕 提交于 2019-12-11 07:02:51
问题 If so, is there any online document describing how to install/configure it? Thanks. 回答1: I don't know if it is available as an out of the box server you can configure and use, but I believe the APIs are there for someone to build a Vxml browser. Lync VoiceXML Sample (QuickStart) - http://msdn.microsoft.com/en-us/library/gg448288.aspx VoiceXML Support in UCMA 3.0 Core - http://msdn.microsoft.com/en-us/library/gg448321.aspx 回答2: Lync does support a VXML browser through UCMA 3.0. If you are