<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Thank you Joel for the tip.</p>
    <p>But that is also not it.....</p>
    <p>I tried of course, but when you look at the Dialog module
      documentation is says:</p>
    <pre class="programlisting" style="font-family: monospace; white-space: pre; background-color: rgb(252, 255, 252); border: 1px solid rgb(153, 204, 204); color: rgb(0, 0, 0); padding-left: 15pt; overflow: auto; border-radius: 2.5px; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">modparam("dialog", "profiles_with_value", "caller ; my_profile")</pre>
    <p>So there are spaces in the modparam config for the dialog
      profiles.</p>
    <p>Its just so strange that when starting Kamailio I get the error
      that the Profile outbound is not configured, while it is...</p>
    <p>Log line:</p>
    <p>DecĀ  6 15:04:04 proxy01 /usr/local/sbin/kamailio[76664]:
      CRITICAL: dialog [dialog.c:391]: fixup_profile(): profile
      <inbound> not defined<br>
    </p>
    <p>kamailo.cfg</p>
    <p># ---- Dialog params -------------<br>
      modparam("dialog", "default_timeout", 7200)<br>
      modparam("dialog", "db_mode", 0)<br>
      modparam("dialog", "dlg_flag", DLG_FLAG)<br>
      modparam("dialog", "hash_size", 4096)<br>
      #modparam("dialog", "detect_spirals", 1)<br>
      modparam("dialog", "profiles_with_value", "inbound")<br>
    </p>
    <p>Im starting to think that I am missing some configuration in the
      kamailio.cfg file...</p>
    <p>Rgds,</p>
    <p>Gertjan<br>
    </p>
    <p><br>
    </p>
  </body>
</html>