Hi,

Is there a limitation for saving dynamic variables?
I'm asking this since I would like to collect data about the errors we send.

below is an example:

send_reply("503", "Service Unavailable 0");

 $avp(errorvar) = "ERR_503__Service_Unavailable_0";

 update_stat("$avp(errorvar)", "+1");


I'm afraid that we are going to have performance issues  if we have too
many dynamic variables.

Is there a way to delete variables from statistics and not just reset them?



Thanks,

Tali
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to