[Home]

Summary:ASTERISK-03688: Unable to Re-Park calls that have timed out
Reporter:mmckernan (mmckernan)Labels:
Date Opened:2005-03-17 08:58:12.000-0600Date Closed:2008-01-15 15:28:33.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_features-repark.patch
Description:Easily reproducable.

Simply park a call, and wait for it to return. When it calls back with the user who was parked, you cannot repark the call into the parking lot. Pressing # (or whatever transfer is assigned to) simply sends the DTMF to the parked caller. It is not caught by Asterisk, basically the ast_add_extension2 in res_features that inserts the returning extension into the context park-dial, does not have the 't' argument set to enable the called user to transfer the call. Patch supplied to fix it.
Comments:By: Olle Johansson (oej) 2005-03-17 09:05:11.000-0600

Is this patch disclaimed? (Read the bug guidelines before posting, please)

By: mmckernan (mmckernan) 2005-03-17 09:14:15.000-0600

Yes, I read the guidelines indicated on the entry page to the bug tracker.

I have faxed a copy of a disclaimer to the indicated phone number. (Might be an idea to set up an email address for scanned copies? I hate international faxes, considering I am in AU on an expensive leased line)

By: mmckernan (mmckernan) 2005-03-23 08:54:06.000-0600

Faxed disclaimer again due to fax machine not sending it. Should now be recieved.

By: Mark Spencer (markster) 2005-03-23 23:42:34.000-0600

Fixed in CVS.  Patch corrected not to leak memory or present buffer overflow possibility.

By: Russell Bryant (russell) 2005-05-01 23:09:49

this is not an issue with the way it works in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:28:33.000-0600

Repository: asterisk
Revision: 5250

U   trunk/res/res_features.c

------------------------------------------------------------------------
r5250 | markster | 2008-01-15 15:28:33 -0600 (Tue, 15 Jan 2008) | 2 lines

fix repark of timed out parked calls (bug ASTERISK-3688)

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

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