Search SMPP Patch For DLR Handling

2012-04-16 Thread Willy Mularto
Hi, I am using MySQL to hand the dlr and I knew this issue has been discussed, but I can not find the patch in the archives regarding the issue for SMPP where it doesn't store the msgid into the table. Many thanks if someone can share me the patch. Willy Mularto F300HD+MR18DE (NLC1725)

Re: Search SMPP Patch For DLR Handling [SOLVED]

2012-04-16 Thread Willy Mularto
Hi, The issue is not about the bug but more into about the msg-id-type. Thanks. On Apr 16, 2012, at 4:45 PM, Willy Mularto wrote: Hi, I am using MySQL to hand the dlr and I knew this issue has been discussed, but I can not find the patch in the archives regarding the issue for SMPP where

Re: restarting kannel gives panic

2012-04-16 Thread spameden
I think I resolved this via workaround: altered /etc/init.d/kannel script with: stop) echo -n Stopping WAP gateway: CORE_CONF=$(grep -r 'group[[:space:]]*=[[:space:]]*core' $CONFDIR | cut -d: -f1) ADMIN_PORT=$(grep '^admin-port' $CORE_CONF | sed s/.*=[[:space:]]*//)

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered /etc/init.d/kannel script with: stop) echo -n Stopping WAP gateway: CORE_CONF=$(grep -r 'group[[:space:]]*=[[:space:]]*core' $CONFDIR |

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread Willy Mularto
Nice workaround, this should help others minimizing the lost traffics issue. Thanks for the share. On Apr 16, 2012, at 5:52 PM, spameden wrote: needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
http://pastebin.com/w9mHmeHd -- init script for Debian (works fine on Debian Squeeze) also you need to add these lines to /etc/default/kannel: START_WAPBOX=0 START_SMSBOX=1 START_SMPPBOX=0 START_SQLBOX=1 if you need to enable particular service, just set it to 1. 2012/4/16 spameden

Re: restarting kannel gives panic

2012-04-16 Thread spameden
I've tested this furthermore and has to say it's NOT solved :( Even if I use shutdown via kannel's web-interface bearerbox still brokes up with PANIC if there was a queue processing when restart command was issued. So I guess the bug is somewhere inside the kannel. 2012/4/16 spameden