VoiceGuide IVR Software Main Page
Jump to content

Set Variables

Recommended Posts

Your SQL statement should probably be this:

 

INSERT INTO T_CDC (NUMCDC) VALUES ('$RV[GetCode]')

 

But if NUMCDC field is defined to be a number field then the SQL statement should probably be this:

 

INSERT INTO T_CDC (NUMCDC) VALUES ($RV[GetCode])

 

Is this what you're asking about or are you asking about something else?

Share this post


Link to post

What module use to save phone number pressed on phone by client in a variable " getphonenumber"

Share this post


Link to post

If you want to save the information is a database then you would use the "Db Query" module... which looks like you are using right now...

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
×