From 2f2783f231e3a2614fb4429810964f38b3af4997 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Tue, 4 Jan 2005 05:13:32 +0000
Subject: [PATCH] Document polycom example (bug #3129)

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

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 17e21481b0..3f14cbf23f 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -252,6 +252,18 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 ;mailbox=1234@context,2345      ; Mailbox(-es) for message waiting indicator
 
 
+;[polycom]
+;type=friend			; Friends place calls and receive calls
+;context=from-sip		; Context for incoming calls from this user
+;secret=blahpoly
+;host=dynamic			; This peer register with us
+;dtmfmode=rfc2833		; Choices are inband, rfc2833, or info
+;username=polly			; Username to use in INVITE until peer registers
+;disallow=all
+;allow=ulaw                     ; dtmfmode=inband only works with ulaw or alaw!
+;progressinband=no		; Polycom phones don't work properly with "never"
+
+
 ;[pingtel]
 ;type=friend
 ;username=pingtel
-- 
GitLab