Multiple smsbox processes on a single host

2012-09-30 Thread Doug Dixon
Hi, I'm looking at a Kannel installation that fires up 50 smsbox processes on the same host. The only difference between them is the sendsms-port. Although there are several carrier SMPP binds held simultaneously, given there is a single bearerbox process, is there an advantage to having 1

MySQL triggers instead of dlr_url

2012-09-30 Thread Sebastien Cramatte
Hi, Anybody has implement MySQL triggers to store delivery report instead of dlr_url ? I've made some tests applying triggers on dlr table (I'm using dlr-storage) but status only change from 0 to 4 … Thank you for your help.

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread Rinor Hoxha
what dlr-mask are you using ? On Mon, Oct 1, 2012 at 2:21 AM, Rinor Hoxha rinorho...@gmail.com wrote: Are you sure apache is listening on 127.0.0.1? netstat -ntlp On Sun, Sep 30, 2012 at 8:56 PM, Sebastien Cramatte scrama...@nixus.eswrote: Hello, I've setup my Kannel to use DLR

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread Sebastien Cramatte
Hi, Thank you for your answer. Finally after digging mailing list, I've seen that if you use sqlbox you must specify boxc_id to be able to trigger dlr-url In all case I thing that to avoid overhead it would be better to use MySQL trigger instead of dlr-url … De: Rinor Hoxha

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread Rinor Hoxha
It depends on usage case. If all you want is just to update the DLR status in another table, you can use triggers. However if you have more complex actions to take, then dlr-url does its job very well. Br, Rinor On Mon, Oct 1, 2012 at 2:27 AM, Sebastien Cramatte scrama...@nixus.eswrote: Hi,

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread Rinor Hoxha
Just keep in mind, if you are using dlr-storage = mysql, on final response the DLR will be deleted from dlr table without being updated and you can't get the final status delivered 1 or failed 2, unless you want to use sqlbox tables for momt = DLR On Mon, Oct 1, 2012 at 2:36 AM, Rinor Hoxha

Re: MySQL triggers instead of dlr_url

2012-09-30 Thread spameden
Hi Are you using sqlbox? You need to apply triggers on sent_sms table. 2012/10/1 Sebastien Cramatte scrama...@nixus.es Hi, Anybody has implement MySQL triggers to store delivery report instead of dlr_url ? I've made some tests applying triggers on dlr table (I'm using

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread spameden
Hi. You need to use triggers on sent_sms table. Alternatively you can tweak sqlbox code as well to update directly. 2012/10/1 Rinor Hoxha rinorho...@gmail.com Just keep in mind, if you are using dlr-storage = mysql, on final response the DLR will be deleted from dlr table without being