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
I notice this issue keep boomeranging,lol Maybe its time Kannel decides to implement support directly, rather than relying on dlr-url being provided with each sendsms (ie more msg overhead). We have since almost when starting our use of Kannel, added a int (4bytes) to the Msg structure, so the