VoiceGuide IVR Software Main Page
Jump to content

Sample Of Active X

Recommended Posts

Hello,

 

Can you do me this favour.

 

Can you give me some samples of Active X we had with VG.

 

Or can you give me some links of topics discussed on Active X.

 

I am having hard time finding those.

 

Regards

Alok

Share this post


Link to post

There is a whole section on the COM interface in the Help file. Is that what you're after?

Share this post


Link to post

No,

 

I have gone through CHM file of yours. That is explained well.

I want to look at certain examples or type of discussion going on with COM.

Your forum discussions and samples provided by VOICE GUIDE is really good.

 

Let me explain what I am doing with VG com right now. I have a web interface which will trigger an event in my application to make a outboud call. I need to create certain question and answer on that call and inputs will be recieved back in DTMF mode. On complition of that call there will be HTTP post back on the web server to trigger some events to the user.

 

Before going for full length of development on this part of my product, I would appricate if you help me to learn more on your product.

 

We have already implemented inbound traffic and now we have to implement outbound traffic.

 

Thanks in advance for all the help you will provide to me to achieve this.

 

Regards

Alok

Share this post


Link to post
I have a web interface which will trigger an event in my application to make a outboud call.

Use one of the methods outlined here to create an outbound call.

I need to create certain question and answer on that call and inputs will be recieved back in DTMF mode.

Just create the script to ask relevant questions.

On complition of that call there will be HTTP post back on the web server to trigger some events to the user.

Do the HTTP post from a Run VBScript module. Read up on these objects: Msxml2.XMLHTTP and Msxml2.DOMDocume­nt

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
×