FS-9680 #resolve [Add proxy-message param to sofia]

This commit is contained in:
Anthony Minessale
2016-10-27 17:40:17 -05:00
committed by Mike Jerris
parent aa3283e256
commit 91945cb1de
4 changed files with 72 additions and 3 deletions
+4
View File
@@ -317,6 +317,10 @@ SWITCH_DECLARE(switch_status_t) switch_channel_get_variables(switch_channel_t *c
SWITCH_DECLARE(switch_status_t) switch_channel_pass_callee_id(switch_channel_t *channel, switch_channel_t *other_channel);
static inline int switch_channel_var_true(switch_channel_t *channel, const char *variable) {
return switch_true(switch_channel_get_variable_dup(channel, variable, SWITCH_FALSE, -1));
}
/*!
* \brief Start iterating over the entries in the channel variable list.
* \param channel the channel to iterate the variables for