FS-9440 add transfer_destination

This commit is contained in:
Luis Azedo 2016-08-18 10:23:55 -05:00
parent bfb9e96f84
commit ea5b39365a
1 changed files with 1 additions and 0 deletions

View File

@ -8903,6 +8903,7 @@ void sofia_handle_sip_i_refer(nua_t *nua, sofia_profile_t *profile, nua_handle_t
switch_core_session_t *b_session;
switch_channel_set_variable_printf(channel, "transfer_to", "blind:%s", br ? br : exten);
switch_channel_set_variable_printf(channel, "transfer_destination", "blind:%s", exten);
if (!zstr(br) && (b_session = switch_core_session_locate(br))) {
const char *var;