switch_dialplan_interface Struct Reference

Abstract interface to a dialplan module. More...

#include <switch_module_interfaces.h>

Collaboration diagram for switch_dialplan_interface:

[legend]

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
switch_dialplan_interfacenext

Detailed Description

Abstract interface to a dialplan module.

Definition at line 249 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 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().

struct switch_dialplan_interface* switch_dialplan_interface::next

Definition at line 258 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 257 of file switch_module_interfaces.h.

switch_mutex_t* switch_dialplan_interface::reflock

Definition at line 256 of file switch_module_interfaces.h.

int switch_dialplan_interface::refs

Definition at line 255 of file switch_module_interfaces.h.

switch_thread_rwlock_t* switch_dialplan_interface::rwlock

Definition at line 254 of file switch_module_interfaces.h.


The documentation for this struct was generated from the following file:
Generated on Wed May 16 04:00:28 2012 for FreeSWITCH API Documentation by  doxygen 1.4.7