[asterisk-bugs] [Asterisk 0015091]: [patch] digit timeout problem with 1.4 pbx.c rev 193119

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 12 18:23:44 CDT 2009


The following issue is now READY FOR TESTING. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15091 
====================================================================== 
Reported By:                tilghman
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15091
Category:                   Core/PBX
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     ready for testing
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  1.4  
SVN Revision (number only!): 193119 
Request Review:              
====================================================================== 
Date Submitted:             2009-05-12 18:21 CDT
Last Modified:              2009-05-12 18:23 CDT
====================================================================== 
Summary:                    [patch] digit timeout problem with 1.4 pbx.c rev
193119
Description: 
The update of pbx.c to rev 193119 (in branch 1.4) from bug ID
https://issues.asterisk.org/view.php?id=14011
is causing problems for me with the Background app and digit matching.

I have a main context that includes others for more extensions but
it also has single digit menu options (extens). The "Background" app
used to work with the digit timeout and match the extension from the
include or the single digit extension (menu option). The "WaitExten"
app still works correctly...

Am I crazy here? I don't think so.... please re-open the bug or let me
know and I'll start a new one.

Dial "3" should match "3" and go to "billingmenu"
Dial "301" should match "301" included from the other context.

It worked before, it fails now and always matches "3" without waiting.

[mainmenu]
include => extens
exten => 1,1,Goto(salesmenu,s,start)
exten => 2,1,Goto(techmenu,s,start)
exten => 3,1,Goto(billingmenu,s,start)

[extens]
exten => 301,1,Dial(SIP/phone_301)
exten => 302,1,Dial(SIP/phone_302)

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-12 18:23 tilghman       Status                   new => ready for
testing
2009-05-12 18:23 tilghman       Additional Information Updated                  
 
======================================================================




More information about the asterisk-bugs mailing list