[asterisk-bugs] [JIRA] (ASTERISK-22833) channel: Channel reference leak
Richard Mudgett (JIRA)
noreply at issues.asterisk.org
Mon Dec 16 18:25:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213024#comment-213024 ]
Richard Mudgett edited comment on ASTERISK-22833 at 12/16/13 6:24 PM:
----------------------------------------------------------------------
Sorry about the delayed result here is a better example of a dialplan, without business logic nested in it.
{noformat}
exten => 127,1,Answer()
exten => 127,n,Set(loopc=0)
exten => 127,n(spyloop127),Set(loopc=$[${loopc} + 1])
exten => 127,n,SayNumber(2,f)
exten => 127,n,Wait(2)
exten => 127,n,Goto(spyloop127)
exten => 127,n,Dial(SIP/<PHONENUMBER>@<Outboundprox>)
exten => 127,n,Hangup()
{noformat}
was (Author: twitch):
Sorry about the delayed result here is a better example of a dialplan, without business logic nested in it.
exten => 127,1,Answer()
exten => 127,n,Set(loopc=0)
exten => 127,n(spyloop127),Set(loopc=$[${loopc} + 1])
exten => 127,n,SayNumber(2,f)
exten => 127,n,Wait(2)
exten => 127,n,Goto(spyloop127)
exten => 127,n,Dial(SIP/<PHONENUMBER>@<Outboundprox>)
exten => 127,n,Hangup()
> channel: Channel reference leak
> -------------------------------
>
> Key: ASTERISK-22833
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22833
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/Channels
> Affects Versions: 11.5.1, 11.6.0
> Environment: centos
> Reporter: Mitch Rodrigues
> Assignee: Rusty Newton
> Severity: Critical
>
> fd pipes linger from channel internals after call has been terminated. Seems to to also leave around alot of anon_inodes when doing lsof
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list