After importing extensions with trixbox using the bulk extension tool you will have to preform a few changes. When an extension is imported the context is set wrong for the voicemail and mailbox. To correct this change the highlighted sections in the following two pictures from “device” to “default”.
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
Installing Asterisk on a clean install CentOS is a retively painless process. First off grab an installation CentOS 5.x cd (5.5 being the curent) from one of the mirror sites.
While preforming the install you can just unselect all package groups and under advanced just leave base selected. After the install is completed make sure in the firewall configuration set SELinux to Disabled Read more…