[sr-dev] [tracker] Task opened: modules/sdpops: add new functions sdp_remove_transport sdp_with_transport (Attachment added)

sip-router bugtracker at sip-router.org
Sat Jul 6 15:21:49 CEST 2013


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.



More information about the sr-dev mailing list