Jon Bonilla (Manwe) writes:
Is there any configuration option in kamailio 3.1 to
set the max number of
branches?
there is no config option. max branches is a constant in config.h:
#define MAX_BRANCHES 12 /*!< maximum number of branches per tra
nsaction */
-- juha