Archive

Archive for October, 2011

Asterisk 1.8 Caller ID Wrong in CDR

October 23rd, 2011

After upgrading to Asterisk 1.8 from 1.6.1 I noticed the CALLERID() function was not updating the clid and src fields in the CDR. Previously on Asterisk 1.6.1 with FreePBX 2.7 the clid and src would be set to the outbound cid. With Asterisk 1.8 those fields were staying as the sip device id. Read more…

Asterisk, Linux, VOIP , ,

Installing mcrypt for PHP 5.3 on CentOS 5.6

October 23rd, 2011

With CentOS 5.6 Red Hat added an optional php53 package for those that need a PHP version later than 5.1.6. After removing the php packages and installing php53 you will probably notice that the mcrypt extension is missing. With a few steps we can compile and install this extension. Read more…

Linux, PHP ,