[asterisk-bugs] [JIRA] (ASTERISK-24899) Parking fall-through behavior different in 13
Malcolm Davenport (JIRA)
noreply at issues.asterisk.org
Mon Apr 6 08:09:32 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225788#comment-225788 ]
Malcolm Davenport commented on ASTERISK-24899:
----------------------------------------------
[~mmichelson], works for me. Scenario now behaves as expected. Bob's phone call is now terminated when Alice hangs up.
> Parking fall-through behavior different in 13
> ---------------------------------------------
>
> Key: ASTERISK-24899
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24899
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_parking
> Affects Versions: 13.2.0
> Reporter: Malcolm Davenport
> Severity: Minor
> Attachments: ASTERISK-24899.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list