~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to resip/recon/MOHParkServer/MOHParkServer.config

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-05-17 19:29:59 UTC
  • Revision ID: package-import@ubuntu.com-20120517192959-vv00m77isztdy64q
Tags: upstream-1.8.2
Import upstream version 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
########################################################
 
2
# MOH / Park Server configuration file
 
3
########################################################
 
4
 
 
5
 
 
6
########################################################
 
7
# MOH settings
 
8
########################################################
 
9
 
 
10
# URI that SIP user agents use to communicate with the MOH server.  If a display name 
 
11
# is desired on calls placed by the MOH server then it can be provided here using the 
 
12
# following format:   "{displayName}"<sip:{user}@{domain}>
 
13
#   Example:  "Music-On-Hold"<sip:moh@server.com>
 
14
MOHUri = "Music-On-Hold"<sip:moh@blitzzgod.com>
 
15
 
 
16
# Registration Time in seconds - set to 0 to disable registration
 
17
MOHRegistrationTime = 3600
 
18
 
 
19
# The password that is used if registration is enabled (ie. MOHRegistrationTime is
 
20
# greater than 0), and the registrar requires a password for the user specified in
 
21
# the MOHUri.
 
22
MOHPassword = 123
 
23
 
 
24
# The audio filename to play for music-on-hold.  Audio files may be AU, WAV or RAW
 
25
# formats.  Audiofiles should be 16bit mono, 8khz, PCM to avoid runtime conversion.
 
26
MOHFilename = music.wav
 
27
 
 
28
 
 
29
########################################################
 
30
# Park settings
 
31
########################################################
 
32
 
 
33
# URI that SIP user agents use to communicate with the Park server.  If a display name
 
34
# is desired on calls placed by the Park server then it can be provided here using the
 
35
# following format:   "{displayName}"<sip:{user}@{domain}>
 
36
#   Example:  "Parked"<sip:park@server.com>
 
37
ParkUri = "Parked"<sip:park@blitzzgod.com>
 
38
 
 
39
# Registration Time in seconds - set to 0 to disable registration
 
40
ParkRegistrationTime = 3600
 
41
 
 
42
# The password that is used if registration is enabled (ie. ParkRegistrationTime is
 
43
# greater than 0), and the registrar requires a password for the user specified in
 
44
# the ParkUri.
 
45
ParkPassword = 123
 
46
 
 
47
# The audio filename to play for music-on-hold.  Audio files may be AU, WAV or RAW
 
48
# formats.  Audiofiles should be 16bit mono, 8khz, PCM to avoid runtime conversion.
 
49
ParkMOHFilename = music.wav
 
50
 
 
51
# A number specifying the starting number of the park orbit range.  Orbit numbers 
 
52
# are treated as integers, thus this number must be 9 digits or less.
 
53
ParkOrbitRangeStart = 6000
 
54
 
 
55
# The number of park orbits to allocate and potentially register.  For example, if 
 
56
# ParkOrbitRangeStart is specified as 6000 and ParkNumOrbits is 10, then the number 
 
57
# range 6000-6009 will be used for park orbits.
 
58
ParkNumOrbits = 10
 
59
 
 
60
# The registration period, in seconds, to use when registering the orbit retrieval 
 
61
# identities.  Specify this setting as 0 to disable registration of the park orbit 
 
62
# URIs.  
 
63
# Note:  Park orbit URI’s are formed by taking the park orbit number as the SIP user 
 
64
# and the domain from the ParkUri setting.  For example, if the ParkUri is specified 
 
65
# as sip:park@server.com and the ParkOrbitRangeStart is 6000, then the first park orbit 
 
66
# Uri will be:  sip:6000@server.com
 
67
ParkOrbitRegistrationTime = 3600
 
68
 
 
69
# The password that is used if orbit registration is enabled (ie. 
 
70
# ParkOrbitRegistrationTime is greater than 0), and the registrar requires a password 
 
71
# for the park orbit user.
 
72
ParkOrbitPassword = 123
 
73
 
 
74
# The number of seconds the park server will allow a call to stay parked.  If a call is 
 
75
# not retrieved within this time, it will ring back the party that originally parked the 
 
76
# call (set to 0 to disable).
 
77
MaxParkTime = 600
 
78
 
 
79
 
 
80
########################################################
 
81
# SIP settings
 
82
########################################################
 
83
 
 
84
# Local IP Address to bind SIP transports to. If left blank
 
85
# MOHParkServer will bind to all adapters.
 
86
#IPAddress = 192.168.1.106
 
87
#IPAddress = 2001:5c0:1000:a::6d
 
88
IPAddress =
 
89
 
 
90
# Comma separated list of DNS servers, overrides default OS detected list (leave blank for default)
 
91
DNSServers = 192.168.1.105
 
92
 
 
93
# Local port to listen on for SIP messages over UDP
 
94
UDPPort = 5072
 
95
 
 
96
# Local port to listen on for SIP messages over TCP
 
97
TCPPort = 5072
 
98
 
 
99
# Local port to listen on for SIP messages over TLS
 
100
TLSPort = 5073
 
101
 
 
102
# TLS domain name for this server (note: domain cert for this domain must be present)
 
103
TLSDomainName =
 
104
 
 
105
# Enable/Disable TCP/UDP CRLFCRLF keepalive packets for SIP endpoints
 
106
# 1|true|on|enable to enable, 0|false|off|disable to disable
 
107
KeepAlives = enable
 
108
 
 
109
# URI of a proxy server to use a SIP outbound proxy.  This setting should not be required if
 
110
# proper DNS based SIP routing is operational.
 
111
OutboundProxy =
 
112
 
 
113
 
 
114
########################################################
 
115
# Media settings
 
116
########################################################
 
117
 
 
118
# Specifies the start of the range of UDP port numbers to be used to send RTP traffic.
 
119
MediaPortRangeStart = 50000
 
120
 
 
121
# Specifies the size of the range of UDP port numbers to be used to send RTP traffic. 
 
122
# Calls will be rejected when the media ports are depleted.  A SIP call requires 2 media 
 
123
# ports for each call (RTP and RTCP).  For example: a setting of 800 will limit the server 
 
124
# to a maximum of 400 calls.
 
125
MediaPortRangeSize = 800
 
126
 
 
127
# Log Filename - leave blank to disable sipXtapi logging
 
128
sipXLogFilename = sipXtapi.log
 
129
 
 
130
 
 
131
########################################################
 
132
# General settings
 
133
########################################################
 
134
 
 
135
# Port number for HTTP Server to run on that shows all active calls
 
136
HttpPort = 5082
 
137
 
 
138
# Logging level: NONE|ERR|WARNING|INFO|DEBUG|STACK
 
139
LogLevel = WARNING
 
140
 
 
141
# Log Filename
 
142
LogFilename = MOHParkServer.log
 
143
 
 
144
# Log file Max Bytes
 
145
LogFileMaxBytes = 5000000