[Home]

Summary:ASTERISK-08913: [patch] Background DTMF escape to given context broken
Reporter:Mike Jagdis (mjagdis)Labels:
Date Opened:2007-03-01 05:38:48.000-0600Date Closed:2007-06-30 09:20:06
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast-bkgesc.diff
Description:When using Background with the 'm' option and a named context to escape to the existence of the single digit extension is correctly determined, playback is aborted, the jump happens - and you get a "sent into invalid context".

This is simply because main/file.c:waitstream_core() forgets to return the digit that triggered the escape.

Patch attached.
Comments:By: Russell Bryant (russell) 2007-03-01 18:22:17.000-0600

Fixed in 57396 and 57397, thanks!