[Home]

Summary:ASTERISK-02882: [patch] Let Background() take mutiple files
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2004-11-24 14:22:00.000-0600Date Closed:2008-01-15 15:14:53.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) background.diff
Description:This patch adds the option to join several filenames with the '&' character so you won't lose the dtmf a user may enter between a stack of calls to Background.

Just an example... if you press a key in the middle
of all these calls the dtmf is not usually intrepreted right (if ever).


exten => 1,1,Background(please)
exten => 1,2,Background(press)
exten => 1,3,Background(digits/2)
exten => 1,4,Background(to-continue)

Replace with this and have 1 united presentation
exten => 1,1,Background(please&press&digits/2&to-continue)



****** ADDITIONAL INFORMATION ******

Disclaimer on file
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2004-11-24 21:57:45.000-0600

Added to CVS, thanks.

By: Russell Bryant (russell) 2004-11-25 13:23:47.000-0600

not in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:14:53.000-0600

Repository: asterisk
Revision: 4330

U   trunk/apps/app_voicemail.c
U   trunk/pbx.c

------------------------------------------------------------------------
r4330 | markster | 2008-01-15 15:14:52 -0600 (Tue, 15 Jan 2008) | 2 lines

Merge tony's ampersand patch (bug ASTERISK-2882)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=4330