[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 10:33:55 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
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:                     new
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 10:33 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.



====================================================================== 

---------------------------------------------------------------------- 
 (0132029) p_lindheimer (reporter) - 2011-02-16 10:33
 https://issues.asterisk.org/view.php?id=18801#c132029 
---------------------------------------------------------------------- 
confirmed, New configuration, set parking lot to 70, 'module reload' shows
70 and 700, restart Asterisk, still shows both. Checked all feature*.conf
files (e.g. features.conf and all included) no setting of 700. So the
default of 700 is always retained despite configuration. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-16 10:33 p_lindheimer   Note Added: 0132029                          
======================================================================




More information about the asterisk-bugs mailing list