File: sipwitch.defaults

package info (click to toggle)
sipwitch 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,768 kB
  • sloc: cpp: 16,534; sh: 11,336; makefile: 206; xml: 24; ansic: 20
file content (30 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (2)
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
# Default values for daemon operation.  This should be edited and is invoked
# by init script.

# install specifc plugins, or use "auto" to auto-load whatever is installed...
#PLUGINS="zeroconf scripting subscriber forward"

# runtime priority, recommended realtime for high capacity
#PRIORITY="1"

# can be used to adjust pthread concurrency...
#CONCURRENCY=??

# can be used to specify running effective user/group id for the server
#GROUP="sipwitch"

# set server errlog history buffer, typical may be 100, default is none...
#HISTORY=0

# set UID mapping for automatic extension numbers, or 0 to disable
#FIRSTUID="1000"

# set group for automatic sip users, or - to disable
#SIPUSERS="sipusers"

# set admin group for automatic sip users, such as wheel, admin (ubuntu),
# sudo, etc, or - to disable
#SIPADMIN="sipadmin"

# specify security model, desktop or server.
#SECURITY="desktop"