mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
add switch_core_get_variables and allow execute_on funcs to see global vars too
This commit is contained in:
@@ -811,6 +811,7 @@ SWITCH_DECLARE(const char *) switch_core_get_switchname(void);
|
||||
\param value the value of the variable
|
||||
*/
|
||||
SWITCH_DECLARE(void) switch_core_set_variable(_In_z_ const char *varname, _In_opt_z_ const char *value);
|
||||
SWITCH_DECLARE(switch_status_t) switch_core_get_variables(switch_event_t **event);
|
||||
|
||||
/*!
|
||||
\brief Conditionally add a global variable to the core
|
||||
|
||||
Reference in New Issue
Block a user