[Home]

Summary:ASTERISK-17374: [patch] Enhancement to allow retreival from specific parking lot
Reporter:Mark Willis (cartama)Labels:
Date Opened:2011-02-09 15:15:19.000-0600Date Closed:2011-05-09 13:55:12
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Features/Parking
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 0018777.diff
Description:Features already exist to allow parking in a specific parking context, but if overlapping lot numbers are used, ParkedCall() will pick up the first matching call.

This enhancement allows the parking context to be specified. This is particularly useful for multi-tenant implementations.

Example: ParkedCall(700@1234)
Comments:By: Digium Subversion (svnbot) 2011-05-09 08:56:33

Repository: asterisk
Revision: 318141

U   trunk/CHANGES
U   trunk/main/features.c

------------------------------------------------------------------------
r318141 | jrose | 2011-05-09 08:56:32 -0500 (Mon, 09 May 2011) | 13 lines

Allows ParkedCall application to specify a parkinglot.

When invoking the app parkedcall, the argument can now include '@parkinglot' after the
extension.

(closes issue ASTERISK-17374)
Reported by: cartama
Patches:
     0018777.diff uploaded by cartama (license 1157)

Review: https://reviewboard.asterisk.org/r/1209/


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=318141

By: Richard Mudgett (rmudgett) 2011-08-10 12:36:23.016-0500

Reverting the commit.

The patch is a band-aid to a larger problem that is being fixed by the patch on reviewboard:
https://reviewboard.asterisk.org/r/1358/

For v1.8 and later branches.