Hi,
I’m pretty sure I’ve got everything setup correctly with the twilio plugin. I’ve followed the guide on your site (I can’t post a link as the editior stops me) and have the correct tokens and sender ID set but when I send a message I get the below in the logs
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsms_process # start
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 simplerate_hook_rate_cansend # allowed user uid:1 sms_to:+44xxxxxxxxxx adhoc_credit:0 count:1 rate: charge:0 adhoc_balance:0
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsms # saving smslog_id:36 u:1 parent_uid:0 g:0 gw:twilio smsc:twilio1 s:+12xxxxxxxxx d:+44xxxxxxxxxx type:text unicode:0 status:0
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsms_process # saved smslog_id:36 id:36
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsms_process # fail no hook for sendsms
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsms_process # end
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsmsd # result queue_code:0b80871023755021f61d9cc607805ecd to:+44xxxxxxxxxx flag:2 smslog_id:36
- - 2020-06-29 16:00:06 PID5efa1006072a3 - L2 sendsmsd # finish processing queue_code:0b80871023755021f61d9cc607805ecd uid:1 sender_id:+12xxxxxxxxx queue_count:1 sms_count:1
I guess fail no hook for sendsms is the problem but I can’t work out what’s going on. Using tcpdump I can see that no traffic is being sent to twilio so I assume this is an error somewhere within my playSMS config.
Any help would be gratefully received.