From: Anthony Minessale Date: Fri, 29 Apr 2011 17:37:30 +0000 (-0500) Subject: FS-3280 --resolve doh X-Git-Tag: v1.2-rc1~118^2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81ec7555f80b113543d1f46629f41d130a17671d;p=thirdparty%2Ffreeswitch.git FS-3280 --resolve doh --- diff --git a/src/switch_channel.c b/src/switch_channel.c index 5b1d06ce33..37ece108a4 100644 --- a/src/switch_channel.c +++ b/src/switch_channel.c @@ -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); } }