Displaying 1 result from an estimated 1 matches for "ast_log_warning".
2003 Mar 31
0
syslog patch
...e.
However, Asterisk uses the same macros as sys/sylog does. Changing the
asterisk defines won't help since they also do the macro expansion to
filename & linenumber.
Not being an experienced C programmer what is the normal way to solve this?
Change all asterisk LOG_WARNING/NOTICE/ERROR to AST_LOG_WARNING? or
include a modified version of /sys/syslog? or just ignore the overwrites,
meaning logger.c can't itself call ast_log?
Michiel
--