[Home]

Summary:ASTERISK-24899: Parking fall-through behavior different in 13
Reporter:Malcolm Davenport (mdavenport)Labels:
Date Opened:2015-03-20 14:23:55Date Closed:2015-04-06 09:53:36
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_parking
Versions:13.2.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ASTERISK-24899.patch
Description:In 11:

Alice calls Bob.
Bob answers.
Bob presses transfer key.
Alice hears hold music.
Bob dials parking extension 700.
Bob hears "701" from Asterisk.
Bob presses transfer key to complete transfer.
Bob phone is disconnected.
Bob dials 701.
Alice is connected to Bob.
Bob and Alice converse.
Alice hangs up.

where Bob's phone's context includes:

include => parkedcalls
exten => 701,2,Playback(demo-congrats)

Bob will be disconnected.

But, in 13:

Alice calls Bob.
Bob answers.
Bob presses transfer key.
Alice hears hold music.
Bob dials parking extension 700.
Bob hears "701" from Asterisk.
Bob presses transfer key to complete transfer.
Bob phone is disconnected.
Bob dials 701.
Alice is connected to Bob.
Bob and Alice converse.
Alice hangs up.

where Bob's phone's context includes:

include => parkedcalls
exten => 701,2,Playback(demo-congrats)

Bob will hear the demo-congrats prompt.

..

Bob shouldn't hear it.  Bob should be hung up in 13 just as he was in 11.
Comments:By: Mark Michelson (mmichelson) 2015-04-03 16:15:46.066-0500

Malcolm, give this a shot.

By: Malcolm Davenport (mdavenport) 2015-04-06 08:08:17.775-0500

[~mmichelson], works for me.  Scenario now behaves as expected.  Bob's phone call is now terminated when Alice hangs up.