[Home]

Summary:ASTERISK-17430: ParkedCall() with no extension should pickup first available call and does not
Reporter:Philippe Lindheimer (p_lindheimer)Labels:
Date Opened:2011-02-17 19:15:39.000-0600Date Closed:2011-08-16 12:35:12
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Features/Parking
Versions:1.8.2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Per the help:

"If no extension is provided, then the first available parked call will be acquired."

Always comes back with non-existent, as if it's looking for '0':

   -- Executing [*85@from-internal:1] ParkedCall("SIP/3001-0000002a", "") in new stack
   -- <SIP/3001-0000002a> Playing 'pbx-invalidpark.ulaw' (language 'en')
   -- Channel SIP/3001-0000002a tried to talk to nonexistent parked call 0


****** ADDITIONAL INFORMATION ******

Using the default PARKINGLOT. I have also tried adding:

Set(PARKINGLOT=defaul)

prior to calling ParkedCall(0, no difference.
Comments:By: Richard Mudgett (rmudgett) 2011-08-15 12:51:57.724-0500

There are currently a bunch of issues reported against call parking.  These issues
are listed with a brief description in the patch I have up on reviewboard[1] to
resolve them and other parking issues I found.  A team branch[2] from the v1.8 branch
is also available to checkout until the patch is merged into the v1.8 and newer
branches.

The Asterisk Development Team would like some testers to check out the patch and to
report on this thread your findings.  We would like to compile some real world test
scenarios for a wiki page to prevent call parking from getting this badly broken in
the future.

Thank you

Richard

[1] https://reviewboard.asterisk.org/r/1358/

[2] http://svn.asterisk.org/svn/asterisk/team/rmudgett/parking

By: Richard Mudgett (rmudgett) 2011-08-16 12:35:12.026-0500

Fix committed see subversion commits tab.