I just began to study the differences between SER and OPENSER. So I am not sure it is the same and it is not some OPENSER related error but the SER doc says this: http://old.iptel.org/ser/doc/seruser/seruser.html#AEN1039
-rr
P.S.: viva google
----- Original Message ---- From: ShivaSankar Padhy shivapd1983@gmail.com To: users@openser.org Sent: Monday, November 6, 2006 10:35:42 AM Subject: [Users] Messege is too big Error Code 513
Dear all!
I am still new to the openser. Let me ask another silly question:)
I am getting error messege as 513, messege is too big, May I know in what condition is is comming??What is the rule to avoid this.
Expectig a sooner response as always,
Thanks in Advance With cheers, ShivaSankar
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
The error comes from configuration file, at the beginning of main route, you have something like:
if (msg:len >= 2048 ) { sl_send_reply("513", "Message too big"); exit; };
Change the 2048 to a higher value. In Linux can be up to 2^16-1.
Cheers, Daniel
On 11/06/06 11:47, Rao Ramaratnamma wrote:
I just began to study the differences between SER and OPENSER. So I am not sure it is the same and it is not some OPENSER related error but the SER doc says this: http://old.iptel.org/ser/doc/seruser/seruser.html#AEN1039
-rr
P.S.: viva google
----- Original Message ---- From: ShivaSankar Padhy shivapd1983@gmail.com To: users@openser.org Sent: Monday, November 6, 2006 10:35:42 AM Subject: [Users] Messege is too big Error Code 513
Dear all!
I am still new to the openser. Let me ask another silly question:)
I am getting error messege as 513, messege is too big, May I know in what condition is is comming??What is the rule to avoid this. Expectig a sooner response as always,
Thanks in Advance With cheers, ShivaSankar _______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users