[PR #221] [MERGED] add provider to send SMS via Huawei E3531 3G stick #305

Closed
opened 2026-02-26 05:34:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/221
Author: @MaKess
Created: 3/20/2019
Status: Merged
Merged: 3/22/2019
Merged by: @ChristophWurst

Base: masterHead: huawei_e3531


📝 Commits (1)

  • 066247d add provider to send SMS via Huawei E3531 3G stick

📊 Changes

4 files changed (+169 additions, -1 deletions)

View changed files

📝 lib/Command/Configure.php (+13 -1)
lib/Service/Gateway/SMS/Provider/HuaweiE3531.php (+91 -0)
lib/Service/Gateway/SMS/Provider/HuaweiE3531Config.php (+63 -0)
📝 lib/Service/Gateway/SMS/Provider/ProviderFactory.php (+2 -0)

📄 Description

Hi,
This pull request is intending to add support for another SMS provider.
But instead of sending the SMS via some oneline service, it is sent through a USB 3G internet stick that is also capable of sending SMS messages through a very simple API.

When being plugged into a Linux machine, the Huawei E3531 3G stick (https://www.amazon.fr/gp/product/B00HSZEY34/) shows up as a new network device. A configuration interface as well as the API are available under http://192.168.8.1/ .
As implemented by this branch, the API can then be used to send text messages.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/221 **Author:** [@MaKess](https://github.com/MaKess) **Created:** 3/20/2019 **Status:** ✅ Merged **Merged:** 3/22/2019 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `huawei_e3531` --- ### 📝 Commits (1) - [`066247d`](https://github.com/nextcloud/twofactor_gateway/commit/066247dd0ee1bd59145c121215f0051b0bd7b0b4) add provider to send SMS via Huawei E3531 3G stick ### 📊 Changes **4 files changed** (+169 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Command/Configure.php` (+13 -1) ➕ `lib/Service/Gateway/SMS/Provider/HuaweiE3531.php` (+91 -0) ➕ `lib/Service/Gateway/SMS/Provider/HuaweiE3531Config.php` (+63 -0) 📝 `lib/Service/Gateway/SMS/Provider/ProviderFactory.php` (+2 -0) </details> ### 📄 Description Hi, This pull request is intending to add support for another SMS provider. But instead of sending the SMS via some oneline service, it is sent through a USB 3G internet stick that is also capable of sending SMS messages through a very simple API. When being plugged into a Linux machine, the Huawei E3531 3G stick (https://www.amazon.fr/gp/product/B00HSZEY34/) shows up as a new network device. A configuration interface as well as the API are available under http://192.168.8.1/ . As implemented by this branch, the API can then be used to send text messages. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 05:34:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#305
No description provided.