cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2430
Views
5
Helpful
2
Replies

How to call CVP VXML Script from ICM

manish.gupta
Level 1
Level 1

Hi,

Please help me in the below  scenario-

ICM-7.5
CVP-7.0

I am trying to invoke  a CVP VXML Script from ICM.

Scenario is, I have made a small VXML script  in CVP & I want to invoke this script from ICM.
Needs specific parameter  to achieve the same.

Please help me to achieve the  above.

Thanks,

Manish

2 Replies 2

The VXML server comes with the 2 port evaluation licence and a working application called "HelloWorld". The first test you should make is to have ICM invoke "HelloWorld" - the spelling must be correct, case sensitive.

You can tell if the VXML Server can run the application by using your browser.

http:// ADDRESS>:7000/CVP/Server?application=HelloWorld

should return a page of VXML. Check VXMLServer\admin\status.bat and it should show that one person is in the application HelloWorld.

Then call http:// ADDRESS>:7000/CVP/Server?audium_action=hangup

will return the disconnect page of VXML data and drop the call, and now status should show no callers in the application.

REgards,

Geoff