From 63b2aedf51b188693a34fb8c0a2237f780b5d8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:54:03 -0400 Subject: [PATCH] Update example_config.ini --- example_config.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/example_config.ini b/example_config.ini index 4a1b029..1b6913a 100644 --- a/example_config.ini +++ b/example_config.ini @@ -45,3 +45,23 @@ type = serial # # [allow_list] # allowed_nodes = !17d7e4b7 + + +########################## +#### JS8Call Settings #### +########################## +# If you would like messages from JS8Call to go into the BBS, uncomment and enter in info below: +# host = the IP address for your system running JS8Call +# port = TCP API port for JS8CALL - Default is 2442 +# db_file = this can be left as the default "js8call.db" unless you need to change for some reason +# js8groups = the JS8Call groups you're interested in receiving into the BBS +# store_messages = "true" will send messages that arent part of a group into the BBS (can be noisy). "false" will ignore these +# js8urgent = the JS8Call groups you consider to be urgent - anything sent to these will have a notice sent to the +# group chat (similar to how the urgent bulletin board works +# [js8call] +# host = 192.168.1.100 +# port = 2442 +# db_file = js8call.db +# js8groups = @GRP1,@GRP2,@GRP3 +# store_messages = True +# js8urgent = @URGNT