| 
									
										
										
										
											2018-12-27 14:31:08 -06:00
										 |  |  | '''
 | 
					
						
							|  |  |  | THIS EXAMPLE WILL NOT WORK AS IT IS - YOU MUST SPECIFY YOUR OWN VALUES!!! | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | This file is organized around the "Conference Bridges" that you wish to use. If you're a c-Bridge | 
					
						
							|  |  |  | person, think of these as "bridge groups". You might also liken them to a "reflector". If a particular | 
					
						
							|  |  |  | system is "ACTIVE" on a particular conference bridge, any traffid from that system will be sent | 
					
						
							|  |  |  | to any other system that is active on the bridge as well. This is not an "end to end" method, because | 
					
						
							|  |  |  | each system must independently be activated on the bridge. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | The first level (e.g. "WORLDWIDE" or "STATEWIDE" in the examples) is the name of the conference | 
					
						
							|  |  |  | bridge. This is any arbitrary ASCII text string you want to use. Under each conference bridge | 
					
						
							|  |  |  | definition are the following items -- one line for each HBSystem as defined in the main HBlink | 
					
						
							|  |  |  | configuration file. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     * SYSTEM - The name of the sytem as listed in the main hblink configuration file (e.g. hblink.cfg) | 
					
						
							|  |  |  |         This MUST be the exact same name as in the main config file!!! | 
					
						
							|  |  |  |     * TS - Timeslot used for matching traffic to this confernce bridge | 
					
						
							| 
									
										
										
										
											2019-06-19 07:32:44 +00:00
										 |  |  |         XLX connections should *ALWAYS* use TS 2 only. | 
					
						
							| 
									
										
										
										
											2018-12-27 14:31:08 -06:00
										 |  |  |     * TGID - Talkgroup ID used for matching traffic to this conference bridge | 
					
						
							| 
									
										
										
										
											2019-06-19 07:32:44 +00:00
										 |  |  |         XLX connections should *ALWAYS* use TG 9 only. | 
					
						
							| 
									
										
										
										
											2018-12-27 14:31:08 -06:00
										 |  |  |     * ON and OFF are LISTS of Talkgroup IDs used to trigger this system off and on. Even if you | 
					
						
							|  |  |  |         only want one (as shown in the ON example), it has to be in list format. None can be | 
					
						
							|  |  |  |         handled with an empty list, such as " 'ON': [] ". | 
					
						
							|  |  |  |     * TO_TYPE is timeout type. If you want to use timers, ON means when it's turned on, it will | 
					
						
							|  |  |  |         turn off afer the timout period and OFF means it will turn back on after the timout | 
					
						
							|  |  |  |         period. If you don't want to use timers, set it to anything else, but 'NONE' might be | 
					
						
							|  |  |  |         a good value for documentation! | 
					
						
							|  |  |  |     * TIMOUT is a value in minutes for the timout timer. No, I won't make it 'seconds', so don't | 
					
						
							|  |  |  |         ask. Timers are performance "expense". | 
					
						
							|  |  |  |     * RESET is a list of Talkgroup IDs that, in addition to the ON and OFF lists will cause a running | 
					
						
							|  |  |  |         timer to be reset. This is useful   if you are using different TGIDs for voice traffic than | 
					
						
							|  |  |  |         triggering. If you are not, there is NO NEED to use this feature. | 
					
						
							|  |  |  | '''
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | BRIDGES = { | 
					
						
							| 
									
										
										
										
											2021-01-07 15:10:34 -08:00
										 |  |  | ##    'ENGLISH': [ | 
					
						
							|  |  |  | ##            {'SYSTEM': 'CHANGE_ME-1',    'TS': 1, 'TGID': 13,   'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'NONE', 'ON': [3,], 'OFF': [8,10], 'RESET': []}, | 
					
						
							|  |  |  | ##            {'SYSTEM': 'CHANGE_ME-2',    'TS': 1, 'TGID': 13,   'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'NONE', 'ON': [3,], 'OFF': [8,10], 'RESET': []}, | 
					
						
							|  |  |  | ##        ], | 
					
						
							|  |  |  | ##    'STATEWIDE': [ | 
					
						
							|  |  |  | ##            {'SYSTEM': 'CHANGE_ME-1',    'TS': 2, 'TGID': 3129, 'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'NONE', 'ON': [4,], 'OFF': [7,10], 'RESET': []}, | 
					
						
							|  |  |  | ##            {'SYSTEM': 'CHANGE_ME-2',    'TS': 2, 'TGID': 3129, 'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'NONE', 'ON': [4,], 'OFF': [7,10], 'RESET': []}, | 
					
						
							|  |  |  | ##        ], | 
					
						
							|  |  |  |     'ECHO': [ | 
					
						
							|  |  |  |             {'SYSTEM': 'MASTER-1',    'TS': 2, 'TGID': 9999,    'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'ON',  'ON': [9999,], 'OFF': [9,10], 'RESET': []}, | 
					
						
							|  |  |  |             {'SYSTEM': 'ECHO',    'TS': 2, 'TGID': 9999, 'ACTIVE': True, 'TIMEOUT': 2, 'TO_TYPE': 'ON',  'ON': [9999,], 'OFF': [9,10], 'RESET': []}, | 
					
						
							| 
									
										
										
										
											2018-12-27 14:31:08 -06:00
										 |  |  |         ] | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-17 19:20:10 -06:00
										 |  |  | '''
 | 
					
						
							| 
									
										
										
										
											2020-03-15 21:23:03 -05:00
										 |  |  | list the names of each system that should bridge unit to unit (individual) calls. | 
					
						
							| 
									
										
										
										
											2020-02-17 19:20:10 -06:00
										 |  |  | '''
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-07 15:10:34 -08:00
										 |  |  | UNIT = ['MASTER-1', 'CHANGE_ME'] | 
					
						
							| 
									
										
										
										
											2020-02-17 19:20:10 -06:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-25 12:02:58 -08:00
										 |  |  | '''
 | 
					
						
							| 
									
										
										
										
											2020-11-26 19:40:43 -08:00
										 |  |  | Unit Call flood timeout: | 
					
						
							|  |  |  | The amount of time to keep sending private calls to a single system before | 
					
						
							|  |  |  | flooding all systems with the call. A higher value should be set for systems where subscribers | 
					
						
							|  |  |  | are not moving between systems often. A lower value should be set for systems that have subscribers | 
					
						
							|  |  |  | moving between systems often. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Time is in minutes. | 
					
						
							| 
									
										
										
										
											2020-11-25 12:02:58 -08:00
										 |  |  | '''
 | 
					
						
							| 
									
										
										
										
											2020-11-26 19:40:43 -08:00
										 |  |  | UNIT_TIME = 1 | 
					
						
							| 
									
										
										
										
											2020-11-25 12:02:58 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | '''
 | 
					
						
							| 
									
										
										
										
											2020-11-26 19:40:43 -08:00
										 |  |  | Input the DMR ID and SYSTEM of a subscriber that you would like to have always have private calls routed. | 
					
						
							|  |  |  | This will not flood all systems. | 
					
						
							| 
									
										
										
										
											2020-11-25 12:02:58 -08:00
										 |  |  | '''
 | 
					
						
							| 
									
										
										
										
											2020-11-25 14:39:28 -08:00
										 |  |  | STATIC_UNIT = [ | 
					
						
							| 
									
										
										
										
											2021-01-07 15:10:34 -08:00
										 |  |  | #    [ 456, 'CLIENT-1'], | 
					
						
							|  |  |  | #    [ 123, 'MASTER-1'], | 
					
						
							|  |  |  |      [ 9099, 'D-APRS'] | 
					
						
							| 
									
										
										
										
											2020-11-25 14:39:28 -08:00
										 |  |  |     ] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-17 19:20:10 -06:00
										 |  |  | '''
 | 
					
						
							|  |  |  | This is for testing the syntax of the file. It won't eliminate all errors, but running this file | 
					
						
							|  |  |  | like it were a Python program itself will tell you if the syntax is correct! | 
					
						
							|  |  |  | '''
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-27 14:31:08 -06:00
										 |  |  | if __name__ == '__main__': | 
					
						
							|  |  |  |     from pprint import pprint | 
					
						
							| 
									
										
										
										
											2019-03-01 11:30:45 -06:00
										 |  |  |     pprint(BRIDGES) | 
					
						
							| 
									
										
										
										
											2020-02-17 19:20:10 -06:00
										 |  |  |     print(UNIT) | 
					
						
							| 
									
										
										
										
											2021-01-07 15:10:34 -08:00
										 |  |  |     print(STATIC_UNIT) |