On Fri, 2009-04-17 at 15:00, Elton Hoxha wrote: > Actually I use 4 bearerbox instances separating my connections. I never had > this type of error even using this configuration below.
Interesting idea :). But it is useless (at least) and can lead to problems. Actually, that can be cause of your problem. First instance of bearerbox binds to port 13000 and other instances cannot bind and "bark" to log files. > group = core > admin-port = 13000 > smsbox-port = 13010 > sendsms-port = 13015 > > group = core > admin-port = 13000 > smsbox-port = 13020 > sendsms-port = 13016 > > group = core > admin-port = 13000 > smsbox-port = 13030 > sendsms-port = 13017 > > group = core > admin-port = 13000 > smsbox-port = 13040 > sendsms-port = 13018 > > By the way, is logical the above? -- Kind regards, Milan