FreeSWITCH API Documentation
1.7.0
|
#include <switch_caller.h>
Data Fields | |
char * | var |
char * | val |
struct profile_node_s * | next |
Definition at line 63 of file switch_caller.h.
struct profile_node_s* profile_node_s::next |
Definition at line 66 of file switch_caller.h.
Referenced by switch_caller_profile_dup(), switch_caller_profile_event_set_data(), switch_channel_build_param_string(), switch_channel_set_profile_var(), and switch_ivr_set_xml_profile_data().
char* profile_node_s::val |
Definition at line 65 of file switch_caller.h.
Referenced by switch_caller_profile_dup(), switch_caller_profile_event_set_data(), switch_channel_build_param_string(), switch_channel_set_profile_var(), and switch_ivr_set_xml_profile_data().
char* profile_node_s::var |
Definition at line 64 of file switch_caller.h.
Referenced by switch_caller_profile_dup(), switch_caller_profile_event_set_data(), switch_channel_build_param_string(), switch_channel_set_profile_var(), and switch_ivr_set_xml_profile_data().