THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#313 - DNS failover bugs
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Implemented
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=313
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#313 - DNS failover bugs
User who did this - Daniel-Constantin Mierla (miconda)
----------
On a second thought, the dns failover can return a different transport (e.g., first option udp and second tls), thus enforcing the receiving socket can be risky, resulting in failure.
Anyhow, for a controlled environment when it is known the result cannot be on a different transport, I added a new module parameter to tm that can enforce receiving socket. Default is unset, thus same functionality like so far.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=313#comment978
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#321 - Nathelper: modparam natping_processes max value
User who did this - Daniel-Constantin Mierla (miconda)
----------
The limit can be removed. Just be sure natping_processes cannot be set to negative value and that is not tested.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=321#comment977
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#322 - modules/sdpops: add new functions sdp_remove_transport sdp_with_transport
User who did this - Daniel-Constantin Mierla (miconda)
----------
Can be committed.
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=322#comment976
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.
Víctor Seva has taken ownership of the following task:
FS#322 - modules/sdpops: add new functions sdp_remove_transport sdp_with_transport
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=322
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.
A new Flyspray task has been opened. Details are below.
User who did this - Víctor Seva (linuxmaniac)
Attached to Project - sip-router
Summary - modules/sdpops: add new functions sdp_remove_transport sdp_with_transport
Task Type - Improvement
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - sdp_with_transport() allows to check for the transport of a media stream
sdp_remove_transport() allows to remove a media stream by its transport
route[ROUTE_CHECK_SRTP]
{
#!ifdef CHECK_SRTP
if (has_body("application/sdp"))
{
if(!sdp_with_transport("RTP/SAVP"))
{
send_reply("415", "Unsupported Media Transport. We only allow RTP/SAVP media transport");
exit;
}
}
#!endif
return;
}
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=322
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.