cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2414
Views
0
Helpful
10
Replies

Calling CVP VXML app from ICM Admin Script

Hi Champs,

Is it possible to call VXML mirco-app directly from ICM admin script rather than routing script. I have a requirement to call a VXML application to update some custom tables on specific dates / time e.g office close / open hours. So i want to automate this process rather updating DB manually all the time. the VXML application is going to update the DB. However, i want to trigger this app automatically. 

So initial idea is to keep checking the date / Time and once the desired time tigers call the VXML app. ICM admin script has capability to run autonomously and can set values for PVs but don't know if we can call VXML.

any other thoughts and idea would be welcome.

10 Replies 10

Piyush Verma
Level 4
Level 4
You can't invoke a VXML application from the admin script, but you can definitely use the "DBLookup" node in the admin script. You can still keep the VXML application that allows anyone to call in, and write the values to a database. Now You can retrieve those values using DBLookup node in admin script. ICM only s