|
|
|
|
@ -17,15 +17,15 @@
|
|
|
|
|
# The 'action' May be PERMIT|DENY
|
|
|
|
|
# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999)
|
|
|
|
|
# Format:
|
|
|
|
|
# ACL = 'action:id|start-end|,id|start-end,....'
|
|
|
|
|
# --for example--
|
|
|
|
|
# SUB_ACL: DENY:1,1000-2000,4500-60000,17
|
|
|
|
|
# ACL = 'action:id|start-end|,id|start-end,....'
|
|
|
|
|
# --for example--
|
|
|
|
|
# SUB_ACL: DENY:1,1000-2000,4500-60000,17
|
|
|
|
|
#
|
|
|
|
|
# ACL Types:
|
|
|
|
|
# REG_ACL: peer radio IDs for registration (only used on HBP master systems)
|
|
|
|
|
# SUB_ACL: subscriber IDs for end-users
|
|
|
|
|
# TGID_TS1_ACL: destination talkgroup IDs on Timeslot 1
|
|
|
|
|
# TGID_TS2_ACL: destination talkgroup IDs on Timeslot 2
|
|
|
|
|
# REG_ACL: peer radio IDs for registration (only used on HBP master systems)
|
|
|
|
|
# SUB_ACL: subscriber IDs for end-users
|
|
|
|
|
# TGID_TS1_ACL: destination talkgroup IDs on Timeslot 1
|
|
|
|
|
# TGID_TS2_ACL: destination talkgroup IDs on Timeslot 2
|
|
|
|
|
#
|
|
|
|
|
# ACLs may be repeated for individual systems if needed for granularity
|
|
|
|
|
# Global ACLs will be processed BEFORE the system level ACLs
|
|
|
|
|
@ -51,6 +51,15 @@ SERVER_ID: 0000
|
|
|
|
|
DATA_GATEWAY: False
|
|
|
|
|
VALIDATE_SERVER_IDS: True
|
|
|
|
|
|
|
|
|
|
# DMR Talker Alias (apagado por defecto)
|
|
|
|
|
# TALKER_ALIAS - True para activar el reenvio/insercion de Talker Alias (DMRA + LC embebida)
|
|
|
|
|
# TALKER_ALIAS_MODE - passthrough (solo reenvia el TA recibido), inject (genera el TA desde el alias del suscriptor)
|
|
|
|
|
# o both (reenvia si llega completo, si no lo genera). Por defecto: both
|
|
|
|
|
# TALKER_ALIAS_FORMAT - plantilla del texto generado en modo inject/both. Campos: {callsign} {fname} {surname} {id}
|
|
|
|
|
TALKER_ALIAS: False
|
|
|
|
|
TALKER_ALIAS_MODE: both
|
|
|
|
|
TALKER_ALIAS_FORMAT: {callsign} {fname}
|
|
|
|
|
|
|
|
|
|
# Servidor de seguridad centralizado
|
|
|
|
|
URL_SECURITY:
|
|
|
|
|
PORT_SECURITY:
|
|
|
|
|
|