Hi GitHub Team,
We are trying to find how to disable the SIP Precondition flag in the Kamailio, because until now the only way to do any changes is via UE (Smartphones with debug SW).
According with the RFC3312 (https://datatracker.ietf.org/doc/html/rfc3312)
The SDP parameters are the following
We define the following media level SDP attributes:
current-status = "a=curr:" precondition-type SP status-type SP direction-tag desired-status = "a=des:" precondition-type SP strength-tag SP status-type SP direction-tag confirm-status = "a=conf:" precondition-type SP status-type SP direction-tag **precondition-type = "qos" | token strength-tag = ("mandatory" | "optional" | "none" = | "failure" | "unknown")** status-type = ("e2e" | "local" | "remote") direction-tag = ("none" | "send" | "recv" | "sendrecv")
Which one should be the equivalent in the Kamailio?, is the a specific module?
Br,
Joel
Questions about how to use kamailio, or what it can do, have to be addressed to sr-users@lists.kamailio.org mailing list.
This is the tracker to report issues in the c code.
Closed #2866.
Hi Daniel,
I already sent an e-mail to the ***@***.*** mailing lis, but i didnt received any response.
Br,
Joel Borrego
On Fri, Oct 1, 2021 at 9:39 AM Daniel-Constantin Mierla < ***@***.***> wrote:
Questions about how to use kamailio, or what it can do, have to be addressed to ***@***.*** mailing list.
This is the tracker to report issues in the c code.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kamailio/kamailio/issues/2866#issuecomment-932189513, or unsubscribe https://github.com/notifications/unsubscribe-auth/APO5Z3LJO7SLZUGXL5QC75DUEWTYVANCNFSM5FEPGDCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I guess that makes you pioneers when it comes to preconditions settings. Don’t assume that the fact that you don’t get an answer means that we ignore you.
The readers of the list propably doesn’t know since preconditions is a feature that isn’t used a lot.
In general, Kamailio is not involved in offer/answer setup - it’s a proxy that just forwards sdp to the caller and another one back from the callee. In some cases, Kamailio will manipulate the SDP in transit.
Let this issue be closed and discuss further on the mailing list. /O