From 064e6cff1a21e72c536efe6c3c16a9dfb46c59be Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Thu, 1 Feb 2007 16:42:24 +0000
Subject: [PATCH] Merged revisions 53062 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r53062 | oej | 2007-02-01 17:35:12 +0100 (Thu, 01 Feb 2007) | 2 lines

Add explanation of port= in combination with defaultip= (thanks jsmith)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/sip.conf.sample | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 6511f3bfd3..faf86e33db 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -528,6 +528,7 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 					; Call-limits will not be enforced on real-time peers,
 					; since they are not stored in-memory
 ;port=80				; The port number we want to connect to on the remote side
+					; Also used as "defaultport" in combination with "defaultip" settings
 
 ;--- sample definition for a provider
 ;[provider1]
-- 
GitLab