The last patch comes:
Patch 5: SMS
Symptom: SMS not displayed on newer phones, or cannot be sent at all
Cause: old protocol used, too model specific AT commands used in write_gsm() in src/libs/zbxsms/sms.c
Resolution: code from smstools3 used (http://smstools.meinemullemaus.de/, http://smstools3.kekekasvi.com/),
src/libs/zbxsms/Makefile.in updated, files added to src/libs/zbxsms/
Works with: 1.4.4, 1.4.6
Patches: cleanly with 1.4.4, 1.4.6
Instructions:
Download the .h files (charset.h, pdu.h, smsd_cfg.h) from http://exef.xko.cz/zabbix/patches/files
cp *[hc] src/libs/zbxsms/
patch src/libs/zbxsms/smc.c < sms.c-1.4.4.patch
patch src/libs/zbxsms/Makefile.in < Makefile.in-1.4.4.patch
./configure && make
make install
See more and download at http://exef.xko.cz/zabbix/patches/patches.html
Thanks
Tom
Patch 5: SMS
Symptom: SMS not displayed on newer phones, or cannot be sent at all
Cause: old protocol used, too model specific AT commands used in write_gsm() in src/libs/zbxsms/sms.c
Resolution: code from smstools3 used (http://smstools.meinemullemaus.de/, http://smstools3.kekekasvi.com/),
src/libs/zbxsms/Makefile.in updated, files added to src/libs/zbxsms/
Works with: 1.4.4, 1.4.6
Patches: cleanly with 1.4.4, 1.4.6
Instructions:
Download the .h files (charset.h, pdu.h, smsd_cfg.h) from http://exef.xko.cz/zabbix/patches/files
cp *[hc] src/libs/zbxsms/
patch src/libs/zbxsms/smc.c < sms.c-1.4.4.patch
patch src/libs/zbxsms/Makefile.in < Makefile.in-1.4.4.patch
./configure && make
make install
See more and download at http://exef.xko.cz/zabbix/patches/patches.html
Thanks
Tom