Asterisk CDR records 's' for DST when Dialing from Macros
Posted by Admin • Friday, July 22. 2011
        At some point in the Asterisk 1.6 evolution the CDR records stopped being useful in my setup for outgoing calls - instead of a nice number (eg 18005551212) in the dst field of the record, I now have an s.  I log my CDR to MySQL and I do use a macro (with AEL) to dialout.  My macro is even called dialout.
According to this bug, this is a known issue and no immediate fix is expected. Not wanting to rewrite the CDR UI to use yet another column, I figured that I can fix this with a MySQL trigger, so here is one possible workaround.
    According to this bug, this is a known issue and no immediate fix is expected. Not wanting to rewrite the CDR UI to use yet another column, I figured that I can fix this with a MySQL trigger, so here is one possible workaround.
Continue reading "Asterisk CDR records 's' for DST when Dialing from Macros"
