[asterisk-commits] oej: branch oej/pinefrog-rtcp-1.8 r382633 - /team/oej/pinefrog-rtcp-1.8/chann...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 7 13:37:18 CST 2013
Author: oej
Date: Thu Mar 7 13:37:14 2013
New Revision: 382633
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382633
Log:
Add note about bug.
Modified:
team/oej/pinefrog-rtcp-1.8/channels/chan_sip.c
Modified: team/oej/pinefrog-rtcp-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/pinefrog-rtcp-1.8/channels/chan_sip.c?view=diff&rev=382633&r1=382632&r2=382633
==============================================================================
--- team/oej/pinefrog-rtcp-1.8/channels/chan_sip.c (original)
+++ team/oej/pinefrog-rtcp-1.8/channels/chan_sip.c Thu Mar 7 13:37:14 2013
@@ -9884,9 +9884,11 @@
ast_queue_control_data(p->owner, AST_CONTROL_HOLD,
S_OR(p->mohsuggest, NULL),
!ast_strlen_zero(p->mohsuggest) ? strlen(p->mohsuggest) + 1 : 0);
- if (sendonly)
+ if (sendonly) {
ast_rtp_instance_stop(p->rtp);
- /* RTCP needs to go ahead, even if we're on hold!!! */
+ /* RTCP needs to go ahead, even if we're on hold!!! */
+ /* OEJ this is a BUG to fix. Now. */
+ }
/* Activate a re-invite */
ast_queue_frame(p->owner, &ast_null_frame);
change_hold_state(p, req, TRUE, sendonly);
More information about the asterisk-commits
mailing list