From 2cd1eb39b140e1f8fcae202e1215f882b95502b7 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 27 May 2004 16:14:46 +0000 Subject: [PATCH] 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 --- apps/app_meetme.c | 1 + channels/chan_sip.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2