This page last changed on Jul 20, 2012 by wikibot.
IFMODULE()
Synopsis
Checks if an Asterisk module is loaded in memory.
Description
Checks if a module is loaded. Use the full module name as shown by the list in module list. Returns 1 if module exists in memory, otherwise 0
Syntax
Arguments
- modulename.so - Module name complete with .so
Import Version
This documentation was imported from Asterisk Version SVN-trunk-r370328
|