FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | event_channel |
char * | name |
char * | key |
struct alias_node_s * | next |
Definition at line 3073 of file switch_event.c.
char* alias_node_s::event_channel |
Definition at line 3074 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_add_alias(), and switch_live_array_clear_alias().
char* alias_node_s::key |
Definition at line 3076 of file switch_event.c.
Referenced by switch_live_array_add_alias(), and switch_live_array_destroy().
char* alias_node_s::name |
Definition at line 3075 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_add_alias(), and switch_live_array_clear_alias().
struct alias_node_s* alias_node_s::next |
Definition at line 3077 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_clear_alias(), and switch_live_array_destroy().