[asterisk-bugs] [Asterisk 0011381]: [patch] Update examples to use CALLERID(num) instead of CALLERID(number)
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Nov 26 13:58:06 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11381
======================================================================
Reported By: jon
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11381
Category: Functions/func_callerid
Reproducibility: always
Severity: text
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-26-2007 13:55 CST
Last Modified: 11-26-2007 13:58 CST
======================================================================
Summary: [patch] Update examples to use CALLERID(num) instead
of CALLERID(number)
Description:
CALLERID() only checks to see if the first 3 characters match 'num'. So,
although 'number' and 'numnuts' both do the same thing, 'num' is the
desired value.
The examples should match...
======================================================================
----------------------------------------------------------------------
jon - 11-26-07 13:58
----------------------------------------------------------------------
Used this command to generate patch.
perl -pi -e 's/CALLERID\(number\)/CALLERID(num)/gi' `find . ! -path
'*svn*' -type f`
Issue History
Date Modified Username Field Change
======================================================================
11-26-07 13:58 jon Note Added: 0074361
======================================================================
More information about the asterisk-bugs
mailing list