[asterisk-bugs] [Asterisk 0014882]: Parking extension number is not overriden in custom parking lots

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Apr 23 09:40:07 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14882 
====================================================================== 
Reported By:                vmikhnevych
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14882
Category:                   Channels/chan_features
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.1.0-rc4 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-04-13 04:07 CDT
Last Modified:              2009-04-23 09:40 CDT
====================================================================== 
Summary:                    Parking extension number is not overriden in custom
parking lots
Description: 
Example, from features.conf :
[general]
parkext => 700
.....

[PARKINGLOT_1]
parkext => 800
...

CLI command "features show" says that Parking extension is 700 for
PARKINGLOT_1

(Other options, like "Parking context" and "Parked call extensions" are
overriden correctly.)
====================================================================== 

---------------------------------------------------------------------- 
 (0103682) vmikhnevych (reporter) - 2009-04-23 09:40
 http://bugs.digium.com/view.php?id=14882#c103682 
---------------------------------------------------------------------- 
I've installed Asterisk 1.6.1-rc5, and it's reproducible on it too.

That's what i get after "features show" and "dialplan show":
=================================================
Call parking (Parking lot: PARKINGLOT_165)
------------
Parking extension     :      700
Parking context       :      PARK_165
Parked call extensions:      801-850

*CLI> dialplan show PARK_165
[ Context 'PARK_165' created by 'features' ]
  '700' =>          1. Park()                                    
[features]

-= 1 extension (1 priority) in 1 context. =-
=================================================

Meantime in features.conf.inc file (included in features.conf) there is:
[PARKINGLOT_165]
parkext => 800
context => PARK_165
parkpos => 801-850

And the phone can't dial 800, though PARK_165 is included in it's context.
700 parks the call in default (parkedcalls) context on default parking
lot.

So my conclusion is that it's not just cosmetic. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-23 09:40 vmikhnevych    Note Added: 0103682                          
======================================================================




More information about the asterisk-bugs mailing list