Title: Asterisk Web Callback
Author: eugenemoiseenko
Published: <strong>27. 12. 2017</strong>
Last modified: 27. 12. 2017

---

Prohledat pluginy

![](https://ps.w.org/asterisk-web-callback/assets/banner-772x250.png?rev=1792960)

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

![](https://ps.w.org/asterisk-web-callback/assets/icon-128x128.png?rev=1792989)

# Asterisk Web Callback

 Autor: [eugenemoiseenko](https://profiles.wordpress.org/eugenemoiseenko/)

[Stáhnout](https://downloads.wordpress.org/plugin/asterisk-web-callback.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/asterisk-web-callback/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/asterisk-web-callback/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/asterisk-web-callback/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/asterisk-web-callback/#developers)

 [Podpora](https://wordpress.org/support/plugin/asterisk-web-callback/)

## Popis

A widget that allows you to make a callback to a client number via your Asterisk
from your site.

If you have own site and Asterisk for SIP calls, and need to make callback to your
customer, use Asterisk Web Callback widget!
 It’s simple solution to add callback
function at web site.

Major features in Asterisk Web Callback include:

 1. Make a callback to a customer number via Asterisk Manager Interface (AMI) at working
    time;
 2. Pattern validate customer number when input (notify on the site page);
 3. Notification that a callback is in progress (message on the site page);
 4. Sending notifications to your e-mail if the customer requested a callback when:
 5.  * working day is off or holyday;
     * Asterisk was unavailable for callback.
 6. Easy navigation to the form of a callback with a floating button.

## Snímky obrazovky

 * [[
 * Add an AMI Asterisk user.
 * [[
 * Set the widget parameters.
 * [[
 * A simple web page with an Asterisk Web Callback widget.
 * [[
 * Notification of the customer about the beginning of a callback.
 * [[
 * Notify the customer that the callback will be made during business hours.

## Instalace

 1.  Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or
     install the plugin through the WordPress plugins screen directly.
 2.  Activate the plugin through the ‚Plugins‘ screen in WordPress
 3.  Use the Appearance->Widgets to add Asterisk Web Callback widget
 4.  Activate Asterisk AMI, eg:
 5.  /etc/asterisk/manager.conf
      [general] enabled = yes port = 5038 bindaddr = 0.0.0.0
 6.  Add Asterisk AMI user, eg:
 7.  /etc/asterisk/manager.conf
      [c2call] secret=VeryStrongPassword deny=0.0.0.0/0.0.0.0
     permit=YourWebServerIP read=system,call,log,verbose,command,agent,user,config,
     command,dtmf,reporting,cdr,dialplan,originate write=system,call,log,verbose,command,
     agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
 8.  Reload your Asterisk, eg:
 9.  asterisk -rx „module reload manager“
 10. Enable fsockopen() php-method on your web server, eg:
      php.ini: allow_url_fopen
     = On
 11. Set widget parameters:
 12.  * Title: web form title;
      * SIP host: external ip or name of your SIP Asterisk server;
      * SIP port: external port for connect to Asterisk AMI;
      * User name: Asterisk AMI user name;
      * Password: Asterisk AMI user password (set strong value);
      * CallerID prefix: prefix for CallerID value (eg: web);
      * Tel number lenght: digits count of customer number (used to exclude the entry
        of unwanted numbers), eg: 11 for Russia;
      * Region code: customer number prefix (used to exclude the entry of unwanted 
        numbers), eg: 89 – for mobile numbers in Russia;
      * SIP channel: your Asterisk SIP channel, used for incoming web calls;
      * SIP context: your Asterisk SIP context, used for incoming web calls;
      * Wait time: count of ms answer waiting, eg: 60000 – for 1 minute answer waiting;
      * SIP priority: your Asterisk SIP priority for callback function;
      * Notify e-mail: address for receiving notifications of attempts to callback 
        outside office hours.

## Nejčastější dotazy

  Installation Instructions

 1.  Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or
     install the plugin through the WordPress plugins screen directly.
 2.  Activate the plugin through the ‚Plugins‘ screen in WordPress
 3.  Use the Appearance->Widgets to add Asterisk Web Callback widget
 4.  Activate Asterisk AMI, eg:
 5.  /etc/asterisk/manager.conf
      [general] enabled = yes port = 5038 bindaddr = 0.0.0.0
 6.  Add Asterisk AMI user, eg:
 7.  /etc/asterisk/manager.conf
      [c2call] secret=VeryStrongPassword deny=0.0.0.0/0.0.0.0
     permit=YourWebServerIP read=system,call,log,verbose,command,agent,user,config,
     command,dtmf,reporting,cdr,dialplan,originate write=system,call,log,verbose,command,
     agent,user,config,command,dtmf,reporting,cdr,dialplan,originate
 8.  Reload your Asterisk, eg:
 9.  asterisk -rx „module reload manager“
 10. Enable fsockopen() php-method on your web server, eg:
      php.ini: allow_url_fopen
     = On
 11. Set widget parameters:
 12.  * Title: web form title;
      * SIP host: external ip or name of your SIP Asterisk server;
      * SIP port: external port for connect to Asterisk AMI;
      * User name: Asterisk AMI user name;
      * Password: Asterisk AMI user password (set strong value);
      * CallerID prefix: prefix for CallerID value (eg: web);
      * Tel number lenght: digits count of customer number (used to exclude the entry
        of unwanted numbers), eg: 11 for Russia;
      * Region code: customer number prefix (used to exclude the entry of unwanted 
        numbers), eg: 89 – for mobile numbers in Russia;
      * SIP channel: your Asterisk SIP channel, used for incoming web calls;
      * SIP context: your Asterisk SIP context, used for incoming web calls;
      * Wait time: count of ms answer waiting, eg: 60000 – for 1 minute answer waiting;
      * SIP priority: your Asterisk SIP priority for callback function;
      * Notify e-mail: address for receiving notifications of attempts to callback 
        outside office hours.

  What version of Asterisk i can use for Web Callback?

You can use any version of Asterisk, which supports AMI.

  Is the access to AMI secure?

You must use access to AMI from dedicated web-server’s ip.
 Strong password for 
AMI user – one more condition.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Asterisk Web Callback je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

 *   [ eugenemoiseenko ](https://profiles.wordpress.org/eugenemoiseenko/)

Plugin „Asterisk Web Callback“ byl přeložen do 1 jazyku. Děkujeme všem [překladatelům](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback/contributors)
za jejich pomoc.

[Přeložte “Asterisk Web Callback” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/asterisk-web-callback/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/asterisk-web-callback/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/asterisk-web-callback/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/asterisk-web-callback/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

This is first version of Asterisk Web CallBack

## Meta

 *  Verze **0.1**
 *  Poslední aktualizace **před 8 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 4.8 nebo novější **
 *  Testováno až do WordPressu **4.9.29**
 *  Verze PHP ** 5.5 nebo novější **
 *  Jazyky
 * [English (US)](https://wordpress.org/plugins/asterisk-web-callback/) a [Russian](https://ru.wordpress.org/plugins/asterisk-web-callback/).
 *  [Přeložte do vašeho jazyka](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback)
 * Štítky
 * [call](https://cs.wordpress.org/plugins/tags/call/)[callback](https://cs.wordpress.org/plugins/tags/callback/)
   [web](https://cs.wordpress.org/plugins/tags/web/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/asterisk-web-callback/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

[Your review](https://wordpress.org/support/plugin/asterisk-web-callback/reviews/#new-post)

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/asterisk-web-callback/reviews/)

## Spolupracovníci

 *   [ eugenemoiseenko ](https://profiles.wordpress.org/eugenemoiseenko/)

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/asterisk-web-callback/)

## Dary

Chtěli byste podpořit vývoj tohoto pluginu?

 [ Přispět na tento plugin ](https://paypal.me/eugenemoiseenko)