ports/net/siproxd/files/patch-doc_siproxd.conf.example
Pav Lucistnik 004e68b8d6 - Update to 0.5.10
- Patch for libosip2-2.2.x

PR:		ports/79720
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2005-04-09 20:04:22 +00:00

37 lines
1.3 KiB
Text

--- doc/siproxd.conf.example.orig Thu Dec 30 12:26:17 2004
+++ doc/siproxd.conf.example Fri Apr 8 21:02:45 2005
@@ -9,8 +9,8 @@
######################################################################
# The interface names of INBOUND and OUTBOUND interface.
#
-if_inbound = eth0
-if_outbound = ppp0
+if_inbound = ed0
+if_outbound = tun0
######################################################################
@@ -70,20 +70,20 @@
# user: uid/gid to switch to after startup
# chrootjail: path to chroot to (chroot jail)
user = nobody
-#chrootjail = /var/lib/siproxd/
+chrootjail = /usr/local/siproxd/
######################################################################
# Registration file:
# Where to store the current registrations.
# An empty value means we do not save registrations. Make sure that
# the specified directory path does exist!
-registration_file = /var/lib/siproxd/siproxd_registrations
+registration_file = siproxd_registrations
######################################################################
# PID file:
# Where to create the PID file.
# This file holds the PID of the main thread of siproxd.
-pid_file = /var/run/siproxd/siproxd.pid
+pid_file = siproxd.pid
######################################################################
# global switch to control the RTP proxy behaviour