Hi,
I just implemented the "t_replicate" directive in order to have the registration message sent to a backup server as well.
It works fine...but the syslog is getting filled with this message: Sep 6 20:06:02 maui /usr/local/sbin/ser[2602]: WARNING: sip_msg_cloner: header body ignored: 8192
What does it mean?
Thanks. Ricardo
At 03:13 AM 9/7/2003, Ricardo Villa wrote:
Hi,
I just implemented the "t_replicate" directive in order to have the registration message sent to a backup server as well.
It works fine...but the syslog is getting filled with this message: Sep 6 20:06:02 maui /usr/local/sbin/ser[2602]: WARNING: sip_msg_cloner: header body ignored: 8192
What does it mean?
Nothing you need to be worried about. It just tells it encountered an unkown header-field, which will not be parsed. Possibly, the log level should be changed for this particular message.
-jiri