Home > Asterisk, CentOS, work > Asterisk dialplan injection

Asterisk dialplan injection

Dialplan injection is great for preserving changes in a web ui distro such as trixbox. The released version 0.1.1 has an error in its SQL file that will break operation. The install.sql included with the package has error comments that breaks the MySQL import. I have also modified the table for extension varchar longer then 10 which will allow rules for long distance numbers.

  • Download the modified install.sql (patch)
  • Now load the modified SQL into your database
  • mysql -u root -p asterisk <  install.sql
  • Note: trixboxes default root password is passw0rd (the o is a zero)

Alternatively here’s a bundled new installer (ver 0.1.1m) so you can follow these easy steps to install the dialplan injection module

Categories: Asterisk, CentOS, work Tags:
  1. jpe
    June 28th, 2010 at 00:28 | #1

    Thanks…
    jpe

  2. August 11th, 2010 at 05:04 | #2

    Thank you very much!!!

  3. December 5th, 2010 at 21:06 | #3

    Dialplan Injection is one of the most powerful add-ons there is. The ability to add custom code while staying in the GUI, the ability to “dial-an-injection-via-an-extension”, and most of all the ability to have one’s custom code globally available to the rest of freepbx, is an absolute godsend. I’ve made up countless “little helpers” out of dialplan injections, and extending freepbx with them as links in the dialplan chain add a entirely new dimension of power, control, and capability. Thanks so much for applying a little TLC to this module.

  1. No trackbacks yet.