From 53262335c88d23509d299cd48ff2a3b494d90dbd Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Tue, 31 Aug 2004 19:19:05 +0000
Subject: [PATCH] Add documentation for new courtesy tone (bug #2329)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/features.conf.sample | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 4b0fda5ac7..6d3181932b 100755
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -3,8 +3,11 @@
 ;
 
 [general]
-parkext => 700				; What ext. to dial to park
-parkpos => 701-720			; What extensions to park calls on
-context => parkedcalls			; Which context parked calls are in
-;parkingtime => 45			; Number of seconds a call can be parked for (default is 45 seconds)
+parkext => 700			; What ext. to dial to park
+parkpos => 701-720		; What extensions to park calls on
+context => parkedcalls		; Which context parked calls are in
+;parkingtime => 45		; Number of seconds a call can be parked for 
+				; (default is 45 seconds)
 ;transferdigittimeout => 3	; Number of seconds to wait between digits when transfering a call
+;courtesytone = beep		; Sound file to play to the parked caller 
+				; when someone dials a parked call
-- 
GitLab