]> 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:03 +0000 (18:26 +0000)
commit63004f2c02a9331c2406da15d8e547b0b8b7cd69
treebb2fc9f0c8a78060712955d6ae384ac622353f22
parent3841fa814e0807342a49557559826c83ceab0211
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