Hi,
i did note that the CDR records of asterisk only shown the trunk numbers, not the dialed or incoming calling numbers.
Best regards!
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?
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
on this thread http://forum.linuxmce.org/index.php/topic,13021.msg94231.html#msg94231
i posted my db_phone_config.sh updated.