THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#403 - Maximum 70 else if statements
User who did this - Daniel-Constantin Mierla (miconda)
----------
Checking the code, I see that inner blocks of actions for IF-ELSE are executed with the
same function for calling sub-routes, thus the same limit is used. In older version you
would have to recompile and set ROUTE_MAX_REC_LEV to higher value in config.h, or just
break the series of ELSE-IF.
In the master, I just made the value configurable via global parameter max_recursive_level
in kamailio.cfg
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=403#comment…
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.