f5vmr / SVXLink-Dash-V2

6 stars 2 forks source link

DTMF key "A" without function #7

Open OE9SAU opened 3 months ago

OE9SAU commented 3 months ago

Hello dashboard user, thanks Chris for providing the code. I found out that on the DTMF page the button "A" is without function. Reason ist, inside /dtmf/index.php, there is wrong naming of button "A". One time with AA, and one time with A.

line 286: if (isset($_POST['buttonAA'])) {

line 315: <button style="height: 60px; width: 100px;font-size:25px;" button name="buttonA">A</button></center>

Need to be changed to the same name, no matter which one.

73, Martin

f5vmr commented 3 months ago

Thanks for this. As it happens I did not write this piece but I will try to fix it

Chris

On Wed, 5 Jun 2024 at 05:46, Martin @.***> wrote:

Hello dashboard user, thanks Chris for providing the code. I found out that on the DTMF page the button "A" is without function. Reason ist, inside /dtmf/index.php, there is wrong naming of button "A". One time with AA, and one time with A. See marked points.

line 268: if (isset($_POST['buttonAA'])) { shell_exec('/usr/sbin/hotspot_dtmf A');

line 315: 123A

Need to be changed to the same name, no matter which one.

73, Martin

— Reply to this email directly, view it on GitHub https://github.com/f5vmr/SVXLink-Dash-V2/issues/7, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAKA5AGBKNCSNTCDJPLOSTZF2JZNAVCNFSM6AAAAABIZ5ECLSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZTIOBYHAZTCNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>