]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_local: Skip filtering audio formats on removed streams.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 28 Apr 2021 12:17:13 +0000 (09:17 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 30 Apr 2021 14:02:50 +0000 (09:02 -0500)
commit8faed04b01be5e5cd4d3044aa3c84555fd492c52
treee336871cba585dd0bb81e53b53dec86daaa413de
parent95414fc9185592870970473aca1a17214649f09e
chan_local: Skip filtering audio formats on removed streams.

When a stream topology is provided to chan_local when dialing
it filters the audio formats down. This operation did not skip
streams which were removed (that have no formats) resulting in
calling being aborted.

This change causes such streams to be skipped.

ASTERISK-29407

Change-Id: I1de8b98727cb2d10f4bc287da0b5fdcb381addd6
main/core_local.c