[asterisk-bugs] [Asterisk 0011237]: Parking -- execution does continue at next priority when requested parking extension is in use.
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Nov 13 13:46:38 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11237
======================================================================
Reported By: jon
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 11237
Category: Resources/res_features
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: 1.4.13
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-13-2007 12:42 CST
Last Modified: 11-13-2007 13:46 CST
======================================================================
Summary: Parking -- execution does continue at next priority
when requested parking extension is in use.
Description:
Here's the context and CLI output, demonstrating the 3rd priority NoOp is
not executed.
[test]
exten => _X,1,SET(PARKINGEXTEN=700)
exten => _X,n(park),Park()
exten => _X,n,NoOp(No Parking Available!!!)
-- Executing [8 at test:1] Set("SIP/jon-0842e548", "PARKINGEXTEN=700") in
new stack
-- Executing [8 at test:2] Park("SIP/jon-0842e548", "") in new stack
[Nov 13 13:08:42] WARNING[30486]: res_features.c:389 ast_park_call:
Requested parking extension already exists: 700 at parkedcalls
== Spawn extension (test, s, 1) exited non-zero on 'SIP/jon-0842e548'
======================================================================
----------------------------------------------------------------------
svnbot - 11-13-07 13:46
----------------------------------------------------------------------
Repository: asterisk
Revision: 89249
_U trunk/
U trunk/res/res_features.c
------------------------------------------------------------------------
r89249 | qwell | 2007-11-13 13:46:36 -0600 (Tue, 13 Nov 2007) | 16 lines
Merged revisions 89248 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
(closes issue http://bugs.digium.com/view.php?id=11237)
........
r89248 | qwell | 2007-11-13 13:47:45 -0600 (Tue, 13 Nov 2007) | 7 lines
Revert change from revision 67064.
It is documented behavior that if a parking extension already exists while
using PARKINGEXTEN,
dialplan execution will continue. If blind transferring to a Park with
PARKINGEXTEN, you
must keep this in mind, and handle the failure yourself.
Issue 11237, reported by jon.
........
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
11-13-07 13:46 svnbot Checkin
11-13-07 13:46 svnbot Note Added: 0073586
11-13-07 13:46 svnbot Status new => assigned
11-13-07 13:46 svnbot Assigned To => qwell
======================================================================
More information about the asterisk-bugs
mailing list