|
RTS API Documentation
1.10.11
|
Abstract interface to a dialplan module. More...
#include <switch_module_interfaces.h>
Collaboration diagram for switch_dialplan_interface:Data Fields | |
| const char * | interface_name |
| switch_dialplan_hunt_function_t | hunt_function |
| switch_thread_rwlock_t * | rwlock |
| int | refs |
| switch_mutex_t * | reflock |
| switch_loadable_module_interface_t * | parent |
| struct switch_dialplan_interface * | next |
Abstract interface to a dialplan module.
Definition at line 266 of file switch_module_interfaces.h.
| switch_dialplan_hunt_function_t switch_dialplan_interface::hunt_function |
the function to read an extension and set a channels dialpan
Definition at line 270 of file switch_module_interfaces.h.
Referenced by switch_core_session_execute_exten(), and switch_core_standard_on_routing().
| const char* switch_dialplan_interface::interface_name |
the name of the interface
Definition at line 268 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
| struct switch_dialplan_interface* switch_dialplan_interface::next |
Definition at line 275 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
| switch_loadable_module_interface_t* switch_dialplan_interface::parent |
Definition at line 274 of file switch_module_interfaces.h.
| switch_mutex_t* switch_dialplan_interface::reflock |
Definition at line 273 of file switch_module_interfaces.h.
| int switch_dialplan_interface::refs |
Definition at line 272 of file switch_module_interfaces.h.
| switch_thread_rwlock_t* switch_dialplan_interface::rwlock |
Definition at line 271 of file switch_module_interfaces.h.
1.8.13