[asterisk-commits] branch oej/sdpcleanup r27388 -
/team/oej/sdpcleanup/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Tue May 16 09:02:22 MST 2006
Author: oej
Date: Tue May 16 11:02:22 2006
New Revision: 27388
URL: http://svn.digium.com/view/asterisk?rev=27388&view=rev
Log:
Compilation works. yay!
Modified:
team/oej/sdpcleanup/channels/chan_sip.c
Modified: team/oej/sdpcleanup/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/sdpcleanup/channels/chan_sip.c?rev=27388&r1=27387&r2=27388&view=diff
==============================================================================
--- team/oej/sdpcleanup/channels/chan_sip.c (original)
+++ team/oej/sdpcleanup/channels/chan_sip.c Tue May 16 11:02:22 2006
@@ -4905,7 +4905,7 @@
dest.sin_port = sin.sin_port;
}
- if((capability & AST_FORMAT_VIDEO_MASK) && ast_test_flag(&p->flags[0], SIP_NOVIDEO))) {
+ if((capability & AST_FORMAT_VIDEO_MASK) && ast_test_flag(&p->flags[0], SIP_NOVIDEO)) {
if (p->vrtp) {
needvideo = TRUE;
if (option_debug)
@@ -10127,7 +10127,7 @@
}
if (!ast_test_flag(req, SIP_PKT_IGNORE) && p->owner) {
- if (!reinvite)
+ if (!reinvite) {
ast_queue_control(p->owner, AST_CONTROL_ANSWER);
} else { /* RE-invite */
ast_queue_frame(p->owner, &ast_null_frame);
More information about the asterisk-commits
mailing list