Commit | Line | Data |
---|---|---|
3802e567 MN |
1 | ; |
2 | ; Asterisk Call Management support | |
3 | ; | |
4 | ||
5 | ; By default asterisk will listen on localhost only. | |
6 | [general] | |
7 | enabled = yes | |
8 | port = 5038 | |
9 | bindaddr = 127.0.0.1 | |
10 | ||
11 | ; No access is allowed by default. | |
12 | ; To set a password, create a file in /etc/asterisk/manager.d | |
13 | ; use creative permission games to allow other serivces to create their own | |
14 | ; files | |
15 | #include "manager.d/*.conf" | |
16 | ||
a52025b1 MN |
17 | #include "auf/manager.local" |
18 |