Re: Replacing an attribute in the SDP

Henning Westerholt via sr-users <[email protected]>
Newsgroups gmane.comp.voip.ser
Message-ID <AS8PR07MB8103A8C517EF6CFC3A531A18BFABA@AS8PR07MB8103.eurprd07.prod.outlook.com>
Hello David,

are you using another module or function that also works on the SDP? Then they probably interfere with each other.

Regarding the video topic, have a look to the sdpops module, sdp_with_media for example.

Cheers,

Henning

--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com<https://gilawa.com/>

From: David Cunningham via sr-users <[email protected]>
Sent: Mittwoch, 17. Dezember 2025 02:09
To: Kamailio (SER) - Users Mailing List <[email protected]>
Cc: David Cunningham <[email protected]>
Subject: [SR-Users] Replacing an attribute in the SDP

Hello,

We need to replace a=sendrecv with a=sendonly in the 200 OK reply to an INVITE. In theory it should be something straightforward, like in the onreply_route using:

replace_body_all( "a=sendrecv", "a=sendonly" );

or:

subst_body( '/^a=sendrecv/a=sendonly/' )

Our first problem is that these both are appending a=sendonly to the end of the SDP, not replacing values within it. Does anyone know why this might happen?

Our second problem is that we really only want to do this for video media, and not touch the audio media. Are there any text tools that allow you to work with specific media within the SDP?

Thanks in advance for any tips!

--
David Cunningham, Voisonics Limited
http://voisonics.com/
USA: +1 213 221 1092
New Zealand: +64 (0)28 2558 3782

__________________________________________________________
Kamailio - Users Mailing List - Non Commercial Discussions -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the sender!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.