RTS API Documentation
1.10.11
|
#include <switch_module_interfaces.h>
Definition at line 65 of file switch_module_interfaces.h.
int switch_state_handler_table::flags |
Definition at line 90 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_consume_media |
executed when the state changes to consume_media
Definition at line 79 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_destroy |
executed when the state changes to destroy
Definition at line 89 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_exchange_media |
executed when the state changes to exchange_media
Definition at line 75 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_execute |
executed when the state changes to execute
Definition at line 71 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_hangup |
executed when the state changes to hangup
Definition at line 73 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_hibernate |
executed when the state changes to hibernate
Definition at line 81 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_init |
executed when the state changes to init
Definition at line 67 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_park |
executed when the state changes to park
Definition at line 85 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_reporting |
executed when the state changes to reporting
Definition at line 87 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_reset |
executed when the state changes to reset
Definition at line 83 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_routing |
executed when the state changes to routing
Definition at line 69 of file switch_module_interfaces.h.
switch_state_handler_t switch_state_handler_table::on_soft_execute |
executed when the state changes to soft_execute
Definition at line 77 of file switch_module_interfaces.h.
void* switch_state_handler_table::padding[10] |
Definition at line 91 of file switch_module_interfaces.h.