(→Additional features) |
(→Configuration) |
||
Line 60: | Line 60: | ||
number = TG number; | number = TG number; | ||
// Remote node address | // Remote node address | ||
− | address = | + | address = "<IP ADRESS or Domain Name>"; |
// Connection mode: | // Connection mode: | ||
// 0 - Regular | // 0 - Regular |
Starting BrandMeister release 20160421-112227 has support of WIRES-X connectivity.
WIRES-X Link allows:
- WiresXLink :
- {
- // DTMF ID of local node
- number = NODE ID;
- // Call of local node
- call = "<CALL-ND>";
- // DP-ID of local "radio"
- serial = "xxxxx";
- // Connection profiles
- connections =
- [
- "RoomXXXXX",
- "RoomXXXXX"
- ];
- };
- RoomXXXXX :
- {
- // Room ID: ITALY
- // Group ID
- number = TG number;
- // Remote node address
- address = "<IP ADRESS or Domain Name>";
- // Connection mode:
- // 0 - Regular
- // 1 - Persistent
- // 2 - Regular, auto-reconnect on inactivity
- // 3 - Persistent, auto-reconnect on inactivity
- mode = 0;
- };
Check your firewall rules, port UDP 46112 should be allowed.
Starting BrandMeister release 20160421-112227 has support of WIRES-X connectivity.
WIRES-X Link allows:
- WiresXLink :
- {
- // DTMF ID of local node
- number = NODE ID;
- // Call of local node
- call = "<CALL-ND>";
- // DP-ID of local "radio"
- serial = "xxxxx";
- // Connection profiles
- connections =
- [
- "RoomXXXXX",
- "RoomXXXXX"
- ];
- };
- RoomXXXXX :
- {
- // Room ID: ITALY
- // Group ID
- number = TG number;
- // Remote node address
- address = "<IP ADRESS or Domain Name>";
- // Connection mode:
- // 0 - Regular
- // 1 - Persistent
- // 2 - Regular, auto-reconnect on inactivity
- // 3 - Persistent, auto-reconnect on inactivity
- mode = 0;
- };
Check your firewall rules, port UDP 46112 should be allowed.