(→Limitations) |
(→Additional features) |
||
Line 27: | Line 27: | ||
** D-BUS API to send messages | ** D-BUS API to send messages | ||
** Additional CLI utility SendWiresXMessage.php (not supplied to distribution) | ** Additional CLI utility SendWiresXMessage.php (not supplied to distribution) | ||
− | * | + | * Two options to connect: |
− | ** | + | ** Static IP or dynamic DDNS |
− | ** WIRES-X directory service | + | ** WIRES-X directory service (ILS) - implemented as [[Registry]] plugin |
=== Allocated ports === | === Allocated ports === |
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>";
- // 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
- 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>";
- // 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
- mode = 0;
- };
Check your firewall rules, port UDP 46112 should be allowed.