FreeSWITCH API Documentation
1.7.0
|
Functions | |
int | switch_core_add_state_handler (_In_ const switch_state_handler_table_t *state_handler) |
Add a global state handler. More... | |
void | switch_core_remove_state_handler (_In_ const switch_state_handler_table_t *state_handler) |
Remove a global state handler. More... | |
const switch_state_handler_table_t * | switch_core_get_state_handler (_In_ int index) |
Access a state handler. More... | |
int switch_core_add_state_handler | ( | _In_ const switch_state_handler_table_t * | state_handler | ) |
Add a global state handler.
state_handler | a state handler to add |
const switch_state_handler_table_t* switch_core_get_state_handler | ( | _In_ int | index | ) |
Access a state handler.
index | the desired index to access |
void switch_core_remove_state_handler | ( | _In_ const switch_state_handler_table_t * | state_handler | ) |
Remove a global state handler.
state_handler | the state handler to remove |