anton
November 13, 2024, 10:55pm
2
Hi,
Set loglevel to 3 in config.php so that you can get more information for debugging. In L3
you might know more what happen to the SMS sent via generic gateway.
See this for howto read playsms.log
:
Howto Read playSMS Log
This is a sample of log when user send an SMS, from user hits the send SMS button up to the SMS flagged delivered.
Full log
192.168.56.1 192.168.56.111 2020-11-11 16:09:06 PID5fac0ca250eba admin L2 sendsms # start uid:1 sender_id:[1234] smsc:[]
192.168.56.1 192.168.56.111 2020-11-11 16:09:06 PID5fac0ca250eba admin L3 sendsms # maxlen:459 footerlen:7 footer:[ @admin] msglen:6 message:[Test 1]
192.168.56.1 192.168.56.111 2020-11-11 16:09:06 PID5fac0ca250eba admin L2 sendsms…
anton
anton
November 14, 2024, 11:41am
4
The response from gateway is considered empty thus failed. Make sure to return something unique like a number, a message id from gateway for example.
See: playsms/web/plugin/gateway/generic/fn.php at 1.4.7 · playsms/playsms · GitHub
anton