[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:all-tabpanel ]
Matt Jordan closed ASTERISK-15366.
----------------------------------
Resolution: Suspended
> 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