THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Víctor Seva (linuxmaniac)
----------
Sorry about that :( Check attached
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270#comment809
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Hello,
I've been looking into moving the STUN code into it's own module and I
can't find any code that actually uses the values set by
"stun_refresh_interval" and "stun_allow_fp" keywords.
Setting these parameters does set the corresponding global variables but I
can't find any code that actually uses the variables. Are these
parameters supposed do anything or are they just something left over from
the past?
I was going to convert them to modparams for the new modules, but as they
don't do anything at all I'll just remove them (unless someone can tell me
what they should do).
Regards,
Peter
--
Peter Dunkley
Technical Director
Crocodile RCS Ltd
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#278 - usrloc module stops updating some records in db_mode 2
User who did this - Daniel-Constantin Mierla (miconda)
----------
The situation seems to be due to client behaviour, the code looks the same in 3.1 and 3.3, so is very unlikely the upgrade is not the reason.
>From the code I can tell that the matching mode is used only for in-memory contact matching. All operations to db (update/delete) are done matching username (from aor), contact address, call id and domain (only when use_domain=1).
I will try to figure out a solution.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=278#comment808
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Daniel-Constantin Mierla (miconda)
----------
Now is missing the check to see if sv is null or not after the pkg_malloc.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270#comment807
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#270 - app_lua: add rpc reload command
User who did this - Víctor Seva (linuxmaniac)
----------
Ok, fixed using dynamic memory.
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=270#comment806
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.