kamailio/fsl.kamailio

Thu, 04 Oct 2012 20:04:22 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 04 Oct 2012 20:04:22 +0200
changeset 710
1e46ce84435a
permissions
-rw-r--r--

Correct very nasty code segment linkage problem when building perl DSO.
This problem leads to segfaults in libpixman called by RRDs::Simple, as
diagnosed by gdb(1) indicating 'print var... cannot access memory at
address' or something similar.

     1 ##
     2 ##  fsl.kamailio -- OSSP fsl configuration
     3 ##
     5 ident .*(kamailio)/.+ q{
     6     prefix(
     7         prefix="%b %d %H:%M:%S %N <%L> $1[%P]: "
     8     )
     9     -> {
    10         debug: file(
    11             path="@l_prefix@/var/kamailio/kamailio.log",
    12             perm=0664
    13         )
    14     }
    15 };

mercurial