FreeSWITCH API Documentation  1.7.0
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 256 of file switch_module_interfaces.h.

Field Documentation

switch_dialplan_hunt_function_t switch_dialplan_interface::hunt_function

the function to read an extension and set a channels dialpan

Definition at line 260 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 258 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
switch_loadable_module_interface_t* switch_dialplan_interface::parent

Definition at line 264 of file switch_module_interfaces.h.

switch_mutex_t* switch_dialplan_interface::reflock

Definition at line 263 of file switch_module_interfaces.h.

int switch_dialplan_interface::refs

Definition at line 262 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_dialplan_interface::rwlock

Definition at line 261 of file switch_module_interfaces.h.


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