]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Fix FRACK when doing CoreShowChannelMap in DEVMODE
authorGeorge Joseph <gjoseph@sangoma.com>
Thu, 8 Aug 2024 16:57:14 +0000 (10:57 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 12 Aug 2024 18:26:09 +0000 (18:26 +0000)
commit8474754c0198cf83e0df8577224247a1d2c17088
tree78af872a0ba201be49c3dd1eeb76917bb0ba91d7
parent0f7ee5fbcf5a1578ea3df01f931b388344cf0905
manager.c: Fix FRACK when doing CoreShowChannelMap in DEVMODE

If you run an AMI CoreShowChannelMap on a channel that isn't in a
bridge and you're in DEVMODE, you can get a FRACK because the
bridge id is empty.  We now simply return an empty list for that
request.
main/manager.c