[asterisk-bugs] [Asterisk 0008089]: [patch] The record# parameter in ENUMLOOKUP is ignored
noreply at bugs.digium.com
noreply at bugs.digium.com
Fri May 9 14:48:57 CDT 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=8089
======================================================================
Reported By: otmar
Assigned To: bbryant
======================================================================
Project: Asterisk
Issue ID: 8089
Category: Functions/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: 1.6.0-beta8
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 50028
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 10-04-2006 10:19 CDT
Last Modified: 05-09-2008 14:48 CDT
======================================================================
Summary: [patch] The record# parameter in ENUMLOOKUP is
ignored
Description:
In function_enum, the args.record parameter is never evaluated.
That's also a bug in ast_get_enum, which does not offer a seperate
parameter for this.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0005526 [patch] Carrier ENUM support + some rew...
related to 0005666 [patch][post 1.4] Add NAPTR string pars...
related to 0011560 ENUM LOOKUP IS NOT WORKING AGAIN
======================================================================
----------------------------------------------------------------------
svnbot - 05-09-08 14:48
----------------------------------------------------------------------
Repository: asterisk
Revision: 115584
U trunk/funcs/func_enum.c
U trunk/include/asterisk/enum.h
U trunk/main/enum.c
------------------------------------------------------------------------
r115584 | bbryant | 2008-05-09 14:48:54 -0500 (Fri, 09 May 2008) | 15
lines
The following patch adds new options and alters the default behavior of
the ENUM* functions. The TXCIDNAME lookup function has also gotten a
new paramater. The new options for ENUM* functions include 'u', 's', 'i',
and 'd' which return the full uri, trigger isn specific rewriting, look
for branches into an infrastructure enum tree, or do a direct dns lookup
of a number respectively. The new paramater for TXCIDNAME adds a
zone-suffix argument for looking up caller id's in DNS that aren't
e164.arpa.
This patch is based on the original code from otmar, modified by snuffy,
and tested by jtodd, me, and others.
(closes issue http://bugs.digium.com/view.php?id=8089)
Reported by: otmar
Patches:
20080508_bug8089-1.diff
- original code by otmar (license 480),
- revised by snuffy (license 35)
Tested by: oej, otmar, jtodd, Corydon76, snuffy, alexnikolov, bbryant
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=115584
Issue History
Date Modified Username Field Change
======================================================================
05-09-08 14:48 svnbot Note Added: 0086677
05-09-08 14:48 svnbot Status feedback => assigned
======================================================================
More information about the asterisk-bugs
mailing list