Home > Asterisk, Linux, VOIP > Asterisk 1.8 Caller ID Wrong in CDR

Asterisk 1.8 Caller ID Wrong in CDR

October 23rd, 2011 Leave a comment Go to comments

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.

After looking through the code I trace this issue to the set_one_cid function in main/cdr.c. With Asterisk 1.8 connected part identification support was added, which meant the CALLERID() functions were modified. I have submitted a patch to Asterisk bring back the previous behavior.

cd asterisk-1.8/
wget http://www.excaliburtech.net/wp-content/uploads/2011/10/asterisk-1.8.0-cdr-clid.patch
patch -p1 < /asterisk-1.8.0-cdr-clid.patch

Categories: Asterisk, Linux, VOIP Tags: , ,
  1. leonardo
    July 20th, 2012 at 22:01 | #1

    Hi,
    I have Elastix with Asterisk 1.8 and my outbound CID does not show what i setup, Every time i make a call it displays the same Caller ID….

  1. No trackbacks yet.