Skip to content

Commit

Permalink
bug fix - last update
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mjs710 committed Jun 28, 2017
1 parent 0079ad1 commit d1143dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def group_voice(self, _src_sub, _dst_group, _ts, _end, _peerid, _data):
self.call_duration = now - self.call_start
self._logger.info('(%s) GROUP VOICE END: CallID: %s PEER: %s, SUB: %s, TS: %s, TGID: %s Duration: %.2fs', self._system, int_id(_seq_id), int_id(_peerid), int_id(_src_sub), _ts, int_id(_dst_group), self.call_duration)
if self._CONFIG['REPORTS']['REPORT_NETWORKS'] == 'NETWORK':
self._report.send_bridgeEvent(['Group Voice Call End', self._system, int_id(_seq_id), int_id(_peerid), int_id(_src_sub), _ts, int_id(_dst_group), self.call_duration)])
self._report.send_bridgeEvent(['Group Voice Call End', self._system, int_id(_seq_id), int_id(_peerid), int_id(_src_sub), _ts, int_id(_dst_group), self.call_duration])
else:
self._logger.warning('(%s) GROUP VOICE END WITHOUT MATCHING START: CallID: %s PEER: %s, SUB: %s, TS: %s, TGID: %s', self._system, int_id(_seq_id), int_id(_peerid), int_id(_src_sub), _ts, int_id(_dst_group))
if self._CONFIG['REPORTS']['REPORT_NETWORKS'] == 'NETWORK':
Expand Down

0 comments on commit d1143dd

Please sign in to comment.