[asterisk-bugs] [Asterisk 0018113]: looped local channels, some not optimize out.
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Oct 9 05:34:44 CDT 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=18113
======================================================================
Reported By: alecdavis
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18113
Category: Channels/chan_local
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 290865
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2010-10-09 04:43 CDT
Last Modified: 2010-10-09 05:34 CDT
======================================================================
Summary: looped local channels, some not optimize out.
Description:
Looping many local channels to test optimizing, channels are not hungup,
during the call as they should. Worse they don't after the test call has
hungup.
They do clear if 'channel request hangup all' is issued at the CLI
Test dialplan is as below, and I'd dialled 10019.
[phones]
exten => 10000,1,Goto(echo-test,s,1)
exten => _1XXXX,1,Set(i=${MATH(${EXTEN}-1,int)})
exten => _1XXXX,n,Dial(Local/${i}@phones)
======================================================================
----------------------------------------------------------------------
(0127823) alecdavis (manager) - 2010-10-09 05:34
https://issues.asterisk.org/view.php?id=18113#c127823
----------------------------------------------------------------------
Oops, forgot I was testing https://reviewboard.asterisk.org/r/740/
closing this issue.
Issue History
Date Modified Username Field Change
======================================================================
2010-10-09 05:34 alecdavis Note Added: 0127823
2010-10-09 05:34 alecdavis Status new => closed
2010-10-09 05:34 alecdavis Resolution open => no change
required
======================================================================
More information about the asterisk-bugs
mailing list