mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
FS-9440 add transfer_destination
This commit is contained in:
parent
bfb9e96f84
commit
ea5b39365a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user