revert change to ENUM functionality (go back to supplying a default zone)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@10823 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-02-22 23:07:34 +00:00
parent 6204abdae2
commit 850397b334
3 changed files with 16 additions and 39 deletions

View File

@@ -84,6 +84,9 @@ 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";