#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 |
| switch_dialplan_interface * | next |
Definition at line 249 of file switch_module_interfaces.h.
the function to read an extension and set a channels dialpan
Definition at line 253 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 251 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 258 of file switch_module_interfaces.h.
Referenced by switch_loadable_module_process(), and switch_loadable_module_unprocess().
Definition at line 257 of file switch_module_interfaces.h.
Definition at line 256 of file switch_module_interfaces.h.
Definition at line 255 of file switch_module_interfaces.h.
Definition at line 254 of file switch_module_interfaces.h.
1.4.7