Hello all,
I have occasionally the following warning mesgs at my SER log : Sep 10 14:34:27 serhost ser[17957]: ERROR: warning_builder: buffer size exceeded Sep 10 14:34:27 serhost ser[17957]: WARNING: warning skipped -- too big
I noticed that the R-URI in that case is : R-URI=sip:XXXXXXXXXX@mydomain.com;user=phone;transport=UDP
when usually the R-URI is : sip:XXXXXXXXXX@mydomain.com;transport=UDP sip:XXXXXXXXXXXXX@mydomain.com
Anyone seen those mesgs before ? Can this explained by the extra field 'user=phone' which the SIP UA adds at the R-URI of the INVITE mesg ?
thanks Kostas
That just meanst that stuff which normaly is packed in Warning is bigger than the buffer foreseeon for that. Alterantive: ignore. Other alternative: let's rewrite to dynamically sized buffer.
-jiri
At 16:13 10/09/2007, Kostas Marneris wrote:
Hello all,
I have occasionally the following warning mesgs at my SER log : Sep 10 14:34:27 serhost ser[17957]: ERROR: warning_builder: buffer size exceeded Sep 10 14:34:27 serhost ser[17957]: WARNING: warning skipped -- too big
I noticed that the R-URI in that case is : R-URI=sip:XXXXXXXXXX@mydomain.com;user=phone;transport=UDP
when usually the R-URI is : sip:XXXXXXXXXX@mydomain.com;transport=UDP sip:XXXXXXXXXXXXX@mydomain.com
Anyone seen those mesgs before ? Can this explained by the extra field 'user=phone' which the SIP UA adds at the R-URI of the INVITE mesg ?
thanks Kostas _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Another alternative, switch off the warning header at all using following code in your script: sip_warning=0
Michal
On Mon, 2007-09-10 at 16:35 +0200, Jiri Kuthan wrote:
That just meanst that stuff which normaly is packed in Warning is bigger than the buffer foreseeon for that. Alterantive: ignore. Other alternative: let's rewrite to dynamically sized buffer.
-jiri
At 16:13 10/09/2007, Kostas Marneris wrote:
Hello all,
I have occasionally the following warning mesgs at my SER log : Sep 10 14:34:27 serhost ser[17957]: ERROR: warning_builder: buffer size exceeded Sep 10 14:34:27 serhost ser[17957]: WARNING: warning skipped -- too big
I noticed that the R-URI in that case is : R-URI=sip:XXXXXXXXXX@mydomain.com;user=phone;transport=UDP
when usually the R-URI is : sip:XXXXXXXXXX@mydomain.com;transport=UDP sip:XXXXXXXXXXXXX@mydomain.com
Anyone seen those mesgs before ? Can this explained by the extra field 'user=phone' which the SIP UA adds at the R-URI of the INVITE mesg ?
thanks Kostas _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers