Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.98 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.98 KB

CMB-for-Axeos-PBX

This plugin enables you to easily add call-me-back functionality to your WordPress website utilizing the API of your Axeos cloud PBX.

Requirements

  • Axeos PBX version 3.4.x/4.1.x (v4.2.0 will require changes to the plugin that I've not implemented yet)

Download

Zip-file to upload to your WordPress site: download here.

Installation instructions

  1. Log into your WordPress site with an admin account.
  2. Go to 'Plugins' and click 'Add New'.
  3. Then click 'Upload Plugin'. Choose the file 'CMB-for-Axeos-PBX-master.zip' which you downloaded from the previous 'Download' step in this readme file.
  4. Activate the plugin.

Configuration in WordPress administration

After installation and activation of this plugin you'll have a new menu item in the left menu column of your WordPress admin: 'CMB Settings'. It provides you with a settings page to configure:

  • PBX API key
  • PBX IP (or hostname)
  • CMB context

How to display a phone number input field and 'call me'-button

Enter the shortcode cmb_form anywhere in your pages.

Caveats

Make sure you have allowed the IP-address of your webserver in the firewall of your PBX, or the requests to the PBX will fail.

PBX documentation

PBX documentation on call-me-back: Axeos knowledgebase.

License

I have released this plugin under the MIT license.

Disclaimer

This plugin is not an official Axeos product. It's not released by Axeos. It's not supported by Axeos. If you encounter issues, see issues below.

Issues

If you encounter an issue which is related to the code (I won't solve your hosting environment issues) you can open an issue or fix it yourself (in the latter case a pull request is always appreciated).