Sending deliver_sm PDUs to clients connected to OpenSMPPbox

2014-06-17 Thread MOSES KARIUKI
Hi all, We have clients connected via SMPP to our OpenSMPPBox. The client can successfully connect and we can receive messages from the client. The message is then forwarded to another SMSC connected to our system via HTTP. The client however can not receive deliver_sm PDUs after the messabe is

Re: Messages count for SMSC

2014-06-17 Thread Ali Kashif
Hamza, i think you are right but i could not achieve what you are saying I am working as an intermediate SMSC and getting Messages from My SMPP clients and i rout messages to SMSCs here is what is my current setup. SMPP -- SQLBox --> bearerbox --> SMSBox In my current setup i am really not sure

Re: Sqlbox log not logging information

2014-06-17 Thread Alejandro Guerrieri
Can you try logging to /tmp? That would rule out any permissions problems. On Mon, Jun 16, 2014 at 9:31 PM, Alvaro Cornejo wrote: > Hi Dude > > Yes, sqlbox shows similar to sqlbox: > > rt@perusms8:~# lsof |grep box |grep /var/log > bearerbox 1383 root 15w REG8,1 3

Re: Sqlbox log not logging information

2014-06-17 Thread Alejandro Guerrieri
Or run without --daemonize, it'll run in foreground and log to STDOUT. On Tue, Jun 17, 2014 at 9:41 AM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > Can you try logging to /tmp? That would rule out any permissions problems. > > > On Mon, Jun 16, 2014 at 9:31 PM, Alvaro Cornejo