Msg-id for tracking in Kannel 1.4.1

2006-10-09 Thread Meda, Venkata Sunil Prasad
Hi, We would like to use Kannel 1.4.1 for one of our mobile project. It is still in the design phase. I would like to know whether Kannel gateway tracks every message(sms,wapush) with a unique id and is it possible for my application to get that id. USECASE : Application sends a HTTP request

Re: Msg-id for tracking in Kannel 1.4.1

2006-10-09 Thread Ben Suffolk
Sunil, This is possible, by you creating a unique ID and passing it as part of the dlr-url parameter. That is if you dlr-url was http://localhost/dlr.phpstatus=%d for instance, you would make it something like http://localhost/dlr.phpstatus=%duid=1234 Where you changed the uid on each

Re: Msg-id for tracking in Kannel 1.4.1

2006-10-09 Thread Stipe Tolj
Ben Suffolk wrote: Sunil, This is possible, by you creating a unique ID and passing it as part of the dlr-url parameter. That is if you dlr-url was http://localhost/dlr.phpstatus=%d for instance, you would make it something like http://localhost/dlr.phpstatus=%duid=1234 Where you

Re: Msg-id for tracking in Kannel 1.4.1

2006-10-09 Thread fred
, October 10, 2006 3:02 AM Subject: Re: Msg-id for tracking in Kannel 1.4.1 Ben Suffolk wrote: Sunil, This is possible, by you creating a unique ID and passing it as part of the dlr-url parameter. That is if you dlr-url was http://localhost/dlr.phpstatus=%d for instance, you would