forked from YeeYoungHan/cppsipstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSipServer.xml
More file actions
28 lines (28 loc) · 826 Bytes
/
Copy pathSipServer.xml
File metadata and controls
28 lines (28 loc) · 826 Bytes
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
<Setup>
<Sip>
<LocalIp>192.168.184.1</LocalIp>
<UdpPort>5060</UdpPort>
<UdpThreadCount>1</UdpThreadCount>
<TcpPort>5060</TcpPort>
<TcpThreadCount>1</TcpThreadCount>
<TcpRecvTimeout>600</TcpRecvTimeout>
<TlsPort>5061</TlsPort>
<TlsAcceptTimeout>10</TlsAcceptTimeout>
<CertFile>c:\OpenProject\CppSipStack\trunk\KSipServer\SipServer.pem</CertFile>
</Sip>
<SipServerList>
<SipServer Ip="192.168.184.128" Port="5060" Use="true" />
<SipServer Ip="192.168.184.132" Port="5060" Use="true" />
</SipServerList>
<Log>
<Folder>c:\temp\sipserver</Folder>
<Level Debug="true" Info="true" Network="true" Sql="true" />
<MaxSize>10000000</MaxSize>
</Log>
<Monitor>
<Port>6000</Port>
<ClientIpList>
<ClientIp>127.0.0.1</ClientIp>
</ClientIpList>
</Monitor>
</Setup>