VoiceGuide IVR Software Main Page
Jump to content

Script

Recommended Posts

Hello,

i would like to know if you can correct that script so that the results of modules can save at the data base i have send

 

 

 

Thanks

script.zip

Share this post


Link to post

The spaces in the database's Column names may be confusing the SQL query here. Try changing "Product ID" to be "ProductID" (and similar for all the other columns), and then change the SQL query to be:

 

INSERT INTO Goods (ProductID) VALUES ('$RV[Product Id]')

 

notice that you need to use single quote marks around the Text data passed in.

Share this post


Link to post

I see that you are using "VoiceLink-X" devices. Are these Voice Modems? We'd recommend using a Dialogic card instead. Please see our Recommended Hardware page.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×