]> 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:02 +0000 (18:26 +0000)
commitd491d419501213b276bc967de03fd37e78561d59
tree16f57307190582fafdd171ea690f886d9fc05e12
parent7990f6b589bf63f31487a2c98e03284e986b9ea2
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