]> 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>
Thu, 29 Apr 2021 13:41:03 +0000 (08:41 -0500)
commitf142ca254e00e505d897656a60adab9ae13e94a7
tree071307eedfe2bb97107bc5d38f7beb9c7f2e1b73
parent4a843e00ef1cd37506d1f66f984f744d16a905b5
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