Alexandros Mavromichalis of Tern.gr wrote me that they have created a gateway plugin for EasySMS SMS Gateway.
The gateway plugin is here:
They said that they will do their best to keep it up to date, thank you for that.
Alexandros Mavromichalis of Tern.gr wrote me that they have created a gateway plugin for EasySMS SMS Gateway.
The gateway plugin is here:
They said that they will do their best to keep it up to date, thank you for that.
A recent pull-request has been made to the project, it was from PowerPBX for a gateway plugin telnyx. But since I\’m having a hard time maintaining gateway plugins due to the need to keep following SMS service provider\’s API, I prefer to reject it and ask them to setup their own project just for the plugin.
They did, and thanks for that.
So here you are, the plugin\’s project website:
For those using the telnyx\’s SMS service or would like to try it, please install the plugin by following installation manual on the plugin\’s project website.
Enjoy.
Out of curiosity I wrote a plugin for Easy Send SMS. The HTTP API is simple, and easy to use by playSMS.
It\’s untested as I haven\’t got any reply for test account from them (the free 15 SMS for testing). Maybe because its weekend now 🙂
Here is the code:
https://github.com/antonraharja/plugin-easysendsms
Enjoy.
playSMS gateway plugin for Mesabot.com Indonesia online SMS gateway provider. Currently available for sending SMS only.
PATH: plugin/gateway/mesabot
Project URL: https://github.com/playsms/plugin-mesabot
Last update: 160810
Compatibility: playSMS 1.1 and above
playSMS gateway plugin for Zenziva.net Indonesia online SMS gateway provider. Currently focus on Zenziva\’s SMS Center service only.
PATH: plugin/gateway/zenziva
Project URL: https://github.com/playsms/plugin-zenziva
Last update: 160805
Compatibility: playSMS 1.1 and above
OTP, One Time Password, plugin for playSMS. This plugin provides webservices for sending OTP.
PATH: plugin/feature/otp
Project URL: https://github.com/playsms/plugin-otp
Author: Anton Raharja
Last update: 160716
Compatibility: playSMS 1.1 and above
New version is available. You can download it from the release page hosted on Github.
Version 2 is an important release, it solved an issue with incoming SMS that is handled by this plugin can\’t be found anywhere in the report. Those SMS are recorded in database but they\’re not displayed in the report, specifically in All feature messages or My feature messages menu.
The plugin name, the plugin\’s folder name, also changed from sms_autorespond to just autorespond. This is due to limitation in the current playSMS that calls plugins sorted by their folder name. For SMS autorespond we want this plugin to handle SMS before plugin incoming.
Visit technical detail about the plugin from its Github website. Installation or upgrade instruction also available on the website.
Enjoy.
I would like to introduce the new plugin I made for playSMS, SMS Autorespond. This plugin will scan each incoming SMS for a match with configured regular expression and reply them automatically based on its setup.
If you know SMS Autoreply, one of the early plugin in playSMS, the main difference with it is the incoming SMS scanned based on patterns, not keyword.
Example of how to use SMS custom, a feature of playSMS provided by plugin SMS custom for accessing external script on remote URL to get proper SMS response.
Visit here to view example and discuss it: Auto collect sender mobile number
Another post worth to read: Manage custom keyword help – first time.
Try it on your own playSMS server, or use playSMS demo and menu Settings -> Simulate incoming SMS to simulate incoming SMS and the result.
Enjoy learning.