I recently started seeing this in the logs right after a registration attempt from a user who's a on our system, but is somehow storing contact info for a different username on a different service:
May 25 12:03:52 death ser[22235]: ERROR: warning_builder: buffer size exceeded May 25 12:03:52 death ser[22235]: WARNING: warning skipped -- too big
The register packet that caused it was:
REGISTER sip:proxy.ideasip.com:5060;g_id=17476253781;g_dom=proxy01.sipphone.com SIP/2.0. Record-Route: sip:198.65.XXX.XXX;ftag=31839881;lr. Via: SIP/2.0/UDP 198.65.XXX.XXX;branch=z9hG4bK1033.75ea1c43.0. Via: SIP/2.0/UDP 192.168.1.18:36560;received=69.91.XXX.XXX;branch=z9hG4bK-d87543-5e7fc69802da2376-1--d87543-;rport=33028. Max-Forwards: 69. Contact: sip:1747625XXXX@proxy01.sipphone.com:5060. To: sip:1101201XXXX@proxy.ideasip.com:5060;g_id=1747625XXXX;g_dom=proxy01.sipphone.com. From: sip:1101201XXXX@proxy.ideasip.com:5060;g_id=1747625XXXX;g_dom=proxy01.sipphone.com;tag=31839881. Call-ID: 7dffe5df6f2a521a@YW50ZXJvb21lbWFjLmxvY2Fs. CSeq: 40 REGISTER. Expires: 1800. Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, INFO, NOTIFY, MESSAGE. Supported: ICE. User-Agent: MacGizmo (Gizmo-s2n1)/1.5. Authorization: Digest username="1101201XXXX",realm="proxy.ideasip.com",nonce="4475d66395235de62215f7d44f9dbafc068050f7",uri="sip:proxy.ideasip.com:5060;g_id=1747625XXXX;g_dom=proxy01.sipphone.com",response="2a56661c46fdac2129de3100014e5753",cnonce="aab804aa999687b7",nc=00000003,qop=auth,algorithm=MD5. Content-Length: 0. P-hint: outbound.
Any idea what's throwing the error and what causes it?
N.