From 2aafcf4583b58c1b2c09e2a79487afe204bda6a3 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 24 Nov 2018 08:39:16 -0600 Subject: [PATCH 1/2] Update hblink-SAMPLE.cfg --- hblink-SAMPLE.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 55b4675..739dcf3 100755 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -105,13 +105,6 @@ PEER_URL: https://ham-digital.org/status/rptrs.csv SUBSCRIBER_URL: https://ham-digital.org/status/users.csv STALE_DAYS: 7 -# EXPORT AMBE DATA -# This is for exporting AMBE audio frames to an an "external" process for -# decoding or other nefarious actions. -[AMBE] -EXPORT_IP: 127.0.0.1 -EXPORT_PORT: 1234 - # OPENBRIDGE INSTANCES - DUPLICATE SECTION FOR MULTIPLE CONNECTIONS # OpenBridge is a protocol originall created by DMR+ for connection between an # IPSC2 server and Brandmeister. It has been implemented here at the suggestion From 5bbe8a25113db67398791fce8f833c3dfea5571c Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 24 Nov 2018 08:41:11 -0600 Subject: [PATCH 2/2] Update hblink-SAMPLE.cfg --- hblink-SAMPLE.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink-SAMPLE.cfg b/hblink-SAMPLE.cfg index 739dcf3..4e08e91 100755 --- a/hblink-SAMPLE.cfg +++ b/hblink-SAMPLE.cfg @@ -9,7 +9,7 @@ # # Access Control Lists are a very powerful tool for administering your system. # But they consume packet processing time. Disable them if you are not using them. -# But be aware that, as of now, the confiuration stanzas still need the ACL +# But be aware that, as of now, the configuration stanzas still need the ACL # sections configured even if you're not using them. # # REGISTRATION ACLS ARE ALWAYS USED, ONLY SUBSCRIBER AND TGID MAY BE DISABLED!!!