Implementation of GSM service activation via ASPX in VXML
Posted: Wed Dec 15, 2010 4:10 am
Dear all,
I need your advice. I implement static IVR via VoiceXML in our company. Now I need to create dynamic IVR. At the moment I have a direct URL to activate or deactivate the service. The URL is: http://192.168.0.150:9874/default.aspx? ... sact_id=60. This is a service activation code.
My question is how can I insert this line into VoiceXML code? I mean the correct synopsis. At the moment the test code showen as below:
<?xml version="1.0" ?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-US" >
<menu>
<property name = "inputmodes" value="dtmf"/>
<prompt bargein = "true">
<audio src = "cent_govori.wav"/>
</prompt>
<choice dtmf="1" next="http://192.168.0.150:9874/default.aspx? ... sact_id=60 "/>
</menu>
</vxml>
I need pressing button "1" activate that service. I.e. when pressing 1 the VoiceXML send code to asp and activate service.
But it doesn`t work. Could you please help me with correct way of inserting this code into VXML?
Thanks in advanced.
I need your advice. I implement static IVR via VoiceXML in our company. Now I need to create dynamic IVR. At the moment I have a direct URL to activate or deactivate the service. The URL is: http://192.168.0.150:9874/default.aspx? ... sact_id=60. This is a service activation code.
My question is how can I insert this line into VoiceXML code? I mean the correct synopsis. At the moment the test code showen as below:
<?xml version="1.0" ?>
<vxml version="2.1" xmlns="http://www.w3.org/2001/vxml" xml:lang="en-US" >
<menu>
<property name = "inputmodes" value="dtmf"/>
<prompt bargein = "true">
<audio src = "cent_govori.wav"/>
</prompt>
<choice dtmf="1" next="http://192.168.0.150:9874/default.aspx? ... sact_id=60 "/>
</menu>
</vxml>
I need pressing button "1" activate that service. I.e. when pressing 1 the VoiceXML send code to asp and activate service.
But it doesn`t work. Could you please help me with correct way of inserting this code into VXML?
Thanks in advanced.