[asterisk-bugs] [Asterisk 0013597]: clid will only set number not name
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 3 14:41:38 CST 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13597
======================================================================
Reported By: john8675309
Assigned To: murf
======================================================================
Project: Asterisk
Issue ID: 13597
Category: CDR/General
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 145479
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-10-01 20:56 CDT
Last Modified: 2008-12-03 14:41 CST
======================================================================
Summary: clid will only set number not name
Description:
After upgrading to 1.4 svn CLID will no long hold the name and the number
just the number. Here is my dialplan.
exten => 7124320002,1,answer
exten => 7124320002,2,set(CALLERID(all)="John" <999>)
exten => 7124320002,3,wait(7200)
core show channels information
CDR Variables:
level 1: clid=999
level 1: src=999
level 1: dst=700
level 1: dcontext=default
level 1: channel=SIP/192.168.1.1-007a59d0
level 1: lastapp=Wait
level 1: lastdata=7200
level 1: start=2008-10-01 21:04:36
level 1: answer=2008-10-01 21:04:36
level 1: duration=0
level 1: billsec=0
level 1: disposition=ANSWERED
level 1: amaflags=DOCUMENTATION
level 1: uniqueid=1222913076.8
this worked in 1.4.21 just fine
======================================================================
----------------------------------------------------------------------
(0095748) svnbot (reporter) - 2008-12-03 14:41
http://bugs.digium.com/view.php?id=13597#c95748
----------------------------------------------------------------------
Repository: asterisk
Revision: 160703
U branches/1.4/funcs/func_callerid.c
------------------------------------------------------------------------
r160703 | murf | 2008-12-03 14:41:37 -0600 (Wed, 03 Dec 2008) | 11 lines
(closes issue http://bugs.digium.com/view.php?id=13597)
Reported by: john8675309
Patches:
patch.13597 uploaded by murf (license 17)
Tested by: murf, john8675309
This patch causes the setcid func to update the CDR
clid after setting the channel field.
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=160703
Issue History
Date Modified Username Field Change
======================================================================
2008-12-03 14:41 svnbot Checkin
2008-12-03 14:41 svnbot Note Added: 0095748
2008-12-03 14:41 svnbot Status ready for testing =>
assigned
2008-12-03 14:41 svnbot Status assigned => resolved
2008-12-03 14:41 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list