[asterisk-bugs] [Asterisk 0018113]: looped local channels, some not optimize out.
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Oct 9 05:19:12 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: new
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:
======================================================================
Date Submitted: 2010-10-09 04:43 CDT
Last Modified: 2010-10-09 05:19 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)
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-10-09 05:19 alecdavis Description Updated
======================================================================
More information about the asterisk-bugs
mailing list