[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:54:27 CDT 2009
A NOTE has been added to this issue.
======================================================================
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: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 193119
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-05-12 18:21 CDT
Last Modified: 2009-05-12 19:54 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
======================================================================
----------------------------------------------------------------------
(0104655) svnbot (reporter) - 2009-05-12 19:54
https://issues.asterisk.org/view.php?id=15091#c104655
----------------------------------------------------------------------
Repository: asterisk
Revision: 194141
_U branches/1.6.2/
U branches/1.6.2/main/pbx.c
------------------------------------------------------------------------
r194141 | tilghman | 2009-05-12 19:54:26 -0500 (Tue, 12 May 2009) | 21
lines
Merged revisions 194138 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r194138 | tilghman | 2009-05-12 19:52:49 -0500 (Tue, 12 May 2009) | 14
lines
Merged revisions 194137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r194137 | tilghman | 2009-05-12 19:52:03 -0500 (Tue, 12 May 2009) | 7
lines
Fix logic for how to proceed with a single digit extension.
(closes issue https://issues.asterisk.org/view.php?id=15091)
Reported by: andrew
Patches:
20090512__issue15091.diff.txt uploaded by tilghman (license 14)
Tested by: andrew
........
................
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=194141
Issue History
Date Modified Username Field Change
======================================================================
2009-05-12 19:54 svnbot Checkin
2009-05-12 19:54 svnbot Note Added: 0104655
======================================================================
More information about the asterisk-bugs
mailing list