In SipX, we currently have a message content length limit of 6,000,000 bytes. If the content length is some value above this, the message is tossed and the connection closed. The comments around the definition of this limit is to help protect against abusive senders.
With this release of SipX, we're using XML/RPC to do the table and file replications. On a system with many thousands of users defined, these XML/RPC requests can become rather large and may surpass the current length limit. I've verified that on a system with 4200 users defined that at least one of the tables being replicated generates a message content length of about 6.5 Mb and of course will fail because it exceeds the current limit. I'd like to at least double this current limit (i.e. to 12,000,000 bytes) in order to be able to support these larger requests. Is there any objection to this or will this open us up to abuse? Thanks Raymond _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
