THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#135 - NAPTR records are retrieved but fully ignored
User who did this - Iñaki Baz Castillo (ibc)
----------
Confirmed that it works now. Thanks a lot.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=135#comment224
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did …
[View More]not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#93 - warn about implicit type conversions
User who did this - Andrew Pogrebennyk (marduk)
----------
I vote for this, otherwise it's easy to run into the problem like:
get_profile_size("caller","$avp(s:username)","$avp(i:22)");
if($avp(i:22) >= $avp(s:sim_calls)) {
....
if there are 2 active calls for the user and concurrency limit is 11, string comparison will results in 2 > 11.
should be:
if($…
[View More]avp(i:22) >= $(avp(s:sim_calls){s.int})) {
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=93#comment223
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.
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#131 - nathelper path support with registrar on private network.
User who did this - Andrew Pogrebennyk (marduk)
----------
Bruce,
Let me ask - have you enabled the path_use_received and use_path parameters in the registrar module?
It should work this way, kamailio will set $du to the path URI and the OPTIONS ping will arrive at proxy with its URI in the Route header.
----------
More information can be …
[View More]found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=131#comment222
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.
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#135 - NAPTR records are retrieved but fully ignored
User who did this - Andrei Pelinescu-Onciul (andrei)
Reason for closing: Fixed
Additional comments about closing: Fixed on master and 3.1, GIT#12dc82 and GIT#e2d6f0
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=135
You are receiving this message because you have requested it from the …
[View More]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.
[View Less]
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#135 - NAPTR records are retrieved but fully ignored
User who did this - Andrei Pelinescu-Onciul (andrei)
----------
Thanks, the check for the flags ('S') was case sensitive ('s' was expected).
All the NAPTR records I've used, had 's' and that's why it passed all the tests.
It's fixed now.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&…
[View More]amp;task_id=135#comment221
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.
[View Less]