mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
show, list, view, display... whatever.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46514 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -59,7 +59,7 @@ static struct ast_custom_function ifmodule_function = {
|
|||||||
.syntax = "IFMODULE(<modulename.so>)",
|
.syntax = "IFMODULE(<modulename.so>)",
|
||||||
.read = ifmodule_read,
|
.read = ifmodule_read,
|
||||||
.desc = "Checks if a module is loaded. Use the full module name\n"
|
.desc = "Checks if a module is loaded. Use the full module name\n"
|
||||||
"as shown by the list in \"show modules\". \n"
|
"as shown by the list in \"module list\". \n"
|
||||||
"Returns \"1\" if module exists in memory, otherwise \"0\".\n",
|
"Returns \"1\" if module exists in memory, otherwise \"0\".\n",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user