]> 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:00 +0000 (18:26 +0000)
commit2da5559482c8ed2521f11b51e9601a72954f7558
tree9d2e262c3fb2c122cc529ae1af5d0de722b5fbd2
parent027127246eb91b10bf1ecf3d430092d1823c808d
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