From: Mark Spencer Date: Thu, 27 May 2004 16:14:46 +0000 (+0000) Subject: Don't count as outgoing until we actually send the new INVITE X-Git-Tag: 1.0.0-rc1~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cd1eb39b140e1f8fcae202e1215f882b95502b7;p=thirdparty%2Fasterisk.git Don't count as outgoing until we actually send the new INVITE git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3092 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 6411de4f81..dd11efbda2 100755 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 15c3f811b9..8968ea839e 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -7765,7 +7765,6 @@ static int sip_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struc ast_log(LOG_DEBUG, "Deferring reinvite on '%s'\n", p->callid); p->needreinvite = 1; } - p->outgoing = 1; } return 0; }