Merge pull request #931 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9440 to master

* commit 'ea5b39365af78be85b73673699040727ec9952c9':
  FS-9440 add transfer_destination
This commit is contained in:
Mike Jerris 2016-08-19 14:33:22 -05:00
commit 26a502061f
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;