[Home]

Summary:ASTERISK-15366: rtp.c:2482 ast_rtcp_write_sr: rtcp halted Operation not permitted
Reporter:Jonas Kellens (jonaskellens)Labels:
Date Opened:2009-12-24 05:11:08.000-0600Date Closed:2013-01-21 06:44:28.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/RTP
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) debug
( 1) messages
( 2) verbose
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



****** ADDITIONAL INFORMATION ******

Network setup :

Grandstream GXP2010 -- Endian firewall (sip proxy) -- Asterisk (public)

Using Asterisk 1.4.27.1
Comments:By: Leif Madsen (lmadsen) 2010-01-04 13:15:36.000-0600

Could you provide the following information?

* SIP debug
* Console output
* SIP history

These can be enabled via logger.conf and sip.conf (use 'full' in logger.conf)

After reloading the modules, then use 'core set verbose 10' and 'core set debug 10', reproduce the issue, and trim the log file prior to uploading it.

Also, are you running Asterisk as non-root?

By: Jonas Kellens (jonaskellens) 2010-01-05 04:00:43.000-0600

Files uploaded.

Have touched new files before reproducing the issue.

Running Asterisk as root user.

By: Jonas Kellens (jonaskellens) 2010-04-14 04:54:22

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.

By: Leif Madsen (lmadsen) 2010-04-14 09:51:37

This branch by oej may or may not help:  http://www.voip-forum.com/opensource/2010-01/test-rtcp-test-branch-based-asterisk-14/

By: Matt Jordan (mjordan) 2013-01-21 06:44:20.172-0600

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.