]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Skip formats without SDP details.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 30 Aug 2022 13:01:29 +0000 (10:01 -0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Sat, 10 Sep 2022 16:00:04 +0000 (11:00 -0500)
commit273dd16c3c251675604b26d8f899f4116e8d2fc5
tree78ba4bd7d97f7e0186917bb4edad4e6b351ad8c7
parent116ec0b9bbbb95cf238cb477a9f8f044e2bc1060
res_pjsip_sdp_rtp: Skip formats without SDP details.

When producing an outgoing SDP we iterate through the configured
formats and produce SDP information. It is possible for some
configured formats to not have SDP information available. If this
is the case we skip over them to allow the SDP to still be
produced.

ASTERISK-29185

Change-Id: I3e37569aa4ca341260e6ca5904dc2f75e46a1749
res/res_pjsip_sdp_rtp.c