<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Besides the right version, be sure the parameter value is integer.
    In the initial post is given the example:<br>
    <br>
    modparam("siptrace", "trace_to_database", "0")<br>
    <br>
    which makes "0" value a string, it should be:<br>
    <br>
    modparam("siptrace", "trace_to_database", 0)<br>
    <br>
    Cheers,<br>
    Daniel<br>
    <br>
    <div class="moz-cite-prefix">On 10/23/12 3:09 PM, Marius Zbihlei
      wrote:<br>
    </div>
    <blockquote cite="mid:508696ED.6000309@1and1.ro" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <div class="moz-cite-prefix">On 10/22/2012 11:37 PM, Christopher
        Holland wrote:<br>
      </div>
      <blockquote cite="mid:5085AE6F.1050909@skyviewtech.com"
        type="cite">
        <meta http-equiv="content-type" content="text/html;
          charset=ISO-8859-1">
        getting this error:<br>
        <br>
      </blockquote>
      Hello, <br>
      <br>
      What version of Kamailio are you using, this parameter is
      available from 3.2 onwards. <br>
      <br>
      For building modules you can tune modules.lst as described here <a
        moz-do-not-send="true" class="moz-txt-link-freetext"
        href="https://www.kamailio.org/wiki/install/devel/git#tuning_makefiles">https://www.kamailio.org/wiki/install/devel/git#tuning_makefiles</a><br>
      <br>
      Cheers,<br>
      Marius<br>
      <br>
      <br>
      <blockquote cite="mid:5085AE6F.1050909@skyviewtech.com"
        type="cite"> kamailio: ERROR: &lt;core&gt; [modparam.c:151]:
        set_mod_param_regex: parameter &lt;trace_to_database&gt; not
        found in module &lt;siptrace&gt;<br>
        parse error in config file /usr/local/etc/kamailio/kamailio.cfg,
        line 63, column 46: Can't set module parameter<br>
        <br>
        I have set this to modparam("siptrace", "trace_to_database",
        "0") in my .cfg<br>
        <br>
        <i>I didn't compile siptrace when I compiled kamailio. I don't
          know how to add a module after compiling and installing
          kamailio. I haven't been able to find any documentaion on how
          to add a module after installing only compiling before
          installing.<br>
          <br>
          Thanks all for your help<br>
          <br>
          Christopher<br>
        </i> </blockquote>
      <br>
      <br>
      <pre class="moz-signature" cols="72">-- 
Zbihlei Marius

Head of
Linux Development Services Romania

1&amp;1 Internet Development srl    Tel KA: 754-9152
Str Mircea Eliade 18            Tel RO: +40-31-223-9152
Sect 1, Bucuresti               mailto: <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:marius.zbihlei@1and1.ro">marius.zbihlei@1and1.ro</a>
71295, Romania
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</a>
<a class="moz-txt-link-freetext" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla - <a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a>
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - <a class="moz-txt-link-freetext" href="http://asipto.com/u/kat">http://asipto.com/u/kat</a>
Kamailio Advanced Training, Miami, USA, Nov 12-14, 2012 - <a class="moz-txt-link-freetext" href="http://asipto.com/u/katu">http://asipto.com/u/katu</a></pre>
  </body>
</html>