mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-4331 please test this patch and regenerate logs if necessary
This commit is contained in:
parent
02c2b532e7
commit
3951a187a0
@ -3515,6 +3515,10 @@ static switch_call_cause_t pickup_outgoing_channel(switch_core_session_t *sessio
|
||||
name = switch_core_session_sprintf(nsession, "pickup/%s", pickup);
|
||||
switch_channel_set_name(nchannel, name);
|
||||
switch_channel_set_variable(nchannel, "process_cdr", "false");
|
||||
switch_channel_set_variable(nchannel, "presence_id", NULL);
|
||||
|
||||
switch_event_del_header(var_event, "presence_id");
|
||||
|
||||
pickup_add_session(nsession, pickup);
|
||||
switch_channel_set_flag(nchannel, CF_PICKUP);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user