From dd4329ad3dc190483da46d47e4242280c52caac9 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 11 Dec 2023 15:40:18 +0700 Subject: [PATCH] remove port=usb1 channel=2 --- system/autoload/Mikrotik.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/autoload/Mikrotik.php b/system/autoload/Mikrotik.php index 769b12e4..b622a3d9 100644 --- a/system/autoload/Mikrotik.php +++ b/system/autoload/Mikrotik.php @@ -508,7 +508,7 @@ class Mikrotik if ($_app_stage == 'demo') { return null; } - $smsRequest = new RouterOS\Request('/tool sms send port=usb1 channel=2'); + $smsRequest = new RouterOS\Request('/tool sms send'); $smsRequest ->setArgument('phone-number', $to) ->setArgument('message', $message);