[asterisk-bugs] [Asterisk 0011079]: hidecalleridname parameter don't work

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Oct 24 15:52:52 CDT 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=11079 
====================================================================== 
Reported By:                ddv2005
Assigned To:                qwell
====================================================================== 
Project:                    Asterisk
Issue ID:                   11079
Category:                   Channels/chan_zap
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.13  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             10-24-2007 15:38 CDT
Last Modified:              10-24-2007 15:52 CDT
====================================================================== 
Summary:                    hidecalleridname parameter don't work
Description: 
hidecalleridname parameter can't work because variable 'n' overrided at
bellow code in anyway.
		if (!p->hidecalleridname)
			n = ast->cid.cid_name;
		else
			n = NULL;
		if (!p->hidecallerid) {
			l = ast->cid.cid_num;
			n = ast->cid.cid_name;
		} else {
			l = NULL;
			n = NULL;
		}

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-24-07 15:52  qwell          Assigned To               => qwell           
======================================================================




More information about the asterisk-bugs mailing list