aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 16:14:46 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 16:14:46 +0000
commitf8c5bd56232b64b9ca91320c09198840b5f5239a (patch)
treebb653935b69be795c9987a842f4f0bef2e441479 /channels
parent83a68927cdc52c50ea0197473db931ee7210888e (diff)
Don't count as outgoing until we actually send the new INVITE
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3092 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 15c3f811b..8968ea839 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;
}