From 6eb9d7e1b57fe14b11d7d6730278484539a61f11 Mon Sep 17 00:00:00 2001
From: Jonathan Rose <jrose@digium.com>
Date: Mon, 9 May 2011 14:21:33 +0000
Subject: [PATCH] Merged revisions 318148 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r318148 | jrose | 2011-05-09 09:18:14 -0500 (Mon, 09 May 2011) | 4 lines

  Documenting an observed behavior of features in features.conf.  Since parkinglots use an
  integer for the parkinglot extensions, leading zeros specified in the configuration file
  are ignored.
........


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

diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 7534d1616e..f9d9dd45dd 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -83,6 +83,9 @@ context => parkedcalls		; Which context parked calls are in (default parking lot
 ; You can set parkinglot with the CHANNEL dialplan function
 ; or by setting 'parkinglot' directly in the channel configuration file.
 ;
+; (Note: Leading '0's and any non-numerical characters on parkpos extensions
+;  will be ignored.  Parkext on the other hand can be any string.)
+;
 ;[parkinglot_edvina]
 ;context => edvinapark
 ;parkext => 799
-- 
GitLab