[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 19:51:07 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15091 
====================================================================== 
Reported By:                andrew
Assigned To:                tilghman
====================================================================== 
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 19:51 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)

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0014940 Background application executed in post...
related to          0014011 [patch] Incorrect jump to extension
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-12 19:51 tilghman       Reporter                 tilghman => andrew  
2009-05-12 19:51 tilghman       Assigned To               => tilghman        
======================================================================




More information about the asterisk-bugs mailing list