I seem to have a system that works - but I simply cannot get SMS's in my SMSbox to be routed to the destination
An SMS is sent to my SMSbox which I receive (I can see "SMS: received 1 (1 queued), sent 0 (0 queued), store size 1" in the status page). I have also setup the following config group=smsbox-route smsbox-id=myBox smsc-id="outsms" outsms is defined as an SMPP smsc and works as I can send an SMS using outsms by running http://IP:13001/cgi-bin/sendsms?username=me&password=pass&to=1234567890&from=0987654321&text=Test&dlr-mask=31 with the following config in place group=sendsms-user username=me password=pass forced-smsc=outsms user-allow-ip="*.*.*.*" concatenation=true So, why wouldn't messages in myBox be routed across to outsms? I am pulling my hairs out. Pls help!!!