From 0375227e5c033bb1acbcab65305c025cb3149a74 Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Sun, 31 Dec 2006 09:34:11 +0000
Subject: [PATCH] Added some docs

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

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 450adbb81c..6511f3bfd3 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -105,6 +105,9 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 				; where some buggy devices might not render it
 				; Valid values: yes, no, never Default: never
 ;useragent=Asterisk PBX		; Allows you to change the user agent string
+				; The default user agent string also contains the Asterisk
+				; version. If you don't want to expose this, change the
+				; useragent string.
 ;promiscredir = no      	; If yes, allows 302 or REDIR to non-local SIP address
 	                       	; Note that promiscredir when redirects are made to the
        	                	; local system will cause loops since Asterisk is incapable
-- 
GitLab