[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:26:25 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11929
======================================================================
Reported By: falves11
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11929
Category: Channels/General
Reproducibility: always
Severity: major
Priority: normal
Status: new
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:26 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
======================================================================
----------------------------------------------------------------------
falves11 - 02-05-08 14:26
----------------------------------------------------------------------
The problem happens with every Goto. In the trace below, I send the
execution to priority 10 and it starts excuting priority 11
Executing [17274907253 at default:18] GotoIf("SIP/45990-b6a3cd48", "0
]?default,17274907253,21") in new stack
-- Executing [17274907253 at default:19] GotoIf("SIP/45990-b6a3cd48", "1
]?default,17274907253,10") in new stack
-- Goto (default,17274907253,11)
Issue History
Date Modified Username Field Change
======================================================================
02-05-08 14:26 falves11 Note Added: 0081722
======================================================================
More information about the asterisk-bugs
mailing list