mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
Move code from res_features into (new file) main/features.c
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@100039 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -96,6 +96,7 @@ int daemon(int, int); /* defined in libresolv of all places */
|
||||
#include "asterisk/network.h"
|
||||
#include "asterisk/cli.h"
|
||||
#include "asterisk/channel.h"
|
||||
#include "asterisk/features.h"
|
||||
#include "asterisk/ulaw.h"
|
||||
#include "asterisk/alaw.h"
|
||||
#include "asterisk/callerid.h"
|
||||
@@ -3165,6 +3166,8 @@ int main(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
|
||||
ast_features_init();
|
||||
|
||||
if (init_framer()) {
|
||||
printf(term_quit());
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user