Hello
I have a Kamailio acting as Redirect server. In some cases I need to include more that 12 Contact headers in the 302 message. I've set these values in the config.h file.
#define MAX_BRANCHES 20 /*!< maximum number of branches per transaction */ #define MAX_REDIRECTION_LEN 756 /*!< maximum length of Contact header field in redirection replies */
Could these settings cause any "collateral damage"?
Thanks!
Javi
2010/11/29 Javier Gallart jgallartm@gmail.com:
#define MAX_REDIRECTION_LEN 756 /*!< maximum length of Contact header field in redirection replies */ Could these settings cause any "collateral damage"?
Perhaps you should increase MAX_REDIRECTION_LEN.