AUTO-DIAL SYSTEM Presented by, AKASH ANANTHANARAYANAN SANJEEVAKUMAR DEVARAJA.

Slides:



Advertisements
Similar presentations
© Exordium Networks All Rights Reserved. Agenda 1. Our Understanding of your needs 2. Our Recommended Solution 3. Who we are 4. Solution Pricing.
Advertisements

Aspire Vertical Markets Manufacturing and Warehouse Solutions.
Aspire Vertical Markets Executive Suite Solution.
Aspire Vertical Markets Banking, Finance and Insurance.
Yokogawa Network Solutions Presents:
Virtual Office by Velocity Telephone, Inc. Trade Secret - Property of Velocity Telephone, Inc.
Trade Secret Information - Property of Velocity Telephone, Inc.
VOIP Phone Training (VoiceOver IP) Sussex County Public Schools.
Introduction to Intellicaller for Channel Partners/Clients Confidential. © Zeal Web Technologies. Please destroy if you are not the intended.
TELUS Restricted and Confidential 1 Call Pilot 5.0 Voic Training AHS - ECS.
ESI Phone System Training Adcom/Valentine Systems
Implementation of a Call center with queue and auto attendant.
Introduction to Asterisk with
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
1 Trade Secret Information - Property of Velocity Telephone, Inc. Virtual Office - Anywhere, Anytime!
Aspire Vertical Markets Real Estate Office. Real Estate.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
A higher standard of trading. Free QuoteTracker Medved.
Installing software on personal computer
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
Real-time multimedia and communication in packet networks Asterisk The open source IP PBX.
PROJECT PROPOSAL TOPIC: CAPACITY PLANNING MODEL USING SIP AND IAX WITH G. 726 AND ILBC By: Vishal and Anoosha.
Telephone Training M3904 Telephone Set IT Support Center
Copyright © 2002 ACNielsen a VNU company Key Features and Benefits of the 3CX PBX for Windows Server.
Autodial System BY: KATPALLY AMRUSHA ALIGAPALLY ANUSHA.
VoIP Study and Implementation Asterisk Installation and Configuration Part 2 Version 1.0 – Author : Marc PYBOURDIN / Julien BERTON Last Update : 15/05/2012.
PROJECT TITLE Setting up an autodial system that auto dials numbers and plays a recorded message when receiver picks up. GROUP MEMBERS Anusha Aligapally.
Voice VLANs Lecture 7 VLANs.ppt 21/04/ Apr-17
Concept & Practicality in London Borough of Newham VOIP.
Module Two Business Partners
Netwrok and the internet Part two Introduction to computer, 2nd semester, 2009/2010 Mr.Nael Aburas Faculty of Information.
Astricon 2009 Presenter: Jeronimo Romero Date: 10/14/2009.
Phone Tips Teresa Shibao & Paul Dial January 19, 2010.
Interaction Modeling. Introduction (1) Third leg of the modeling tripod. It describes interaction within a system. The class model describes the objects.
Aspire Vertical Markets Healthcare Solutions (Doctor’s office and Clinics)
Aspire Vertical Markets Restaurant Solution. Aspire Telephone designed to function in tight areas - Wall mounting plate built-in - Tilting display to.
Version control Using Git Version control, using Git1.
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
Samsung Electronics Co., Ltd.IAP R&D Group CTI Part1 Introduction to Samsung CTI Nov. 19, 2002 Sang Hee Lee.
© 2005 Avaya Inc. All rights reserved. Using Context-Awareness and User Negotiation for Intelligent Dialing in Enterprise Communications Amogh Kavimandan.
1 8. CA Module by Poltys This application adds more features on Panasonic Communication Assistant.
Switching breaks up large collision domains into smaller ones Collision domain is a network segment with two or more devices sharing the same Introduction.
NETWORK OPERATING SYSTEM INTEROPERABILITY Jason Looney EKU, Department of Technology, CEN.
TEL500-Voice Communications IVR using Speech Recognition in Asterisk Devesh Mendiratta Sameer Deshmukh & Srinivas Madlapelli.
Code : STM#370 Samsung Electronics Co., Ltd. OfficeServ Call Simulator Distribution EnglishED01.
NAGE IT REPORT December 2015 MICHAEL ARIAS – IT DIRECTOR.
Copyright © 2002 ACNielsen a VNU company 3CX Partner Training December 2007.
Chapter – 8 Software Tools.
Z39.50 A Basic Introduction Kathleen R. Murray, Ph.D. William E. Moen, Ph.D. May 2002.
LAN Chat server BY: VIPUL GUPTA VIKESH SINGH SUKHDEEP SINGH.
How to develop a VoIP softphone in C# by using OZEKI VoIP SIP SDK This presentation demonstrates the first steps concerning to how to develop a fully-functional.
1 OPERATING SYSTEMS. 2 CONTENTS 1.What is an Operating System? 2.OS Functions 3.OS Services 4.Structure of OS 5.Evolution of OS.
PDF Recovery Tool Fix Portable Document File Format.
Agenda Spoofing Types of Spoofing o IP Spoofing o URL spoofing o Referrer spoofing o Caller ID spoofing o Address Spoofing.
2. OPERATING SYSTEM 2.1 Operating System Function
Pilot Watcher Product Overview V5.3
KX-NS1000 Basic Setup Rev1.4 3 Oct., 2015.
What is Insurance Phone Systems?
Bomgar Remote support software
01 A truly unified communications solution. PART ONE PART TWO
Call Center System Software Solution
Routing and Switching Essentials v6.0
Welcome! Thank you for joining us. We’ll get started in a few minutes.
Configuring Internet-related services
KX-NS1000 Step by Step Guide Network Survivability
KX-NS Step by Step Guide SIP Trunk to SIP Trunk
Presentation transcript:

AUTO-DIAL SYSTEM Presented by, AKASH ANANTHANARAYANAN SANJEEVAKUMAR DEVARAJA

INTRODUCTION Auto Dial system calls many users automatically. Many ways to initiate calls, we use here the call file method. It works using call files. When the call files are placed in a special directory known as the spool directory the calls are originated automatically. When the user picks up the call there are many possible options. A recorded message could be played to the user.

RESOURCES USED One virtual Machine. One computer. Three Digium Phones. Head Phones.

FLOW CHART

WORK DONE Call Files Parameters are necessary to initialize the call 1. Channel 2. Caller ID 3. Wait Time 4. Max Retries 5. Retry Time

CONT… Once the receiver picks up the call, the following parameters are to be initialized: 1.Context: 2.Extension: 3.Priority: 4.Application : 5.Data:

PROBLEMS ENCOUNTERED During execution we faced few problems; 1.Unable to set the utime in the /var/spool/asterisk/outgoing/ 2.Unable to reach the host101 3.Unable to request channel SIP/101

TROUBLESHOOTING We revised the parameters in call as there were some errors So, we removed some such as the retry, maxretries parameters and included Application and Data. We used another way to initiate calls from the Asterisk CLI using the command channel originate. Channel originate SIP/0000FFFF0000 Playback soundfile.wav The solution to our problem was to replace the extension numbers with the MAC address.

Demonstration

APPLICATIONS Predictive calling in call centers where multiple operators are making simultaneous calls is another real time application of Auto Dialer. Conducting political, business Surveys through the telephones. In Telemarketing Industry in order to make 2000 simultaneous phone calls, for example, a group of computers have to be linked together to provide the support for that many phone lines using a single server and 100 mbps connection.

CONCLUSION This system is very efficient and hence is widely used to auto dial numbers. As we have seen it is not very complex and can be done with minimum effort to originate hundreds of calls within a given time limit. We had decided to create an iax2 trunk but unfortunately the channel was having some problems and it was not going online. Hence we decided to do the auto dial system within a single server.

REFERENCES VoIP – Info.org Asterisk: The Definitive Guide (3 rd Edition)

THANK YOU