aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapps/app_meetme.c1
-rwxr-xr-xchannels/chan_sip.c1
2 files changed, 1 insertions, 1 deletions
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 <asterisk/options.h>
#include <asterisk/cli.h>
#include <asterisk/say.h>
+#include <asterisk/utils.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
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;
}