mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Thanks to pnlarsson for noting the spelling error in the cli commands. Also, added some verbage about the new algorithm to CHANGES.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89583 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -4850,7 +4850,7 @@ static char *handle_set_extenpatternmatchnew(struct ast_cli_entry *e, int cmd, s | ||||
| 	 | ||||
| 	switch (cmd) { | ||||
| 	case CLI_INIT: | ||||
| 		e->command = "dialplan set extenpaternmatchnew true"; | ||||
| 		e->command = "dialplan set extenpatternmatchnew true"; | ||||
| 		e->usage =  | ||||
| 			"Usage: dialplan set extenpatternmatchnew true|false\n" | ||||
| 			"       Use the NEW extension pattern matching algorithm, true or false.\n"; | ||||
| @@ -4878,7 +4878,7 @@ static char *handle_unset_extenpatternmatchnew(struct ast_cli_entry *e, int cmd, | ||||
| 	 | ||||
| 	switch (cmd) { | ||||
| 	case CLI_INIT: | ||||
| 		e->command = "dialplan set extenpaternmatchnew false"; | ||||
| 		e->command = "dialplan set extenpatternmatchnew false"; | ||||
| 		e->usage =  | ||||
| 			"Usage: dialplan set extenpatternmatchnew true|false\n" | ||||
| 			"       Use the NEW extension pattern matching algorithm, true or false.\n"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user