Issue 9477 - Improve menuselect labels

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@66585 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-05-30 05:17:09 +00:00
parent 2baca1b2c5
commit 1236ed3214
12 changed files with 16 additions and 12 deletions

View File

@@ -88,5 +88,5 @@ static int load_module(void)
return ast_custom_function_register(&shell_function);
}
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "SHELL dialplan function");
AST_MODULE_INFO_STANDARD(ASTERISK_GPL_KEY, "Returns the output of a shell command");