Hi,
I am using rel_2_0_0 from cvs. I encounter following errors in my ser output log:
ERROR: warning_builder: buffer size exceeded WARNING: warning skipped -- too big
Please tell what do they mean.
Best regerds Tomasz
Tomasz Zieleniewski wrote:
Hi,
I am using rel_2_0_0 from cvs. I encounter following errors in my ser output log:
ERROR: warning_builder: buffer size exceeded WARNING: warning skipped -- too big
Please tell what do they mean.
Best regerds Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I was hoping someone would fix that annoyance. It basically means that there was SUPPOSED to be a warning... but the size of the warning buffer was exceeded, which threw an error. All in all, it makes the whole thing look ominous and gives absolutely ZERO information.
I get this sometimes with SIP messages that tack on XML or some such that SER chokes on. I've learned to ignore them since there's little I can do to fix whatever it is I was going to be warned about.
N.
At 13:25 12/11/2007, SIP wrote:
Tomasz Zieleniewski wrote:
Hi,
I am using rel_2_0_0 from cvs. I encounter following errors in my ser output log:
ERROR: warning_builder: buffer size exceeded WARNING: warning skipped -- too big
Please tell what do they mean.
Best regerds Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I was hoping someone would fix that annoyance. It basically means that there was SUPPOSED to be a warning... but the size of the warning buffer was exceeded, which threw an error. All in all, it makes the whole thing look ominous and gives absolutely ZERO information.
I get this sometimes with SIP messages that tack on XML or some such that SER chokes on. I've learned to ignore them since there's little I can do to fix whatever it is I was going to be warned about.
So what is the suggestion -- change the log level for this? May make sense...
-jiri
N.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Jiri Kuthan wrote:
So what is the suggestion -- change the log level for this? May make sense...
IMO, preserving the log level, but switching the default of sip_warning to 0 - there is little info the header brings, especially for the casual user; moreover, it trims the message size down a bit.
Regards,
Jiri Kuthan wrote:
At 13:25 12/11/2007, SIP wrote:
Tomasz Zieleniewski wrote:
Hi,
I am using rel_2_0_0 from cvs. I encounter following errors in my ser output log:
ERROR: warning_builder: buffer size exceeded WARNING: warning skipped -- too big
Please tell what do they mean.
Best regerds Tomasz _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
I was hoping someone would fix that annoyance. It basically means that there was SUPPOSED to be a warning... but the size of the warning buffer was exceeded, which threw an error. All in all, it makes the whole thing look ominous and gives absolutely ZERO information.
I get this sometimes with SIP messages that tack on XML or some such that SER chokes on. I've learned to ignore them since there's little I can do to fix whatever it is I was going to be warned about.
So what is the suggestion -- change the log level for this? May make sense...
-jiri
N.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
My suggestion would be to either give a warning or give an error. Don't give an error that you can't give a warning (Warning! Warning skipped). That's like saying "Something you should be aware of is.... hah! Just kidding! I'm not going to tell you." It's not a terribly useful log message.
N.
SIP wrote:
My suggestion would be to either give a warning or give an error. Don't give an error that you can't give a warning (Warning! Warning skipped). That's like saying "Something you should be aware of is.... hah! Just kidding! I'm not going to tell you." It's not a terribly useful log message.
The error shows up when the SIP header "Warning" is built, in order to be appended to the outgoing message. This is merely a debugging header, in what SER is concerned. The warning log message that appears when building the "Warning" header only tells that the things that would be printed into this header build up to "too long", so the header is dropped. You can disable the attempt to build this header by setting sip_warning=0 into your config.
Hth, Bogdan.
N.
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers