[Asterisk-cvs] asterisk/channels chan_sip.c,1.400,1.401
markster at lists.digium.com
markster at lists.digium.com
Thu May 27 12:00:03 CDT 2004
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv2630/channels
Modified Files:
chan_sip.c
Log Message:
Don't count as outgoing until we actually send the new INVITE
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.400
retrieving revision 1.401
diff -u -d -r1.400 -r1.401
--- chan_sip.c 27 May 2004 05:06:32 -0000 1.400
+++ chan_sip.c 27 May 2004 16:14:46 -0000 1.401
@@ -7765,7 +7765,6 @@
ast_log(LOG_DEBUG, "Deferring reinvite on '%s'\n", p->callid);
p->needreinvite = 1;
}
- p->outgoing = 1;
}
return 0;
}
More information about the svn-commits
mailing list