cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
861
Views
0
Helpful
5
Replies

CISCO IVR PCCE with MSSQL database

ashik.buhari
Level 1
Level 1

Could anybody assist how to get a data from the database and interact with IVR system.

I have a to create an IVRflow where I need to get a flag value from database and based on that value I need to make a decision flow

Attached the snapshot of the flow where I need to write the code.

 

5 Replies 5

Dmytro Benda
Spotlight
Spotlight

Hi @ashik.buhari 

Most likely you forgot to attach your screenshot. In general, you should use a Database element in your Call Studio script to connect to your MSSQL DB. Besides that, you have to configure JNDI data in context.xml file located at C:\Cisco\CVP\VXMLServer\Tomcat\conf to specify your MSSQL connection data. After any changes in context.xml don't forget to restart your CVP VXML server. 

My Cisco Unified Communications Blog

Konstantin Vaksin
Cisco Employee
Cisco Employee
There are multiple ways of doing that.

You can get data on PCCE side via DBW process or via VXML App, that you will have to develop in CVP Call Studio

Kostia

ashik.buhari
Level 1
Level 1

PFA Screenshot

ashik.buhari
Level 1
Level 1

Hi,

Can anybody share the code snippet for reference