mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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:
		| @@ -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"; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user