PepperDash / epi-biamp-tesira

Plugin for controlling Biamp Tesira DSPs from within Essentials.
0 stars 2 forks source link

[BUG]-Configs with only Dialers will not properly subscribe for Dialer Feedback. #102

Open jtalborough opened 6 months ago

jtalborough commented 6 months ago

Describe the bug When a config only has dialers init with no faders the subscription for the dialers does not execute properly. No Feedback.

Work around is to add a fader config object.

Thank you @cdenig

cdenig commented 6 months ago

Added the following to config and dialers send their subscriptions too

          "faderControlBlocks": {
            "Voip1Rx": {
                "enabled": true,
                "isMic": false,
                "hasLevel": false,
                "hasMute": true,
                "index1" : 1,
                "index2" : 0,
                "label": "VoIP 1 Rx Mute",
                "levelInstanceTag": "",
                "muteInstanceTag": "VoIPReceive1",
                "unmuteOnVolChange" : true,
                "incrementAmount" : "1.0",
                "permissions" : 0,
                "bridgeIndex" : 1
            }
          },

Appdebug Logs without and with fader added

Biamp DialerOnly noFader ErrorNoSubscriptions - Plain.txt Biamp DialerOnly plus1Fader Fix - Plain.txt