ENUMLOOKUP()
Synopsis
General or specific querying of NAPTR records for ENUM or ENUM-like DNS pointers.
Description
For more information see doc/AST.pdf
.
Syntax
ENUMLOOKUP(number,method-type,options,record#,zone-suffix)
Arguments
number
method-type
- If no method-type is given, the default will besip
.options
c
- Returns an integer count of the number of NAPTRs of a certain RR type.
Combination ofc
and Method-type ofALL
will return a count of all NAPTRs for the record or -1 on error.u
- Returns the full URI and does not strip off the URI-scheme.s
- Triggers ISN specific rewriting.i
- Looks for branches into an Infrastructure ENUM tree.d
- for a direct DNS lookup without any flipping of digits.
record#
- If no record# is given, defaults to1
.zone-suffix
- If no zone-suffix is given, the default will bee164.arpa
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-13-r420538