[asterisk-bugs] [Asterisk 0011929]: The dialplan executes wrong, it skips a priority
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Feb 5 14:50:30 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11929
======================================================================
Reported By: falves11
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 11929
Category: Channels/General
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 102379
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-05-2008 14:12 CST
Last Modified: 02-05-2008 14:50 CST
======================================================================
Summary: The dialplan executes wrong, it skips a priority
Description:
If you look carefully at the trace below, the H extension tests for a
condition and it is branching out to closecall,1, that means, the extension
closecall, priority one, but instead, it executes priority 2, skipping
priority 1. The version is SVN-trunk-r102379M and I applied a suggested
patch from issue 17596. This issue did not happen before. A bug marshall is
welcome to log in and I will send a call so he can see.
-- Executing [h at default:1] GotoIf("SIP/209.237.243.30-b6a1a4a8",
"1?closecall,1") in new stack
-- Goto (default,closecall,2)
-- Executing [closecall at default:2] Set("SIP/209.237.243.30-b6a1a4a8",
"MINIXEL_ROUTING(S252-1202241953.114)=1969-12-31 19:00:00,Feb 5 15:07:00
2008") in new stack
======================================================================
----------------------------------------------------------------------
svnbot - 02-05-08 14:50
----------------------------------------------------------------------
Repository: asterisk
Revision: 102500
U trunk/main/pbx.c
------------------------------------------------------------------------
r102500 | qwell | 2008-02-05 14:50:29 -0600 (Tue, 05 Feb 2008) | 6 lines
Change where priority of a goto is adjusted.
Partially reverts 102272.
Closes issue http://bugs.digium.com/view.php?id=11929
(credit to file for fix suggestion - we still <3 you)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=102500
Issue History
Date Modified Username Field Change
======================================================================
02-05-08 14:50 svnbot Note Added: 0081724
02-05-08 14:50 svnbot Status new => assigned
02-05-08 14:50 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list