Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Functions
libasteriskpj.c File Reference

Loader stub for static pjproject libraries. More...

#include "asterisk.h"
#include "asterisk/options.h"
#include "asterisk/_private.h"
Include dependency graph for libasteriskpj.c:

Go to the source code of this file.

Functions

int ast_pj_init (void)
 

Detailed Description

Loader stub for static pjproject libraries.

Author
George Joseph georg.nosp@m.e.jo.nosp@m.seph@.nosp@m.fair.nosp@m.view5.nosp@m..com

Definition in file libasteriskpj.c.

Function Documentation

◆ ast_pj_init()

int ast_pj_init ( void  )

Provided by libasteriskpj.c

Definition at line 45 of file libasteriskpj.c.

46{
47#ifdef HAVE_PJPROJECT_BUNDLED
49 pj_init();
50#endif
51 return 0;
52}
#define AST_PJPROJECT_INIT_LOG_LEVEL()
Get maximum log level pjproject was compiled with.
Definition: options.h:167

References AST_PJPROJECT_INIT_LOG_LEVEL.

Referenced by asterisk_daemon().