auto update displays in more places
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15111 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6df9d44154
commit
7f294ebd4f
|
@ -4253,6 +4253,11 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
|
|||
if ((tmp = switch_channel_get_variable(a_channel, SWITCH_HOLD_MUSIC_VARIABLE))) {
|
||||
moh = tmp;
|
||||
}
|
||||
|
||||
if (!strcasecmp(moh, "silence")) {
|
||||
moh = NULL;
|
||||
}
|
||||
|
||||
//switch_channel_set_variable(a_channel, SWITCH_PARK_AFTER_BRIDGE_VARIABLE, "true");
|
||||
if (moh) {
|
||||
switch_channel_set_variable_printf(a_channel, SWITCH_TRANSFER_AFTER_BRIDGE_VARIABLE,
|
||||
|
|
Loading…
Reference in New Issue