updated some cmake config files

e.g. adding newline at eof so they don't get changed by cmake
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent f3e543cbfc
commit c0fd38d998

@ -11,4 +11,4 @@
# run garbage collection every n seconds
# Default: 10
#
#garbage_collector_interval = 20
#garbage_collector_interval = 20

@ -11,4 +11,4 @@
# run garbage collection every n seconds
# Default: 10
#
#garbage_collector_interval = 20
#garbage_collector_interval = 20

@ -5,4 +5,4 @@
#
# default: /var/spool/voicebox/
#
#storage_dir=/var/spool/voicebox/
#storage_dir=/var/spool/voicebox/

@ -5,4 +5,4 @@
#
# default: /var/spool/voicebox/
#
#storage_dir=/var/spool/voicebox/
#storage_dir=/var/spool/voicebox/

@ -4,13 +4,16 @@
# refreshed if necessary.
#
#
# See also proxy_sticky_auth configuration in sems.conf
# for some (broken) registrars.
#domain=mydomain.net
#user=myuser
#pwd=verysecret
# optional (defaults to user):
#display_name=myuser
#auth_user=myuser
#pwd=verysecret
# optional:
# optional (defaults to resolved by domain):
#proxy=sip.mydomain.net:5060
#
@ -18,17 +21,17 @@
#
#domain1=iptel.org
#user1=xyz
#display_name1=xyz
#auth_user1=xyz
#pwd1=ppp
# optional:
#display_name1=xyz
#auth_user1=xyz
#proxy1=sip.iptel.org:5060
#domain2=iptel.org
#user2=xyz
#display_name2=xyz
#auth_user2=xyz
#pwd2=ppp
# optional:
#display_name2=xyz
#auth_user2=xyz
#proxy2=sip.iptel.org:5060

@ -5,4 +5,4 @@
#
# note: warning code 393 might not be the proper one for this usage.
refuse_with="403 Forbidden"
append_headers="Warning: 393 $rd \"Incoming calls not allowed\""
append_headers="Warning: 393 $rd \"Incoming calls not allowed\""

@ -5,4 +5,4 @@
#
# note: warning code 393 might not be the proper one for this usage.
refuse_with="403 Forbidden"
append_headers="Warning: 393 $rd \"Incoming calls not allowed\""
append_headers="Warning: 393 $rd \"Incoming calls not allowed\""

@ -1,2 +1,2 @@
# swap 603 and 488 replies:
reply_translations="603=>488 Not acceptable here|488=>603 Decline"
reply_translations="603=>488 Not acceptable here|488=>603 Decline"

@ -1,2 +1,2 @@
# swap 603 and 488 replies:
reply_translations="603=>488 Not acceptable here|488=>603 Decline"
reply_translations="603=>488 Not acceptable here|488=>603 Decline"

@ -1,2 +1,5 @@
# IP of the monitoring interface:
monit_udp_ip=127.0.0.1
# port the statistics server should listen to:
monit_udp_port=5040

Loading…
Cancel
Save