FS-3280 --resolve doh

This commit is contained in:
Anthony Minessale 2011-04-29 12:37:30 -05:00
parent 6610e6e98a
commit 81ec7555f8
1 changed files with 1 additions and 1 deletions

View File

@ -2527,7 +2527,7 @@ SWITCH_DECLARE(void) switch_channel_set_hangup_time(switch_channel_t *channel)
{
if (channel->caller_profile && channel->caller_profile->times && !channel->caller_profile->times->bridged) {
switch_mutex_lock(channel->profile_mutex);
channel->caller_profile->times->bridged = switch_micro_time_now();
channel->caller_profile->times->hungup = switch_micro_time_now();
switch_mutex_unlock(channel->profile_mutex);
}
}