opensips/fsl.opensips

Sat, 25 Jan 2014 18:21:16 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 25 Jan 2014 18:21:16 +0100
changeset 791
a5b2210360f9
permissions
-rw-r--r--

Improve runtime configuration including additional network definition.

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

mercurial