[asterisk-bugs] [Asterisk 0018113]: looped local channels, some not optimize out.

Asterisk Bug Tracker noreply at bugs.digium.com
Sat Oct 9 05:18:29 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
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:18 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 is 'channel request hangup all'

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)

====================================================================== 

---------------------------------------------------------------------- 
 (0127822) alecdavis (manager) - 2010-10-09 05:18
 https://issues.asterisk.org/view.php?id=18113#c127822 
---------------------------------------------------------------------- 
Uploaded masquerade-loop.txt which is console output of multiple instances
of local channels which are unable to be hangup.

asterix*CLI> core show threads
0xb2387b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
0xb25abb90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
0xb26d7b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
....
0xb2713b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
0xb2623b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
0xb2803b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
0xb27c7b90 pbx_thread           started at [ 5007] pbx.c ast_pbx_start()
25 of them!

asterix*CLI> core show channels concise
Local/10015 at phones-0806;1!phones!!1!Up!AppDial!(Outgoing
Line)!10016!!!3!74!Local/10016 at phones-2c65;2!1286617806.123

Local/10016 at phones-2c65;2!phones!10016!2!Up!Dial!Local/10015 at phones!89!!!3!74!Local/10015 at phones-0806;1!1286617806.122

I did however get many "..Exceptionally long queue length queuing to
Local/10026 at phones-5508;1"

[2010-10-09 22:50:14.428058] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1
[2010-10-09 22:50:14.429180] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1
[2010-10-09 22:50:14.429529] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1
[2010-10-09 22:50:14.429733] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1
[2010-10-09 22:50:14.429939] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1
[2010-10-09 22:50:14.434162] WARNING[3337]: channel.c:1466
__ast_queue_frame: Exceptionally long queue length queuing to
Local/10026 at phones-5508;1 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-10-09 05:18 alecdavis      Note Added: 0127822                          
======================================================================




More information about the asterisk-bugs mailing list