From c8b087ffcb5939e5b6db7c592b53c44658b220df Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 14 Feb 2006 21:57:26 +0000 Subject: 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 --- funcs/func_enum.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'funcs/func_enum.c') diff --git a/funcs/func_enum.c b/funcs/func_enum.c index 1da13a4d4..2dd982ec4 100644 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -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"; -- cgit v1.2.3