mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Remove dead code from features.c; refactor pickup code into pickup.c
This patch does the following: * It moves the pickup code out of features.c and into pickup.c * It removes the vast majority of dead code out of features.c. In particular, this includes the parking code. (issue ASTERISK-22134) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -202,6 +202,7 @@ int daemon(int, int); /* defined in libresolv of all places */
|
||||
#include "asterisk/cli.h"
|
||||
#include "asterisk/channel.h"
|
||||
#include "asterisk/translate.h"
|
||||
#include "asterisk/pickup.h"
|
||||
#include "asterisk/features.h"
|
||||
#include "asterisk/acl.h"
|
||||
#include "asterisk/ulaw.h"
|
||||
@@ -4298,6 +4299,11 @@ int main(int argc, char *argv[])
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (ast_pickup_init()) {
|
||||
printf("%s", term_quit());
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (ast_bridging_init()) {
|
||||
printf("%s", term_quit());
|
||||
exit(1);
|
||||
|
Reference in New Issue
Block a user