Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Elastix Unified Communications Server Cookbook
  • Table Of Contents Toc
  • Feedback & Rating feedback
Elastix Unified Communications Server Cookbook

Elastix Unified Communications Server Cookbook

By : Gerardo Barajas Puente
5 (3)
close
close
Elastix Unified Communications Server Cookbook

Elastix Unified Communications Server Cookbook

5 (3)
By: Gerardo Barajas Puente

Overview of this book

This book is aimed at those who want to learn how to set up an Elastix Unified Communications Server without losing ground on Unified Communications and Voice over IP.
Table of Contents (19 chapters)
close
close
13
A. Description and Use of the Most Well-known FreePBX Modules
14
B. Addon Market Module
15
C. Asterisk Essential Commands
16
D. Asterisk Gateway Interface Programming
17
E. Helpful Linux Commands
18
Index

Creating a phone poll using Elastix

The following example is an AGI script that asks for a code when the user dials in. This code is used to query a database called balance. After the user enters the code, the balance is reproduced. If the user wants to send this data to a call center to get registered for special offers for instance, he/she will be asked to enter the phone number for calling back when any special offer becomes available. When this information is entered, an e-mail will be dispatched to the call center supervisor in order to book a call to the user whenever a special offer may apply.

How to do it…

  1. The first step to take is to create a database and a table with the following structure in MySQL Database Engine:
    CREATE TABLE balance( name  VARCHAR NOT NULL, code  INT NOT NULL, balance  INT NOT NULL );
    
  2. Add the following code in the /var/lib/asterisk/agi-bin/ folder. In the previous sections, we described the process for using AGI-based programs to interact with our PBX...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY