Am 23.08.2011 12:27, schrieb Jon Bonilla (Manwe):
El Tue, 23 Aug 2011 11:58:51 +0300 Juha Heinanen jh@tutpro.com escribió:
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 */
Thanks Juha. Guess I'll need to rebuild for this server :(
IIRC, long time ago there was a maximum of 31 (bitmask with a 32bit data type was used). Maybe this has changed.
regards Klaus