diff --git a/hb_confbridge.py b/hb_confbridge.py index e7ed3e1..fd05fcb 100755 --- a/hb_confbridge.py +++ b/hb_confbridge.py @@ -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() \ No newline at end of file + reactor.run()