mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user