]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_sdp_rtp: Only do hold/unhold on default audio stream.
authorJoshua C. Colp <jcolp@sangoma.com>
Thu, 19 Mar 2020 18:34:02 +0000 (15:34 -0300)
committerKevin Harwell <kharwell@digium.com>
Wed, 25 Mar 2020 20:21:58 +0000 (15:21 -0500)
commit6c4e181b2ff69355c18108efbe7f2810d32e3036
tree1535ec3b45a67d72abbe30f2a1b64230a485639b
parentb58dfbc68ac18786b68a29fb6aa730b2dc475d7e
res_pjsip_sdp_rtp: Only do hold/unhold on default audio stream.

When examining a stream to determine hold/unhold information we
only care about the default audio stream. Other streams aren't
used for hold/unhold.

ASTERISK-28784

Change-Id: I7a1f10f07822c4aee1f98a38b9628849b578afe4
res/res_pjsip_sdp_rtp.c