[OpenSIPS-Users] PRACK response to 183 without SDP

Johan De Clercq Johan at democon.be
Mon Jan 18 16:10:33 EST 2021


you mean that the remote party sends you required:100rel ? The only way
that I know is by using b2b logic.
Maybe Bogdan can shed some light here.

Op ma 18 jan. 2021 om 17:07 schreef solarmon <solarmon at one-n.co.uk>:

> Hi,,
>
> I have a requirement to stop 183 without SDP packets from being passed, as
> well as having to reply back with a PRACK.
>
> I can stop the 183 without SDP from being passed on with the following in
> onreply_route[]
>
>  if ($rs == "183" && !has_body_part("application/sdp")) {
>                 drop();
>                 exit;
>         }
>
> However, how do I reply back with a PRACK?
>
> Thank you.
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20210118/2c9982d1/attachment.html>


More information about the Users mailing list