forked from drachtio/drachtio-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker.drachtio.conf.xml
45 lines (34 loc) · 1.29 KB
/
docker.drachtio.conf.xml
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
<drachtio>
<!-- udp port to listen on for client connections (default 8022), and shared secret used to authenticate clients -->
<admin port="9022" secret="cymru">0.0.0.0</admin>
<!-- sip configuration -->
<sip>
<!-- local sip address to bind to. Default: 'sip:*', which means listens on port 5060 on all interfaces and transports -->
<!--
Other examples:
sip:192.168.1.100
sip:*;transport=tcp
sip:*:5061
-->
<contacts></contacts>
<spammers action="reject" tcp-action="discard">
<header name="User-Agent">
<value>sip-cli</value>
<value>sipcli</value>
<value>friendly-scanner</value>
</header>
<header>
<value>sipvicious</value>
</header>
</spammers>
</sip>
<cdrs>true</cdrs>
<!-- logging configuration -->
<logging>
<console/>
<!-- sofia internal log level, from 0 (minimal) to 9 (verbose) -->
<sofia-loglevel>9</sofia-loglevel>
<!-- notice, warning, error, info, debug. Default: info -->
<loglevel>debug</loglevel>
</logging>
</drachtio>