[OpenSIPS-Devel] [ opensips-Bugs-3487287 ] udp_send failed - Message too long(90)

SourceForge.net noreply at sourceforge.net
Mon Feb 13 17:58:44 CET 2012


Bugs item #3487287, was opened at 2012-02-13 06:21
Message generated for change (Comment added) made by vladut-paiu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3487287&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.7.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Muhammad Shahzad (shari_786pk)
>Assigned to: Vladut-Stefan Paiu (vladut-paiu)
Summary: udp_send failed - Message too long(90)

Initial Comment:
I have presence service with RLS on opensips 1.7.1 stable svn revision 8695. I have noticed if address book resource list contains more 300 contacts and if i try to subscribe that address book, the subscription requests goes successful but when opensips tries to send first NOTIFY to sip client with all addresses and their initial presence, the sending UDP socket fails with following error.

Feb 13 13:48:16 sip-service[15499]: ERROR:core:udp_send: sendto(sock,0x97ac2140,223857,0,0x97ac1290,16): Message too long(90) 
Feb 13 13:48:16 sip-service[15499]: ERROR:tm:msg_send: udp_send failed 

and NOTIFY with presence event never arrives.

Please help.

Thank you.



----------------------------------------------------------------------

>Comment By: Vladut-Stefan Paiu (vladut-paiu)
Date: 2012-02-13 08:58

Message:
Hi,

It seems you are trying to send a very large SIP message ( 223857 bytes ),
which is not possible over UDP.
If you want to do that, use TCP.

Regards,
Vlad

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3487287&group_id=232389



More information about the Devel mailing list