Web interface for SMS Tools 3 that should works on OpenWrt.
✔ Swiftlet
✔ Smarty
✔ SMS inbox
✔ SMS Sent Box
✔ SMS outgoing
✔ USSD
✔ Compose SMS
✔ Templates/Draft
OpenWrt
- smstools3 must be installed first (https://github.com/mahadirz/smstools3-openwrt)
- Install php
- Install php5-mod-session and php5-mod-json
root@OpenWrt:/# opkg install php5-mod-session php5-mod-json
- Edit
/etc/php.ini
remove (uncomment);
forextension=session.so
andextension=json.so
- Clone (or download and extract) this repositories into your local directory
- Having Composer installed, run
composer install
. - Upload
smstools3-openwrt-web
directory into openwrt/www
directory using scp or any ftp clients - The app can be accessed by http://[your-router-ip]/smstools3-openwrt-web
- The default username and password is admin
- Fixing:
"PHP Fatal error: strtotime(): Timezone database is corrupt"
root@OpenWrt:/# vim timezone /etc/php.ini
set date.timezone = "Asia/Kuala_Lumpur"
check your timezone directory, whether it contains the continent and the city:
root@OpenWrt:/# ls -lah /usr/share/zoneinfo/
If you don’t have it, then you need to install the appropriate continent specific package:
root@OpenWrt:/# opkg install zoneinfo-asia