summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-10-29 21:05:34 +0000
committerMark Spencer <markster@digium.com>2005-10-29 21:05:34 +0000
commit754e28abaf031b65c523bb14913cffbdc17afa41 (patch)
tree3230b39998908126ced93c5fc6163604cd59d503 /configs
parenta4c3f0ae61b491d716765e56c47130a483ac5bac (diff)
Cleanup language in sip.conf (bug #5543)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6893 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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