[asterisk-bugs] [Asterisk 0015135]: [patch] Dynamic parking lots
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Sep 4 07:05:44 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=15135
======================================================================
Reported By: IgorG
Assigned To: mvanbaak
======================================================================
Project: Asterisk
Issue ID: 15135
Category: Resources/NewFeature
Reproducibility: N/A
Severity: feature
Priority: normal
Status: assigned
Target Version: 1.6.x Version Tracker
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 194982
Request Review:
======================================================================
Date Submitted: 2009-05-17 02:17 CDT
Last Modified: 2009-09-04 07:05 CDT
======================================================================
Summary: [patch] Dynamic parking lots
Description:
This pathc intended to introduce fully dynamic parking. As requested in
bounty variables PARKINGEXTEN and PARKINGLOT can be defined anywhere in
dialplan or AGI and parking lot not defined in features.conf. On call park
new parking lot 'll be created based on default lot settings or settings of
parkinglot from PARKINGDYNAMIC variable.
Also variables PARKINGDYNCONTEXT and PARKINGDYNPOS introduce to control
parking context and positions of newly created parking lot.
New behavior controlled by setting 'parkeddynamic' in features.conf
======================================================================
----------------------------------------------------------------------
(0110224) acunningham (reporter) - 2009-09-04 07:05
https://issues.asterisk.org/view.php?id=15135#c110224
----------------------------------------------------------------------
I'm not sure this latest patch is work. Our AGI does this:
<Local/*7 at from-internal-d7f9;2>AGI Rx << SET VARIABLE __PARKINGLOT
"park_2"
<Local/*7 at from-internal-d7f9;2>AGI Tx >> 200 result=1
<Local/*7 at from-internal-d7f9;2>AGI Rx << SET VARIABLE __PARKINGEXTEN
"701"
<Local/*7 at from-internal-d7f9;2>AGI Tx >> 200 result=1
<Local/*7 at from-internal-d7f9;2>AGI Rx << EXEC Dial
Local/*7 at parkedcalls/n,60,oH
but then I see:
Parked Local/*7 at parkedcalls-15b6;2 on 701 (lot default). Will timeout back
to extension [parkedcalls] s, 1 in 300 seconds
Note that it says "lot default". Is that correct?
Issue History
Date Modified Username Field Change
======================================================================
2009-09-04 07:05 acunningham Note Added: 0110224
======================================================================
More information about the asterisk-bugs
mailing list