[asterisk-bugs] [Asterisk 0018801]: features reload does not clear old configuration and always include 700 on parkedcalls
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Feb 16 16:28:23 CST 2011
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18801
======================================================================
Reported By: mickecarlsson
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18801
Category: Features/Parking
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: 1.8.3-rc2
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-02-13 12:34 CST
Last Modified: 2011-02-16 16:28 CST
======================================================================
Summary: features reload does not clear old configuration and
always include 700 on parkedcalls
Description:
features.conf look like this
[general]
parkext=200
Stop and start Asterisk, then type dialplan show parkedcalls
the output is this:
[ Context 'parkedcalls' created by 'features' ]
'200' => 1. Park() [features]
'700' => 1. Park() [features]
Where does 700 come from????
Now, edit features.conf to look like this:
[general]
parkext=200
Do a feature reload, the output is like this:
== Parsing '/etc/asterisk/features.conf': == Found
-- Added extension '300' priority 1 to parkedcalls
Now, do a dialplan show parkedcalls, the output is this:
[ Context 'parkedcalls' created by 'features' ]
'200' => 1. Park() [features]
'300' => 1. Park() [features]
'700' => 1. Park() [features]
The old entries does not clear, and that dreaded 700 is still there.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2011-02-16 16:28 lmadsen Description Updated
======================================================================
More information about the asterisk-bugs
mailing list