]> 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:46 +0000 (15:21 -0500)
commit0b92aa4c49df454bebef9b6c573d433776b912b1
treee7b71cfb2d536c2469afad9df0a40d217725ccbc
parentac3a81992a2ad4d4220896d41277adc91bfd7887
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