]> 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:07 +0000 (18:26 +0000)
commit0778c95e370b3e193c23f16634d7308fc7bce91f
tree9d106c4e91e9d7ec4458eac568a0f235c238c25b
parent9ee00e0d60dc2342b71c76fdd85b376bb00bdda6
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