aboutsummaryrefslogtreecommitdiffstats
path: root/asterisk.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 22:25:08 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-28 22:25:08 +0000
commit8e14140a52913683595b619cf498c670526efd84 (patch)
tree4f6b1dc0fd0d79a6b00c9c0872e6983a8bee15a2 /asterisk.c
parentbbd7baead7df609d922e584ca37a2064fbcc4c66 (diff)
bring in the code that was discussed on Mantis #6068,
which is the basis for several simplifications and fixes to the CLI interfaces. The core is in cli.c, some documentation on a new function to help command completion is in cli.h, and one line of glue code in the other two files. Next step is to bring in the patches described in #6066 and other simplifications. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@15817 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'asterisk.c')
-rw-r--r--asterisk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asterisk.c b/asterisk.c
index 72c28358e..9ef3c448a 100644
--- a/asterisk.c
+++ b/asterisk.c
@@ -2031,6 +2031,7 @@ int main(int argc, char *argv[])
ast_ulaw_init();
ast_alaw_init();
callerid_init();
+ ast_builtins_init();
ast_utils_init();
tdd_init();
/* When Asterisk restarts after it has dropped the root privileges,