#include <switch_loadable_module.h>
Collaboration diagram for switch_loadable_module_interface:
Definition at line 55 of file switch_loadable_module.h.
the table of api functions the module has implemented
Definition at line 71 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of applications the module has implemented
Definition at line 67 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of asr interfaces the module has implemented
Definition at line 83 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of chat applications the module has implemented
Definition at line 69 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of chat interfaces the module has implemented
Definition at line 79 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of codecs the module has implemented
Definition at line 65 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of dialplans the module has implemented
Definition at line 63 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of directory interfaces the module has implemented
Definition at line 77 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of endpoints the module has implemented
Definition at line 59 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of file formats the module has implemented
Definition at line 73 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of limit interfaces the module has implemented
Definition at line 87 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of management interfaces the module has implemented
Definition at line 85 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
| const char* switch_loadable_module_interface::module_name |
the name of the module
Definition at line 57 of file switch_loadable_module.h.
Referenced by do_shutdown(), switch_loadable_module_build_dynamic(), switch_loadable_module_create_module_interface(), switch_loadable_module_enumerate_loaded(), switch_loadable_module_exec(), switch_loadable_module_load_file(), and switch_loadable_module_runtime().
Definition at line 90 of file switch_loadable_module.h.
Referenced by switch_loadable_module_create_module_interface().
Definition at line 89 of file switch_loadable_module.h.
Definition at line 88 of file switch_loadable_module.h.
Referenced by do_shutdown(), and switch_loadable_module_create_module_interface().
the table of say interfaces the module has implemented
Definition at line 81 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of speech interfaces the module has implemented
Definition at line 75 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
the table of timers the module has implemented
Definition at line 61 of file switch_loadable_module.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
1.4.7