mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-3901 --resolve alternate solution to FS-3870
This commit is contained in:
@@ -2321,6 +2321,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_exten(switch_core_se
|
||||
|
||||
new_profile = switch_caller_profile_clone(session, profile);
|
||||
new_profile->destination_number = switch_core_strdup(new_profile->pool, exten);
|
||||
new_profile->times = profile->times;
|
||||
|
||||
|
||||
if (!zstr(dialplan)) {
|
||||
new_profile->dialplan = switch_core_strdup(new_profile->pool, dialplan);
|
||||
|
||||
Reference in New Issue
Block a user