VoiceGuide IVR Software Main Page
Jump to content

Caller Names With Quotes

Recommended Posts

Dear VG Support,

 

I have a VBS module containing the following code.

 

CallerName = "$RV_CIDNAME"

This works fine except for when the caller name contains quotes.

In such cases the code becomes:

 

CallerName = ""John Doe""

which of course is invalid in vb script, and will cause the script to terminate.

 

What do you suggest?

 

One solution might be to have voiceguide double the quotes before inserting the name into the code.

That would yield

 

CallerName = """John Doe"""

which is acceptable in vb script.

 

Please advise.

 

Thanks.

Share this post


Link to post

It would be unusual for Telco to send quotes as part of the caller ID name.

 

Does your telco send quotes as part of the name?

 

Can you .ZIP up and post VoiceGuide's ktTel and vgEngine traces that capture such calls?

 

 

 

If Telco does send quotes as part of the caller ID name then the solutin you propose would work.

 

(It would be even more unusual for Telco to have some caller ID names sent with quotes and other caller ID names sent without quotes.)

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
×