From dd4aba8022e9992aec8508ce9904100b0e1a2709 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Thu, 17 Jun 2004 00:09:41 +0000
Subject: [PATCH] Document ability to change user agent (bug #1867)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3229 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 45f354227c..98446653b6 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -57,6 +57,7 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 				; when we're not on hold
 ;rtpholdtimeout=300		; Terminate call if 300 seconds of no RTP activity
 				; when we're on hold (must be > rtptimeout)
+;useragent=Asterisk PBX		; Allows you to change the user agent string
 
 ; Asterisk can register as a SIP user agent to a SIP proxy (provider)
 ; Format for the register statement is:
-- 
GitLab