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)

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/asterisk-web-callback/#description)
 * [جائزے](https://ur.wordpress.org/plugins/asterisk-web-callback/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/asterisk-web-callback/#installation)
 * [ڈیولپمنٹ](https://ur.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.

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Asterisk Web Callback” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں
حصہ لیا:

شراکت دار

 *   [ 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/)،
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/asterisk-web-callback/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/asterisk-web-callback/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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

## میٹا

 *  Version **0.1**
 *  Last updated **9 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 4.8 یا اس سے جدید **
 *  Tested up to **4.9.29**
 *  PHP version ** 5.5 یا اس سے جدید **
 *  Languages
 * [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)
 * Tags
 * [call](https://ur.wordpress.org/plugins/tags/call/)[callback](https://ur.wordpress.org/plugins/tags/callback/)
   [web](https://ur.wordpress.org/plugins/tags/web/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/asterisk-web-callback/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](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)