Route all traffic via sqlbox. Take smsbox behind sqlbox. Config should be like this:
BBox <-> SQLbox <-> SMSbox Set bbox port (lets say 13002). Config sqlbox to attach to this port (13002). Tell sqlbox that sms-box port is 13003. In smsbox config, tell smsbox that bbox port is 13003 (not 13002, since you want smsbox to connect to sqlbox). Now fire up all boxes in this order: bbox, then sqlbox, then smsbox. When shutting down, take down smsbox first, then sqlbox, then bbox. On Fri, Oct 30, 2015 at 11:04 AM, Richard Ng <r...@solistech.com> wrote: > At some point I had all MO messages writing to the mysql sent_sms table > via sqlbox. > > > > Somehow this stopped and MO’s are no longer written. Does anyone have an > idea as to whats wrong with my config? > > > > Perhaps I am not starting the boxes up in the correct order? > > > > Thanks > > > > Rich > > >