You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/configs/talkgroup_rules.example.yml

194 lines
6.9 KiB

#
# Digital Voice Modem - Talkgroup Rules
#
# @package DVM / Host Software
#
#
# Talkgroup Rules
#
groupVoice:
# Textual name of the talkgroup.
- name: Talkgroup 1
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite: []
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 1
# DMR slot number.
slot: 1
# Textual name of the talkgroup.
- name: Parrot
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# Flag indicating whether or not this talkgroup is a parrot talkgroup.
parrot: true
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite: []
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 9990
# DMR slot number.
slot: 1
# Textual name of the talkgroup.
- name: Rewrite Example
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# Flag indicating whether or not this talkgroup is a parrot talkgroup.
parrot: true
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite:
# Network Peer ID to rewrite this TGID for.
- peerid: 9000990
# Numerical talkgroup ID number.
tgid: 9999
# DMR slot number.
slot: 1
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 5
# DMR slot number.
slot: 1
# Textual name of the talkgroup.
- name: System Wide P25
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite: []
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 65535
# DMR slot number.
slot: 1
# Textual name of the talkgroup.
- name: System Wide DMR TS1
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite: []
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 16777215
# DMR slot number.
slot: 1
# Textual name of the talkgroup.
- name: System Wide DMR TS2
#
# Talkgroup Configuration
#
config:
# Flag indicating whether this talkgroup is active or not.
active: true
# Flag indicating whether this talkgroup will only repeat with affiliations.
affiliated: false
# List of peer IDs included for this talkgroup (peers listed here will be selected for traffic).
inclusion: []
# List of peer IDs excluded for this talkgroup (peers listed here will be ignored for traffic).
exclusion: []
# List of peer talkgroup rewrites.
rewrite: []
# List of site CC peer IDs defining talkgroup access preference (peers listed here will be preferred for access,
# sites not listed here will be non-preferred and will cause a AFF_GRP_RSP DENY, typically triggering roaming).
# If this list is empty *all* peers are preferred. (Trunking Only)
preferred: []
#
# Source Configuration
#
source:
# Numerical talkgroup ID number.
tgid: 16777215
# DMR slot number.
slot: 2

Powered by TurnKey Linux.