This page last changed on Sep 26, 2012 by wikibot.
ModuleLoad
Synopsis
Module management.
Description
Loads, unloads or reloads an Asterisk module in a running system.
Syntax
Arguments
- ActionID - ActionID for this transaction. Will be returned.
- Module - Asterisk module name (including .so extension) or subsystem identifier:
- cdr
- dnsmgr
- extconfig
- enum
- acl
- manager
- http
- logger
- features
- dsp
- udptl
- indications
- cel
- plc
- LoadType - The operation to be done on module. Subsystem identifiers may only be reloaded.
- load
- unload
- reload}}If no module is specified for a {{reload loadtype, all modules are reloaded.
Import Version
This documentation was imported from Asterisk Version SVN-branch-11-r373804
|