From 569b95352aeb85420d20248be1b4d91d830c4dc3 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 17 Jul 2004 20:58:01 +0000 Subject: rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3463 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/features.conf.sample | 9 +++++++++ configs/parking.conf.sample | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100755 configs/features.conf.sample delete mode 100755 configs/parking.conf.sample (limited to 'configs') diff --git a/configs/features.conf.sample b/configs/features.conf.sample new file mode 100755 index 000000000..20eb42747 --- /dev/null +++ b/configs/features.conf.sample @@ -0,0 +1,9 @@ +; +; Sample Parking configuration +; + +[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) diff --git a/configs/parking.conf.sample b/configs/parking.conf.sample deleted file mode 100755 index 20eb42747..000000000 --- a/configs/parking.conf.sample +++ /dev/null @@ -1,9 +0,0 @@ -; -; Sample Parking configuration -; - -[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) -- cgit v1.2.3