Title: Asterisk Web Callback
Author: eugenemoiseenko
Published: <strong>27 ທັນວາ 2017</strong>
Last modified: 27 ທັນວາ 2017

---

ຄົ້ນຫາປລັກອິນ

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

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

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

# Asterisk Web Callback

 ໂດຍ [eugenemoiseenko](https://profiles.wordpress.org/eugenemoiseenko/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/asterisk-web-callback.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/asterisk-web-callback/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/asterisk-web-callback/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/asterisk-web-callback/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/asterisk-web-callback/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/asterisk-web-callback/)

## ຄຳອະທິບາຍ

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.

## ພາບໜ້າຈໍ

[⌊Add an AMI Asterisk user.⌉⌊Add an AMI Asterisk user.⌉[

Add an AMI Asterisk user.

[⌊Set the widget parameters.⌉⌊Set the widget parameters.⌉[

Set the widget parameters.

[⌊A simple web page with an Asterisk Web Callback widget.⌉⌊A simple web page with
an Asterisk Web Callback widget.⌉[

A simple web page with an Asterisk Web Callback widget.

[⌊Notification of the customer about the beginning of a callback.⌉⌊Notification 
of the customer about the beginning of a callback.⌉[

Notification of the customer about the beginning of a callback.

[⌊Notify the customer that the callback will be made during business hours.⌉⌊Notify
the customer that the callback will be made during business hours.⌉[

Notify the customer that the callback will be made during business hours.

## ການຕິດຕັ້ງ

 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.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  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.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“Asterisk Web Callback” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມ
ໃນການພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

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

“Asterisk Web Callback” ໄດ້ຖືກແປເປັນ 1 ພາສາທ້ອງຖິ່ນ. ຂໍຂອບໃຈ [ທີມງານຜູ້ແປ](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback/contributors)
ສຳລັບການປະກອບສ່ວນຂອງເຂົາເຈົ້າ.

[ແປ “Asterisk Web Callback” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/asterisk-web-callback/),
ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/asterisk-web-callback/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/asterisk-web-callback/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/asterisk-web-callback/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

This is first version of Asterisk Web CallBack

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.1**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **8 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **10+**
 *  ເວີຊັນ WordPress ** 4.8 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **4.9.29**
 *  ເວີຊັນ PHP ** 5.5 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/asterisk-web-callback/) ແລະ [Russian](https://ru.wordpress.org/plugins/asterisk-web-callback/).
 *  [ແປເປັນພາສາຂອງເຈົ້າ](https://translate.wordpress.org/projects/wp-plugins/asterisk-web-callback)
 * ແທັກ
 * [call](https://lo.wordpress.org/plugins/tags/call/)[callback](https://lo.wordpress.org/plugins/tags/callback/)
   [web](https://lo.wordpress.org/plugins/tags/web/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/asterisk-web-callback/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

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

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/asterisk-web-callback/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

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

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/asterisk-web-callback/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://paypal.me/eugenemoiseenko)