GithubHelp home page GithubHelp logo

udee297 / callfile-dialer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from navaismo/callfile-dialer

0.0 0.0 0.0 496 KB

Asterisk Robo-Dialer Based on Call Files

License: GNU General Public License v2.0

PHP 63.27% Shell 0.14% CSS 9.32% JavaScript 27.28%

callfile-dialer's Introduction

CallFile-Dialer

This is a tool to send automated calls to deliver messages. It consist in a HTLML GUI, an AGI files and the asterisk dialplan.

##Features:##

  • Login page.
  • Easy Creation of Campaigns.
  • Upload of 2 Audios usually a Gretting(audio1) and the message to deliver(audio2).
  • Simple Campaign Status. Showing the number dialed, the contact attempts the last call status, the SIPCAUSE(Asterisk 1.8) and if was deliver or not the message(audio2).
  • Selection between dial only to see if the number is in service or deliver the message.
  • Maximum Calls allowed.
  • Maximum Retries
  • Retry Time.
  • Add Admin Users.

##Installation:##

  1. Database Installation:
  • Enter in the mysql cli and run:

    create database dialerdb grant all privileges on dialerdb.* to 'dialeruser'@'localhost' indentified by 'dialerpass'

  • Exit of mysql cli and dump the structure:

    mysqldump dialerd < MYSQL/struct_dialerddb.sql

  • Add an admin via mysql cli:

    USE dialerdb INSERT INTO login_admin(user_name,user_pass) VALUES('admin',SHA1('admin'));

  1. HTML GUI Installation:
  • Create a directory in your APACHE root folder:

    mkdir /var/www/html/dialer

  • Copy the files:

    cp -r HTML/* /var/www/html/dialer

  1. Add the dialplan to your Asterisk:

    cat ASTERISK/extensions.conf >> /etc/asterisk/extensions.conf

  2. Copy the AGI scripts:

    cp -r AGI/* /var/lib/asterisk/agi-bin/

##ScreenShots##

Login page

Create Campaign alt text

Details

Start Campaign

Add Users

by [email protected]

callfile-dialer's People

Contributors

navaismo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.