« Back to VXML-API

Setting up a Generic Web Hosted vXML application on Cisco

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
I am a developer who has created a VoiceXML application that runs on a web server that is currently being accessed over the internet by several different Voice Browsers such as Holly and Voxeo.
I now have a client who wants to run the app via a Call Centre with Cisco kit but there Telephony Engineer does not know how to point there existing IVR (or even an inbound DNIS) to my web server address.
He is researching but is not sure if he needs to use CVP or wherever it is configured from the gateway.
Can you point me in the right direction?
Many thanks

hi David Keith,
 
For loading VoiceXML from HTTP Server the below commands can use in Gateway
 
application
service app_name  http://10.10.1.1/collect.vxml
end
 
for Mapping inbound application the below commands can use in Gateway
 
dial-peer voice 100 pots
application app_name
incoming called-number 555....
port 0emoticon
 
Thanks
Raghavendra
 

Thanks Raghavendra.  I'll forward this on to the Telephony Engineer and see what he says.