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

Malcolm Davenport (JIRA) noreply at issues.asterisk.org
Fri Mar 20 14:25:37 CDT 2015


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

Malcolm Davenport updated ASTERISK-24899:
-----------------------------------------

    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.

  was:
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:

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.


> 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
>            Reporter: Malcolm Davenport
>            Severity: Minor
>
> 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