[OpenSIPS-Devel] [ opensips-Bugs-3033043 ] using mi_datagram fails to output UL list with many entries

SourceForge.net noreply at sourceforge.net
Thu Jul 22 16:32:44 CEST 2010


Bugs item #3033043, was opened at 2010-07-22 15:38
Message generated for change (Comment added) made by bogdan_iancu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=3033043&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: modules
Group: 1.6.x
Status: Open
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Richard Revels (rrevels)
>Assigned to: Bogdan-Andrei Iancu (bogdan_iancu)
Summary: using mi_datagram fails to output UL list with many entries

Initial Comment:
Using command opensipsctl ul show results in log errors and no output with just over 200 entries in location.


Jul 22 12:32:16 guinea-pig2 osips-log[943]: ERROR:mi_datagram:datagram_recur_write_tree: failed to write -line too long!!!
Jul 22 12:32:16 guinea-pig2 osips-log[943]: ERROR:mi_datagram:mi_datagram_server: failed to build the response 


[root at guinea-pig2 opensips16-trunk]# svn info
Path: .
URL: https://opensips.svn.sourceforge.net/svnroot/opensips/branches/1.6
Repository Root: https://opensips.svn.sourceforge.net/svnroot/opensips
Repository UUID: 689a6050-402a-0410-94f2-e92a70836424
Revision: 6950
Node Kind: directory
Schedule: normal
Last Changed Author: bogdan_iancu
Last Changed Rev: 6950
Last Changed Date: 2010-06-10 15:53:47 +0000 (Thu, 10 Jun 2010)


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

>Comment By: Bogdan-Andrei Iancu (bogdan_iancu)
Date: 2010-07-22 17:32

Message:
Hi Richard, this is not a bug, but a limitation of the module - the output
is a datagram, so it cannot be longer than 65 K. If you have too many
entries, one UDP package will not be enough - 65K / 200 = 325 b per record
(and the output per contact is much more).

Regards,
Bogdan

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

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



More information about the Devel mailing list