[asterisk-bugs] [JIRA] (ASTERISK-24899) Parking fall-through behavior different in 13

Asterisk Team (JIRA) noreply at issues.asterisk.org
Wed Jul 27 10:26:03 CDT 2016


     [ https://issues.asterisk.org/jira/browse/ASTERISK-24899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Asterisk Team updated ASTERISK-24899:
-------------------------------------

    Target Release Version/s: 14.0.0

> 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
>      Target Release: 13.4.0, 14.0.0
>
>         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