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
- cd /var/www/html/admin/modules
- wget http://binfuser.com/wp-content/uploads/2010/04/dialplaninjection-0.1.1m.tgz
- tar -xzvf dialplaninjection-0.1.1m.tgz
- rm -f dialplaninjection-0.1.1m.tgz
Thanks…
jpe
Thank you very much!!!