[svn-commits] oej: trunk r99483 - /trunk/configs/sip.conf.sample
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jan 22 10:40:00 CST 2008
Author: oej
Date: Tue Jan 22 03:57:16 2008
New Revision: 99483
URL: http://svn.digium.com/view/asterisk?view=rev&rev=99483
Log:
Documentation updates
Modified:
trunk/configs/sip.conf.sample
Change Statistics:
trunk/configs/sip.conf.sample | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
Modified: trunk/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/sip.conf.sample?view=diff&rev=99483&r1=99482&r2=99483
==============================================================================
--- trunk/configs/sip.conf.sample (original)
+++ trunk/configs/sip.conf.sample Tue Jan 22 03:57:16 2008
@@ -71,15 +71,19 @@
; bindport is the local UDP port that Asterisk will listen on
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
-tcpenable=yes ; Enable server for incoming TCP connections (default is yes)
-tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
- ; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
-
-;tlsenable=no ; Enable server for incoming TLS (secure) connections (default is no)
-;tlsbindaddr=0.0.0.0 ; IP address for TLS server to bind to (0.0.0.0) binds to all interfaces)
- ; Optionally add a port number, 192.168.1.1:5063 (default is port 5061)
+tcpenable=yes ; Enable server for incoming TCP connections (default is yes)
+tcpbindaddr=0.0.0.0 ; IP address for TCP server to bind to (0.0.0.0 binds to all interfaces)
+ ; Optionally add a port number, 192.168.1.1:5062 (default is port 5060)
+
+;tlsenable=no ; Enable server for incoming TLS (secure) connections (default is no)
+;tlsbindaddr=0.0.0.0 ; IP address for TLS server to bind to (0.0.0.0) binds to all interfaces)
+ ; Optionally add a port number, 192.168.1.1:5063 (default is port 5061)
+ ; Remember that the IP address must match the common name (hostname) in the
+ ; certificate, so you don't want to bind a TLS socket to multiple IP addresses.
+
;tlscertfile=asterisk.pem ; Certificate file (*.pem only) to use for TLS connections
- ; default is to look for "asterisk.pem" in current directory
+ ; default is to look for "asterisk.pem" in current directory
+
srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; Note: Asterisk only uses the first host
; in SRV records
@@ -226,7 +230,8 @@
;t1min=100 ; Minimum roundtrip time for messages to monitored hosts
; Defaults to 100 ms
;timert1=500 ; Default T1 timer
- ; Defaults to 500 ms
+ ; Defaults to 500 ms or the measured round-trip
+ ; time to a peer (qualify=yes).
;timerb=32000 ; Call setup timer. If a provisional response is not received
; in this amount of time, the call will autocongest
; Defaults to 64*timert1
More information about the svn-commits
mailing list