cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
248
Views
0
Helpful
1
Replies

Problem with IVR vxml

Dmitri Popkov
Level 1
Level 1

Good day!

Can you help me please, im trying to create a custom ivr vxml scrip, but i cant make it to work properly

When ccme receives a inbound call:

1) Welcome greetings begins to play (It works properly)

2)Then, if smb enters ext ... connection should go to desire phone (It works properly)

3) If nothing there are no number entered, call should go to hunt-group - number - 64001 (Call-center)

Here is my vxml

<?xml version="1.0"?>

<vxml version="2.0" base="flash:/vxml/ivr-1.vxml">

<var name="number"/>

<form id="main">

<property name="timeout" value="3s"/>

<block> <prompt>

<audio src="flash:/vxml/disa-1.wav"/>

</prompt> </block>

<field name="num" type="number">

<grammar type="application/grammar+regex">[0-9][0-9][0-9]</grammar>

  <filled>

   <assign expr="'phone://' + num" name="number"/>

   <goto next="#ext"/>

  </filled>

</field>

</form>     

<form id="ext">

<transfer connecttimeout="20s" name="mycall"  destexpr="number" bridge="false"> </transfer>

</form>     

</vxml>

Can you help me please

1 Reply 1

Dmitri Popkov
Level 1
Level 1

Problem was solved.

Thanks;)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: