By status requests I guess you mean delivery reports?. In that case instead of specifying the dlrurl in the kannel config file then do it when sending the message i.e
http://localhost:13013/cgi-bin/sendsms?to=xxx&text=xxx&dlrmask=x&dlrurl=http://server.com/dlr.php?msgid=xxx Of course the dlrurl above has to be urlencoded but since you are setting the dlrurl each time you send the message, you can specify a different script or a different argument to the script each time. Regards, Paul On Tue, 14 Jan 2003, Mario Klaver wrote: > Hello all, > > We want to setup Kannel as SMS gateway. Everythings works fine, but I have a >question about the statusrequests. I read the user documentation, but couldn't find >the answer in there. When I receive a statusrequest, how do I know to which >sms-message this belongs to? i.e. If I send ten messages to the same user at the same >time, and I receive 8 statusrequests (delivered to the mobile phone), which messages >failed and which succeeded? > > Thanx in advance, > > Mario Klaver >
