aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-09 19:58:18 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-09 19:58:18 +0000
commitf1c9aafaf37be55a354c041bb12d06a1f288307d (patch)
tree89ed2104faf17518c0da7f10c676b1fccc96c1e3 /asterisk.c
parenta320084f60096e46f2981f6300480f34317b508c (diff)
Version 0.1.3 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@201 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'asterisk.c')
-rwxr-xr-xasterisk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/asterisk.c b/asterisk.c
index bec0894ae..4addf889c 100755
--- a/asterisk.c
+++ b/asterisk.c
@@ -16,6 +16,7 @@
#include <asterisk/logger.h>
#include <asterisk/options.h>
#include <asterisk/cli.h>
+#include <asterisk/channel.h>
#include <stdio.h>
#include <signal.h>
#include <sched.h>
@@ -32,6 +33,8 @@ int option_console=0;
int option_highpriority=0;
int fully_booted = 0;
+char defaultlanguage[MAX_LANGUAGE] = DEFAULT_LANGUAGE;
+
#define HIGH_PRIORITY 1
#define HIGH_PRIORITY_SCHED SCHED_RR