diff --git a/confbridge.py b/confbridge.py index c4bb98a..1a003e2 100755 --- a/confbridge.py +++ b/confbridge.py @@ -70,10 +70,7 @@ __email__ = 'n0mjs@me.com' # TS_CLEAR_TIME = .2 -# Import Bridging rules -# Note: A stanza *must* exist for any IPSC configured in the main -# configuration file and listed as "active". It can be empty, -# but it has to exist. +# Build the conference bridging structure from the bridge file. # def make_bridges(_confbridge_rules): try: @@ -85,11 +82,9 @@ def make_bridges(_confbridge_rules): # Convert integer GROUP ID numbers from the config into hex strings # we need to send in the actual data packets. # - for _bridge in bridge_file.BRIDGES: for _system in bridge_file.BRIDGES[_bridge]: from pprint import pprint - #pprint(CONFIG['SYSTEMS']) if _system['SYSTEM'] not in CONFIG['SYSTEMS']: print(_system['SYSTEM']) sys.exit('ERROR: Conference bridges found for system not configured main configuration') diff --git a/FAQ.md b/documents/FAQ.md similarity index 100% rename from FAQ.md rename to documents/FAQ.md diff --git a/internal_data_decode.txt b/documents/internal_data_decode.txt similarity index 100% rename from internal_data_decode.txt rename to documents/internal_data_decode.txt diff --git a/voice_burst_decoding.txt b/documents/voice_burst_decoding.txt similarity index 100% rename from voice_burst_decoding.txt rename to documents/voice_burst_decoding.txt diff --git a/voice_packets.txt b/documents/voice_packets.txt similarity index 100% rename from voice_packets.txt rename to documents/voice_packets.txt