IVR HTTP Extension: Send pin number to web server

I’m trying to use IVR Studio to create a simple application to retrieve a 4 digit pin number from the caller, and then have those digits sent to a web server, via an HTTP request. Thus far, I have entered the prompts, and collected a 4 digit pin using IVR Studio. After retrieving the pin number, I can set the Action to HTTP request, but I don’t know how to send the pin number within the query string to my web server script.

Is there a variable for the pin number that I can pass to my script?

First, the related to sample is 24-Hour Information Hotline. You can open the sample from the program main menu under library.

Second, please take a look at the description of this sample.

Take a look at the HTTP action of element labeled Information. Within that action, you can define the URL of the HTTP post target, and all the parameters for that post. In the sample we have a parameter “action”, and its value is “info24″. So all you need to do is to have an HTTP action defined, and set the value to the pin number you collected. (You can save the pin number in a variable, and use that variable as the value for the parameter)

Once I prompt the user to enter a pin number via touchtone, how do I capture
their input into a variable that I can pass in a POST request?

On the root element, create a new variable such as customer_pin.

You use a Digits Element to capture the pin, then set an action on its child element to save the last input. The action should be “Set Variable Value” type. From the Set Variable dialog window, select variable customer_pin. The value of the variable should be system variable “__VG__LAST__RESULT__”. This value can be selected on the dropdown box to the right of the Add Variable button.

You can then use the variable customer_pin in your POST action.

Posted in IVR Developer |

IVR Quick Start Guide

Just released: IVR Studio Quick Start Guide

Table of Content

IVR Studio Overview

Install IVR Studio

Create Inbound IVR Application

  • Design IVR Call Flow
  • Validate IVR Application
  • Deploy IVR Application
  • Test IVR Application

Create Outbound IVR Application

  • Design for BroadcastByPhone Autodialer
  • Broadcast Using Outbound IVR Application

Learn More About IVR Studio

Posted in IVR General |

Introducing Voicent IVR Studio

Voicent IVR Studio is a complete IVR system. You can simply point and click to create, manage, and deploy a complete, high quality interactive voice response (IVR) application for your business and organization. This easy-to-use software allows you to design automated telephone solutions that are specifically tailored to your environment. With this addition, Voicent now has a complete product line to manage both incoming and outgoing phone calls.

Video Demo: Design and Deploy Auto-Attendant Application

Inbound IVR

Inbound IVR solutions ensure professional and interactive communication with your callers and quicker resolution of issues. Voicent IVR Studio provides a rich set of inbound design samples in its library. These samples are complete solutions that can be easily customized to meet your needs.

Outbound IVR

You can now take advantage of Voicent IVR Studio to create compelling and powerful outbound campaigns. IVR Studio is fully integrated with BroadcastByPhone and it can be used to create more powerful and flexible messages. Without this tool, BroadcastByPhone can only use simple outgoing messages since the built-in Message Designer allows only one level of interaction.

Download and try Voicent IVR Studio

http://www.voicent.com/download

Posted in IVR General |