[asterisk-bugs] [JIRA] (ASTERISK-26145) taskprocessor.c:887 taskprocessor_push: The 'subm:rtp_topic-000000de' task processor queue reached 500 scheduled tasks

Joshua Colp (JIRA) noreply at issues.asterisk.org
Mon Jun 27 06:47:57 CDT 2016


    [ https://issues.asterisk.org/jira/browse/ASTERISK-26145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231194#comment-231194 ] 

Joshua Colp edited comment on ASTERISK-26145 at 6/27/16 6:46 AM:
-----------------------------------------------------------------

No, it's looking up what a remote STUN server sees as the source IP address and port which will be different if going through a NAT. Disabling ICE at both of those levels will stop the usage you see. You could also remove the STUN server configured and not use STUN at all for RTP.


was (Author: jcolp):
No, it's looking up what a remote STUN server sees as the source IP address and port which will be different if going through a NAT. Disabling ICE at that level would not stop the request, you would also need to disable it in rtp.conf using the icesupport option. You could also remove the STUN server configured and not use STUN at all for RTP.

> taskprocessor.c:887 taskprocessor_push: The 'subm:rtp_topic-000000de' task processor queue reached 500 scheduled tasks
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-26145
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-26145
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_sdp_rtp
>    Affects Versions: 13.10.0-rc1
>         Environment: Fedora 23
>            Reporter: Ross Beer
>            Assignee: Unassigned
>         Attachments: backtrace-threads_20160627_CLEAN.txt, taskprocessor_CLEAN.txt, threads_CLEAN.txt
>
>
> Asterisk stops processing SIP packets due to the task processor exceeding 500 tasks.
> From the below, it looks like the RTP streams are not closing tasks related to RTP timeouts. 
> [2016-06-24 11:35:39] WARNING[313]: taskprocessor.c:887 taskprocessor_push: The 'subm:rtp_topic-000000de' task processor queue reached 500 scheduled tasks.
> [2016-06-24 11:36:08] NOTICE[313]: res_pjsip_sdp_rtp.c:165 rtp_check_timeout: Disconnecting channel 'PJSIP/<<Username>>-000040dd' for lack of RTP activity in 65 seconds
> No core dump is created as asterisk doesn't crash.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list