mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
return channels to the execute state when hangup_after_bridge is false on a bridge started with the intercept app
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9288 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1147,6 +1147,9 @@ SWITCH_DECLARE(void) switch_channel_set_caller_profile(switch_channel_t *channel
|
||||
caller_profile->times->progress_media = channel->caller_profile->times->progress_media;
|
||||
caller_profile->times->created = channel->caller_profile->times->created;
|
||||
caller_profile->times->hungup = channel->caller_profile->times->hungup;
|
||||
if (channel->caller_profile->caller_extension) {
|
||||
switch_caller_extension_clone(&caller_profile->caller_extension, channel->caller_profile->caller_extension, caller_profile->pool);
|
||||
}
|
||||
} else {
|
||||
caller_profile->times->created = switch_timestamp_now();
|
||||
}
|
||||
|
Reference in New Issue
Block a user