Hello,
I've setup my Kannel to use DLR
As you can see bellow, My provider send DLR information and seems that
Kannel handle it …
Unfortunately looks that dlr-url is never triggered. My dlr.php script is ok.
Moreover in apache log I don't see any http request to dlr.php
Any ideas of wha
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
smsbo
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.
Are you sure apache is listening on 127.0.0.1?
netstat -ntlp
On Sun, Sep 30, 2012 at 8:56 PM, Sebastien Cramatte wrote:
> Hello,
>
> I've setup my Kannel to use DLR
>
> As you can see bellow, My provider send DLR information and seems that
> Kannel handle it …
> Unfortunately looks tha
what dlr-mask are you using ?
On Mon, Oct 1, 2012 at 2:21 AM, Rinor Hoxha 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 wrote:
>
>> Hello,
>>
>> I've setup my Kannel to use DLR
>>
>> As you can see bellow
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 mailto:rin
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 wrote:
> Hi,
>
> Thank you for
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 wrote
Hi
Are you using sqlbox?
You need to apply triggers on sent_sms table.
2012/10/1 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
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
> 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
>
Hello Team,
I have a small query.
I have successfully complied and configured opensmppbox and i am able to
relay sms via opensmppbox to bearerbox.
So what i want to know is, can opensmppbox inject received MT from first
esme to second esme as MO which is on the same opensmppbox. (Both ESME1 and
11 matches
Mail list logo