-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnetmap-settings.ini
More file actions
47 lines (44 loc) · 1.97 KB
/
Copy pathnetmap-settings.ini
File metadata and controls
47 lines (44 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
; /etc/allmon3/netmap-settings.ini
; Allmon3 Netmap – AMI server definitions and optional service credentials
;
; Each section defines one Asterisk instance to query.
; The section name is a human-readable label used only in error messages.
;
; FIELDS
; host IP address or hostname of the Asterisk server (default: 127.0.0.1)
; port AMI port (default: 5038)
; user AMI manager username
; pass AMI manager secret/password
; nodes Comma-separated list of node numbers hosted by this Asterisk instance.
; Only numeric node numbers >= 2000 will appear in the output; private
; nodes (< 2000) are queried if listed but excluded from the JSON result.
;
; INSTALL
; sudo cp netmap-settings.ini /etc/allmon3/netmap-settings.ini
; sudo chmod 640 /etc/allmon3/netmap-settings.ini
; sudo chown root:www-data /etc/allmon3/netmap-settings.ini
;
; Multiple servers are supported – add as many sections as needed.
; ── Local Asterisk instance ───────────────────────────────────────────────────
[local]
host = 127.0.0.1
port = 5038
user = admin
pass = changeme
nodes = 499600
; ── Remote Asterisk instance (example) ───────────────────────────────────────
;[remote_hub]
;host = 10.0.0.5
;port = 5038
;user = allmon
;pass = changeme
;nodes = 65017, 65018
; ── QRZ.com XML API credentials (optional) ────────────────────────────────────────
; When set, netmap.php looks up nodes missing lat/lon with a known callsign
; on QRZ.com and appends the found coordinates to netmap-nodelist.ini so future
; requests skip the lookup. Requires an active QRZ XML Data subscription:
; https://www.qrz.com/i/subscriptions.html
; Leave user and pass blank (or remove this section) to disable.
[qrz]
user =
pass =