diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 6411de4f8..dd11efbda 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 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; }