[asterisk-bugs] [Asterisk 0012786]: CALLERID is not logged correctly into cdrs
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri Jun 6 01:29:38 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=12786
======================================================================
Reported By: licedey
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12786
Category: CDR/General
Reproducibility: always
Severity: major
Priority: normal
Status: feedback
Asterisk Version: 1.4.20.1
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 06-04-2008 15:14 CDT
Last Modified: 06-06-2008 01:29 CDT
======================================================================
Summary: CALLERID is not logged correctly into cdrs
Description:
I can set my callerid using the CALLERID function and this works great on
the dialplan. I can read and write to it,the callerid is applied, but
inside the cdr records it is the first callerid that has been provided and
not the one that i defined.
If I modify my CALLERID it should be logged to the cdr table.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0011774 CALLERID is not logged correctly into cdrs
======================================================================
----------------------------------------------------------------------
licedey - 06-06-08 01:29
----------------------------------------------------------------------
[incoming-calls]
exten=>s,1,Set(CALLERID(num)=0${CALLERID(num)})
exten=>s,2,Dial(SIP/2000)
exten=>s,3,Hangup
[incoming-voip-calls]
exten=>_X.,1,Set(CALLERID(num)=0${CALLERID(num)})
exten=>_X.,2,Dial(SIP/2000)
exten=>_X.,3,Hangup
Then if you check the CDR record, the cdr record is supposed to have 0 at
the begining but it doesn't.
Issue History
Date Modified Username Field Change
======================================================================
06-06-08 01:29 licedey Note Added: 0087880
======================================================================
More information about the asterisk-bugs
mailing list