<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    I have a problem in my scenario where I use the dispatcher module
    for (round-robin based) distribution of incoming calls to 15 (!)
    different gateways. In idle case (= all gateways are up and running
    or just a couple of them does not accept calls) my solution is
    working fine. The solution is very primitive and based on the
    example of the dispatcher module's ReadMe. However, when e.g. 12 of
    15 gateways are out of service (in detail: rejecting the call with
    "480 - Temporarily Unavailable") and only the 13th would be okay, I
    can not reach that gateway. This is because the TM module is
    interrupting the distribution with an error message indicating that
    the maximum number of branches (per transaction) is reached (ERROR:<em>tm</em>:<em>add_uac</em>:
    <em>maximum number of branches</em> exceeded)....<br>
    <br>
    My first idea for solving this problem was/is in manipulating the
    definition of the "max_branches" constant in the config.h file.
    However, I prefer using the precompiled Debian packages. Therefore
    that solution is not optimal. I have not found a method for
    decreasing the destination_set on an easy way... Does anybody know
    an alternative solution / workaround?<br>
    <br>
    Thanks in advance,<br>
    Klaus<br>
  </body>
</html>