RTS API Documentation  1.10.11
Data Fields
switch_dialplan_interface Struct Reference

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_trwlock
 
int refs
 
switch_mutex_treflock
 
switch_loadable_module_interface_tparent
 
struct switch_dialplan_interfacenext
 

Detailed Description

Abstract interface to a dialplan module.

Definition at line 266 of file switch_module_interfaces.h.

Field Documentation

◆ hunt_function

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().

◆ interface_name

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().

◆ next

struct switch_dialplan_interface* switch_dialplan_interface::next

◆ parent

switch_loadable_module_interface_t* switch_dialplan_interface::parent

Definition at line 274 of file switch_module_interfaces.h.

◆ reflock

switch_mutex_t* switch_dialplan_interface::reflock

Definition at line 273 of file switch_module_interfaces.h.

◆ refs

int switch_dialplan_interface::refs

Definition at line 272 of file switch_module_interfaces.h.

◆ rwlock

switch_thread_rwlock_t* switch_dialplan_interface::rwlock

Definition at line 271 of file switch_module_interfaces.h.


The documentation for this struct was generated from the following file: