[asterisk-bugs] [Asterisk 0016512]: rtp.c:2482 ast_rtcp_write_sr: rtcp halted Operation not permitted
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Apr 14 04:54:22 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16512
======================================================================
Reported By: jonaskellens
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16512
Category: Core/RTP
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: Older 1.4 - please test a newer version
JIRA: SWP-631
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-12-24 05:11 CST
Last Modified: 2010-04-14 04:54 CDT
======================================================================
Summary: rtp.c:2482 ast_rtcp_write_sr: rtcp halted Operation
not permitted
Description:
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
======================================================================
----------------------------------------------------------------------
(0120379) jonaskellens (reporter) - 2010-04-14 04:54
https://issues.asterisk.org/view.php?id=16512#c120379
----------------------------------------------------------------------
Is there yet some new information on this issue ??
Still having the same issues :
[Apr 14 11:09:28] ERROR[14767]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR
transmission error to ip_itsp:25001, rtcp halted Operation not permitted
[Apr 14 11:09:28] ERROR[14767]: rtp.c:2482 ast_rtcp_write_sr: RTCP SR
transmission error to my_public_ip:10089, rtcp halted Operation not
permitted
I changed my firewall for a Zyxel NBG-419N router and still the same RTCP
SR transmit error.
Issue History
Date Modified Username Field Change
======================================================================
2010-04-14 04:54 jonaskellens Note Added: 0120379
======================================================================
More information about the asterisk-bugs
mailing list