[Home]

Summary:ASTERISK-14254: Audio lost in following prompts after DTMF pressed during Background()
Reporter:Leif Madsen (lmadsen)Labels:
Date Opened:2009-06-02 11:40:08Date Closed:2009-06-08 13:39:50
Priority:BlockerRegression?Yes
Status:Closed/CompleteComponents:Core/PBX
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bad_audio.txt
( 1) good_audio.txt
Description:Topology:

PRI --> Asterisk (Background() --> Playback()) --> Phone

When a DTMF key is pressed during the Background() application, any following prompts no longer have audio played back over the PRI. The initial prompt in the Background() application plays fine however.

****** STEPS TO REPRODUCE ******

exten => 1008,1,Background(silence/1&custom/ivr_welcome)  ; audio here

exten => 5,1,Playback(tt-weasels)  ; no audio here
exten => 5,n,Hangup()
Comments:By: Leif Madsen (lmadsen) 2009-06-08 07:52:50

Assigned to dvossel as this is a blocker for the next 1.6.1 and 1.6.2 release. Thanks!

By: Leif Madsen (lmadsen) 2009-06-08 13:39:50

This is closed because I was unable to reproduce this with dvossel, and he was unable to reproduce locally. I will reopen should this become an issue again.