Discussion:
[SR-Users] channel parameter on SDP
Kelvin Chua
2014-10-02 04:04:57 UTC
Permalink
Hi guys,

my provider is being a dick.
they do not accept doubango's

a=rtpmap:0 PCMU/8000/1

what they wanted was

a=rtpmap:0 PCMU/8000

is there a way of changing this on kamailio?




Kelvin Chua
Mikko Lehto
2014-10-03 23:19:24 UTC
Permalink
Post by Kelvin Chua
my provider is being a dick.
they do not accept doubango's
a=rtpmap:0 PCMU/8000/1
what they wanted was
a=rtpmap:0 PCMU/8000
is there a way of changing this on kamailio?
Maybe it could work if you remove static RTP attribute completely:
---
sdp_remove_line_by_prefix("a=rtpmap:0 PCM");
---

If that does not work, then maybe try subst_body() ?
--
Mikko
Loading...