aboutsummaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
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 'apps')
-rwxr-xr-xapps/app_meetme.c1
1 files changed, 1 insertions, 0 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>