Author Topic: CDR not showing incoming numbers.  (Read 2919 times)

pw44

  • Addicted
  • *
  • Posts: 666
    • View Profile
CDR not showing incoming numbers.
« on: December 15, 2012, 04:05:28 pm »
Hi,
i did note that the CDR records of asterisk only shown the trunk numbers, not the dialed or incoming calling numbers.
Best regards!

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: CDR not showing incoming numbers.
« Reply #1 on: December 15, 2012, 08:41:21 pm »
My asterisk.cdr table shows the correct information in the clid text portion. The clid num portion is wrong. Is that what you see as well?

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: CDR not showing incoming numbers.
« Reply #2 on: December 17, 2012, 12:09:50 pm »
hi  folks ,

based  on   this tread   

https://issues.asterisk.org/jira/browse/ASTERISK-11243

i change my db Phone config to insert

exten => _.,n,Set(CALLERID(ani)=) 

and now  my cdr table show correct information

cfernandes

  • Guru
  • ****
  • Posts: 359
    • View Profile
    • my company web site
Re: CDR not showing incoming numbers.
« Reply #3 on: December 17, 2012, 12:12:54 pm »
on this thread  http://forum.linuxmce.org/index.php/topic,13021.msg94231.html#msg94231


i posted my db_phone_config.sh    updated.