Hello, the case is that i send single sms to thousands recipients, calling one kannel url and seperating recipients by '+'.
http://host:13013/cgi-bin/sendsms?username=user&password=pass&from=kannel&to=306937078135+306937078134+.....&text=neo+minima&dlr-mask=31+dlr-url=.... I have a dlr-url to handle the dlrs. I store each sms in database and assign an smsid which has to be passed to dlr-url. dlr-url = http://host/kannel/dlr.php?smscID=%i&answer=%A&to=%p&from=%P&ts=%T&type=%d&smsID=$smsid But, since i use one url request for all recipients, i can't define seperate dlr-urls for each sms to pass the smsid. I am also wondering if this is the right way to send to so many recipients.. Have you any idea on it? Thanks a lot Tania