Guest alok@siplnet.com Report post Posted 05/11/2005 02:04 PM 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
SupportTeam Report post Posted 05/11/2005 10:08 PM 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
Guest alok@siplnet.com Report post Posted 05/12/2005 04:20 AM 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
SupportTeam Report post Posted 05/12/2005 07:28 AM 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.DOMDocument Share this post Link to post