j
k
j a
j l
Can Someone explain the following:
if (len_gt( max_len )) {
sl_send_reply("513", "Wow -- Message too large");
break;
I always get error on this lines!
Shiran Guez
Attachments:
Show replies by date
Since 0.8.12 you have to use
if ( msg:len > max_len )
See the NEWS file for more.
Daniel
On 9/19/2004 12:16 PM, Shiran Guez wrote:
Can Someone explain the following: if (len_gt( max_len )) { sl_send_reply("513", "Wow -- Message too large"); break; I always get error on this lines! **Shiran Guez** Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
sl_send_reply("513", "Wow -- Message too large"); break;
**Shiran Guez**
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
sr-users@lists.kamailio.org
Add to favorites Remove from favorites