[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. debian/1.8.11-2-1-g043d898

Daniel Pocock daniel at pocock.com.au
Thu Jul 18 13:05:29 UTC 2013


The following commit has been merged in the master branch:
commit 043d89864b2c3613ad877025c6847e6cde4a31e7
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Thu Jul 18 15:04:16 2013 +0200

    Adapt default config for Debian users with more changes from upstream

diff --git a/debian/conf/repro.config b/debian/conf/repro.config
index 168e3e8..2c438cd 100644
--- a/debian/conf/repro.config
+++ b/debian/conf/repro.config
@@ -22,6 +22,10 @@ LogFilename = repro.log
 # Log file Max Bytes
 LogFileMaxBytes = 5242880
 
+# Instance name to be shown in logs, very useful when multiple instances
+# logging to syslog concurrently
+# If unspecified, defaults to argv[0] (name of the executable)
+#LoggingInstanceName repro-dev
 
 ########################################################
 # Transport settings
@@ -73,7 +77,9 @@ TLSUseEmailAsSIP = false
 # Alternate and more flexible method to specify transports to bind to.  If specified here
 # then IPAddress, and port settings above are ignored.
 # Transports MUST be numbered in sequential order, starting from 1.  Possible settings are:
-# Transport<Num>Interface = <IPAddress>:<Port>
+# Transport<Num>Interface = <IPAddress>:<Port> - Note:  For IPv6 addresses last colon separates
+#                                                IP Address and Port - square bracket notation
+#                                                is not used.
 # Transport<Num>Type = <'TCP'|'UDP'|'TLS'|'DTLS'> - default is UDP if missing
 # Transport<Num>TlsDomain = <TLSDomain> - only required if transport is TLS or DTLS
 # Transport<Num>TlsClientVerification = <'None'|'Optional'|'Mandatory'> - default is None
@@ -103,7 +109,10 @@ TLSUseEmailAsSIP = false
 # Transport3TlsDomain = sipdomain.com
 # Transport3TlsClientVerification = Mandatory
 # Transport3RecordRouteUri = sip:h1.sipdomain.com;transport=TLS
-
+#
+# Transport4Interface = 2666:f0d0:1008:88::4:5060
+# Transport4Type = UDP
+# Transport4RecordRouteUri = auto
 
 # Comma separated list of DNS servers, overrides default OS detected list (leave blank 
 # for default)
@@ -115,6 +124,10 @@ EnableIPv6 = false
 # Enable IPv4
 DisableIPv4 = false
 
+# Comma separated list of IP addresses used for binding the HTTP configuration interface
+# and/or certificate server. If left blank it will bind to all adapters.
+HttpBindAddress =
+
 # Port on which to run the HTTP configuration interface and/or certificate server 
 # 0 to disable (default: 5080)
 HttpPort = 5080
@@ -125,6 +138,10 @@ DisableHttpAuth = false
 # Web administrator password
 HttpAdminPassword = admin
 
+# Comma separated list of IP addresses used for binding the Command Server listeners.
+# If left blank it will bind to all adapters.
+CommandBindAddress =
+
 # Port on which to listen for and send XML RPC messaging used in command processing 
 # 0 to disable (default: 5081)
 CommandPort = 5081
@@ -194,7 +211,7 @@ CADirectory = /etc/ssl/certs
 # The Path to read and write Berkely DB database files
 DatabasePath = /var/lib/repro
 
-# The hostname running MySQL server to connect to, leave blank to use BerkelyDB
+# The hostname running MySQL server to connect to, leave blank to use BerkelyDB.
 # The value of host may be either a host name or an IP address. If host is "localhost",
 # a connection to the local host is assumed. For Windows, the client connects using a
 # shared-memory connection, if the server has shared-memory connections enabled. Otherwise,
@@ -239,7 +256,7 @@ RuntimeMySQLPassword = root
 RuntimeMySQLDatabaseName = repro
 RuntimeMySQLPort = 3306
 
-# If you would like to be able to authenticate uses from a MySQL source other than the repro user
+# If you would like to be able to authenticate users from a MySQL source other than the repro user
 # database table itself, then specify the query here.  The following conditions apply:
 # 1.  The database table must reside on the same MySQL server instance as the repro database
 #     or Runtime tables database.

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list