Archive

Archive for the ‘Asterisk’ Category

Trixbox message waiting indicator

May 12th, 2010 No comments

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”.

Categories: Asterisk, work Tags:

Asterisk dialplan injection

April 27th, 2010 3 comments

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:

Asterisk on CentOS

June 23rd, 2009 1 comment

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…

Categories: Apache, Asterisk, CentOS, SIP Tags: