<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>I am building a configuration script where for some traffic flows
      parallel forking will be needed, and in this case I need to go
      beyond the default max limit of the max amount of branches.</p>
    <p>Apart from this specific case the traffic load that kamailio will
      need to handle is very low, let's say just one second here and
      there with up to 5 concurrent calls at most.<br>
    </p>
    <p>This limit is as far as I understand set here: <span
        style="mso-bookmark:Logo">usr/local/src/kamailio-5.6/kamailio/src/core/config.h</span></p>
    <p><span style="mso-bookmark:Logo">And the default limit is:<br>
      </span><span style="mso-bookmark:Logo">#define
        MAX_BRANCHES_LIMIT              32      /*!< limit of maximum
        number of branches per transaction */</span></p>
    <p><span style="mso-bookmark:Logo">Here are the questions I have
        related to this:</span></p>
    <p><span style="mso-bookmark:Logo">1) If I increase the value of
        this constant in config.h, how high is it reasonable to set this
        value and still have a stable system?</span></p>
    <p><span style="mso-bookmark:Logo">2) If I increase </span><span
        style="mso-bookmark:Logo">MAX_BRANCHES_LIMIT beyond 32, are
        there also other parameters that needs to be changed for the
        system to be able to cope, and if so which</span><span
        style="mso-bookmark:Logo"></span><span style="mso-bookmark:Logo"></span>
      parameters?</p>
    <p>Regards,<br>
      Lars<br>
    </p>
  </body>
</html>