res_pjproject

Since 13.8.0 Module Configuration Found this useful? Upvote it. ×

pjproject common configuration

Last reviewed 2026-04-14

Description

pjproject.conf

[startup]

Asterisk startup time options for PJPROJECT

  • type - Must be of type 'startup'.
  • log_level - Initial maximum pjproject logging level to log.

    Note

    This option is needed very early in the startup process so it can only be read from config files because the modules for other methods have not been loaded yet.

[log_mappings]

PJPROJECT to Asterisk Log Level Mapping

  • type - Must be of type 'log_mappings'.
  • asterisk_error - A comma separated list of pjproject log levels to map to Asterisk LOG_ERROR.
  • asterisk_warning - A comma separated list of pjproject log levels to map to Asterisk LOG_WARNING.
  • asterisk_notice - A comma separated list of pjproject log levels to map to Asterisk LOG_NOTICE.
  • asterisk_verbose - A comma separated list of pjproject log levels to map to Asterisk LOG_VERBOSE.
  • asterisk_debug - A comma separated list of pjproject log levels to map to Asterisk LOG_DEBUG.
  • asterisk_trace - A comma separated list of pjproject log levels to map to Asterisk LOG_TRACE.
User Notes

Know a tip or gotcha for this topic? Share it below and help others.

Contribute a note

Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.

Moderated before publishing. Email never shown.