Fixed minor reporting bug

This commit is contained in:
n0mjs710 2018-11-08 08:28:47 -06:00
parent 61164fa290
commit 84ac4c24c6
1 changed files with 3 additions and 3 deletions

View File

@ -178,8 +178,8 @@ def rule_timer_loop():
logger.debug('Conference Bridge NO ACTION: System: %s, Bridge: %s, TS: %s, TGID: %s', _system['SYSTEM'], _bridge, _system['TS'], int_id(_system['TGID']))
if CONFIG['REPORTS']['REPORT']:
report_server.send_clients('bridge updated')
#report_server.send_clients('bridge updated')
report_server.send_bridge()
# run this every 10 seconds to trim orphaned stream ids
def stream_trimmer_loop():
@ -764,4 +764,4 @@ if __name__ == '__main__':
stream_trimmer = task.LoopingCall(stream_trimmer_loop)
stream_trimmer.start(5)
reactor.run()
reactor.run()