From 754e28abaf031b65c523bb14913cffbdc17afa41 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Sat, 29 Oct 2005 21:05:34 +0000
Subject: [PATCH] Cleanup language in sip.conf (bug #5543)

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

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 581120b066..bf190b5812 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -318,8 +318,8 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 ;------------------------------------------------------------------------------
 ; Definitions of locally connected SIP phones
 ;
-; type = user	a device that calls us
-; type = peer	a device we place calls to
+; type = user	a device that authenticates to us by "from" field to place calls
+; type = peer	a device we place calls to or that calls us and we match by host
 ; type = friend two configurations (peer+user) in one
 ;
 ; For local phones, type=friend works most of the time
-- 
GitLab