mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 08:31:02 +00:00
Merged revisions 53120 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53120 | file | 2007-02-02 11:15:22 -0600 (Fri, 02 Feb 2007) | 2 lines Correct a copy/pasted error message line for RTCP. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53122 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2473,7 +2473,7 @@ static int ast_rtcp_write_rr(void *data)
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
if (!rtp->rtcp->them.sin_addr.s_addr) {
|
if (!rtp->rtcp->them.sin_addr.s_addr) {
|
||||||
ast_log(LOG_ERROR, "RTCP RR transmission error to, rtcp halted %s\n",strerror(errno));
|
ast_log(LOG_ERROR, "RTCP RR transmission error, rtcp halted\n");
|
||||||
if (rtp->rtcp->schedid > 0)
|
if (rtp->rtcp->schedid > 0)
|
||||||
ast_sched_del(rtp->sched, rtp->rtcp->schedid);
|
ast_sched_del(rtp->sched, rtp->rtcp->schedid);
|
||||||
rtp->rtcp->schedid = -1;
|
rtp->rtcp->schedid = -1;
|
||||||
|
Reference in New Issue
Block a user