root/config.ini.sample

Revision 105, 0.9 KB (checked in by Adrian Georgescu <ag@ag-projects.com>, 17 months ago)

Default configuration has no database uri defined

Line 
1; SIP chatserver configuration file
2
3[Server]
4
5; Database backend, any sqlobject supported backend can be used
6; db_uri = sqlite:///var/lib/sip-chatserver/sipchatserver.sqlite
7
8; The X509 certificate file to use during the TLS handshake.
9certificate = tls/sipchatserver.crt
10
11; The X509 private key file to use during the TLS handshake.
12private_key = tls/sipchatserver.key
13
14
15[SIP]
16
17; SIP transport settings
18; IP address used for SIP signaling; empty string or any means listen on all available interfaces
19; local_ip=
20
21; Ports used for SIP transports, if not set the transport will be disabled
22local_udp_port=5060
23local_tcp_port=5060
24local_tls_port=5061
25
26
27[MSRP]
28; text chat and file transfer settings
29; port=2855
30
31; playback the last messages after join a room
32replay_history=100
33
34; Allow or deny file transfers
35allow_file_transfers=true
36
37
38[Audio]
39; audio settings, not yet implemented
40
Note: See TracBrowser for help on using the browser.