don't force a default zone for ENUM() lookups, use the configuration file (issue #6036, with update to UPGRADE.txt)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10047 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-02-14 21:57:26 +00:00
parent 2f46cb9198
commit c8b087ffcb
3 changed files with 38 additions and 14 deletions

View File

@@ -86,9 +86,6 @@ static int function_enum(struct ast_channel *chan, char *cmd, char *data,
ast_copy_string(tech, args.tech ? args.tech : "sip", sizeof(tech));
if (!args.zone)
args.zone = "e164.arpa";
if (!args.options)
args.options = "1";