DRBIG Corner of the net
  • Categories

  • Archives

  • Gallery

    IMG00153.jpg
  • Tag Cloud

Archive for August, 2006

Asterisk wont start after cent os upgrade to 2.6.9-42.0.2.EL

Posted by NewsFeeder on 25th August 2006

After running yum -y update you will find that asterisk will not restart try the following rebuild_zaptel This should solve your problem. Looks like in this version they have now sorted the spinlock problem

Posted in Voip | No Comments »

FreePBX svn Update issue re: “faxexten”

Posted by NewsFeeder on 14th August 2006

If you are seeing this error I am getting an error upon running ./install_amp from a fresh svn source.
It’s complaining about a non-existent MySQL column being addressed:
Generating Configurations.conf..
Checking for PEAR DB..OK
Checking for PEAR Console::Getopt..OK
Checking for /etc/amportal.conf..OK
Reading /etc/amportal.conf..OK
Reading /etc/asterisk/asterisk.conf..OK
Connecting to database..OK
SELECT extension, directdid, didalert, faxexten, faxemail, answer, wait, privacy man FROM users WHERE directdid IS NOT NULL AND directdid != ” [nativecode=1054 ** Unknown column ‘faxexten’ in ‘field listGenerating AMP configs..OK
Restarting Flash Operator Panel..OK
Please Reload Asterisk by browsing your server.

Then you need to issue the following from the command line ./install_amp –force-version 2.1.1

Posted in Voip | No Comments »

Removing Old Kernel

Posted by TMP on 6th August 2006

Ok so you have ran a yum -y update and you now have a new kernel loaded on your system.

If you want to remove an older kernel version, and make no other changes to your system so as not to clutter up your bootloader.

First check wich one you’re using: uname -r

List them all: rpm -qa | grep -i kernel

Remove what you don’t need: rpm -e kernel_version

Posted in General | No Comments »