[asterisk-bugs] [JIRA] (ASTERISK-15366) rtp.c:2482 ast_rtcp_write_sr: rtcp halted Operation not permitted

Matt Jordan (JIRA) noreply at issues.asterisk.org
Mon Jan 21 06:45:21 CST 2013


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

Matt Jordan commented on ASTERISK-15366:
----------------------------------------

Per the Asterisk maintenance timeline page at http://www.asterisk.org/asterisk-versions maintenance (bug) support for the 1.4 and 1.6.x branches has ended. For continued maintenance support please move to the 1.8 branch which is a long term support (LTS) branch. For more information about branch support, please see https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions.  After testing with Asterisk 1.8, if you find this problem has not been resolved, please open a new issue against Asterisk 1.8.


                
> rtp.c:2482 ast_rtcp_write_sr: rtcp halted Operation not permitted
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-15366
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-15366
>             Project: Asterisk
>          Issue Type: Bug
>          Components: Core/RTP
>            Reporter: Jonas Kellens
>            Severity: Minor
>         Attachments: debug, messages, verbose
>
>
> While making a call the CLI is flooded with the above message.
> It begins already during ringing, and it goes on while the correspondents are talking.
> The code in rtp.c says :
> if (!rtp->rtcp->them.sin_addr.s_addr) {  /* This'll stop rtcp for this rtp session */
>        ast_verbose("RTCP SR transmission error, rtcp halted\n");
>        AST_SCHED_DEL(rtp->sched, rtp->rtcp->schedid);
>        return 0;
> }
> Why is rtcp-transport aborted ??
> I would like to make use of this "quality surveillance" of rtcp.
> Is it a setting in Asterisk, my firewall, my SIP client  ??
> [Dec 24 11:45:51] ERROR[14035]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR transmission error to ip_of_ITSP:40483, rtcp halted Operation not permitted
> [Dec 24 11:45:51] ERROR[14035]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR transmission error to public_ip_of_my_firewall:11003, rtcp halted Operation not permitted
> ****** ADDITIONAL INFORMATION ******
> Network setup :
> Grandstream GXP2010 -- Endian firewall (sip proxy) -- Asterisk (public)
> Using Asterisk 1.4.27.1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list