aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-29 21:05:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-10-29 21:05:34 +0000
commit7f7bbed28e1984ef6b5deb709b16353a4d2bd54c (patch)
tree3230b39998908126ced93c5fc6163604cd59d503 /configs
parentcaeca15f95b25b3059a81e2eb2fdedacc3f27171 (diff)
Cleanup language in sip.conf (bug #5543)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6893 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/sip.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 581120b06..bf190b581 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