MT#61353 invite_sdp_filter: fix actual codecs list

In the first INVITE coming to the responder side
add actual codecs list.

Change-Id: I4c9f365fdd6045b1250cbae48e670bd37960422c
mr13.1
Donat Zenichev 2 years ago
parent fb5afc894f
commit 9d7257367d

@ -15,7 +15,7 @@ messages:
- 's=-'
- 'c=IN IP4 [% server_ip %]'
- 't=0 0'
- 'm=audio \d+ RTP/AVPF 0 8 3 100'
- 'm=audio \d+ RTP/AVPF 0 8 3 101 99 100'
- 'a=rtpmap:0 PCMU/8000'
- 'a=rtpmap:8 PCMA/8000'
- 'a=rtpmap:3 GSM/8000'
@ -23,7 +23,7 @@ messages:
- 'a=rtcp:\d+'
- 'a=rtcp-fb:\* trr-int 1000'
- 'a=rtcp-fb:\* ccm tmmbr'
- 'm=video 0 RTP/AVPF 0'
- 'm=video 0 RTP/AVPF 34'
- 'a=sendrecv'
- 'a=rtcp-fb:\* trr-int 1000'
- 'a=rtcp-fb:\* ccm tmmbr'

Loading…
Cancel
Save