Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3360 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-06-30 03:22:29 +00:00
parent 60ad539878
commit 7be9c6e469
4 changed files with 51 additions and 0 deletions

View File

@@ -1703,6 +1703,10 @@ int main(int argc, char *argv[])
printf(term_quit());
exit(1);
}
if (ast_file_init()) {
printf(term_quit());
exit(1);
}
if (load_pbx()) {
printf(term_quit());
exit(1);