Top Banner
Areski Belaid <[email protected]> 13th March 2013 Auto-Dialer & Telephone Survey Platform with FreeSWITCH slideshare.net/areski/ github.com/Star2Billing/newfies-dialer
16

Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Nov 30, 2014

Download

Technology

Areski Belaid

Newfies-Dialer is a voice broadcasting and auto-dialing solution, it allows you to call millions of contacts and deliver emergency messages, complex IVR and survey application.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Areski Belaid<[email protected]>

13th March 2013

Auto-Dialer & Telephone Survey Platform with FreeSWITCH

slideshare.net/areski/

github.com/Star2Billing/newfies-dialer

Page 2: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

How does it work?

1) Create IVR application / Survey

2) Import Contacts

3) Create Phonebook and Campaign

4) Campaign Settings :

CallerID / Speed / Call duration / Schedule

5) Start Campaign

Page 3: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Create IVR Application

Page 4: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Import Contacts

Page 5: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Create a Campaign

Page 6: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

User Dashboard

Page 7: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Admin Dashboard

Page 8: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Recent deployments

- "Huron County", Emergency calling system: Call to duty, Contact verification system

- "TransparentAID", Report incident system build on Newfies-Dialer coupled with callback system

- Telemarketing, Survey

Page 9: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

What's new in V2

- Acapela integration - TTS

- New IVR App Editor (Survey)

- Enhancements to the survey branching, logic and

capabilities

- Comprehensive API and API Explorer

- Contact fields & Tag support in TTS

- Real-time Reporting

- Extension Dialing

Page 10: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

- TTS Preview - Preview the TTS in browser

- SMS Support - Commercial module

- AMD module detect answering machine

- Duplicate campaign, export surveys

- Friendly reporting tool and dashboard

What's new in V2 (next)

Page 11: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Under the hood

Page 12: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Technical updates V2

- Deployment with Nginx, Gunicorn, Supervisord

- DBMS - PostgreSQL

- Continuous Integration (travis-ci.org)

- Lua FS Application

Page 13: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Performance

- Closer to FreeSWITCH - mod_Lua

- Caching : issues using memcached lua cache on filesystem : https://github.com/areski/lua-lfs-cache

- Bulk inserts : use FS heartbeat

- Django optimization : https://docs.djangoproject.com/en/1.4/topics/db/optimization/

- PostgreSQL : use logs wisely

Page 14: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

Roadmap Newfies-Dialer V3

- Port to Django 1.5

- Redirect to SIP endpoint

- Callcenter / Agent interface

- Inbound campaign / DID management

- Improve the Dashboard

Page 15: Newfies dialer - autodialer : freeswitch weekly conference 13 march2013

General Info- Website : http://www.newfies-dialer.org

- Mailing-list : Google Group

- Get started : Install script

- Documentation : http://docs.newfies-dialer.org