[asterisk-bugs] [Asterisk 0016942]: 100% CPU load at feature startup

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Mar 5 14:36:11 CST 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16942 
====================================================================== 
Reported By:                UJvu
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16942
Category:                   Core/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:           1.6.1.16 
JIRA:                       SWP-989 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 249534 
Request Review:              
====================================================================== 
Date Submitted:             2010-03-02 03:21 CST
Last Modified:              2010-03-05 14:36 CST
====================================================================== 
Summary:                    100% CPU load at feature startup
Description: 
1. 251 calls 250
2. 250 picks up and talks to 251
3. 250 dials *5, feature tr1 starts, 250 hangs up
4. 252 rings (macro-new_redirect)
5. 252 picks up and talks to 251
6. end of call

Points 4-6 has 100% cpu load
====================================================================== 

---------------------------------------------------------------------- 
 (0119040) UJvu (reporter) - 2010-03-05 14:36
 https://issues.asterisk.org/view.php?id=16942#c119040 
---------------------------------------------------------------------- 
I thought that after moving res_features in the PBX core it stopped to be
actual.  I solved the problem this way:

[macro-new_redirect]
exten => s, 1, ChannelRedirect(${BRIDGEPEER},beep_hangup,s,1) 
exten => s, n, ChannelRedirect(${CHANNEL},dial,s,1) 

[beep_hangup]
exten => s, 1, Playback(beep)
exten => s, n, Hangup 

[dial]
exten => s, 1, Dial(Local/252)
exten => s, n, Hangup 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-03-05 14:36 UJvu           Note Added: 0119040                          
======================================================================




More information about the asterisk-bugs mailing list