Jovan Kostovski a écrit :
On Fri, Apr 4, 2008 at 6:54 PM, Mickael - System Administrator (WebD
Services) <[EMAIL PROTECTED]> wrote:
Hello,
How to limit the call of dlr-url to 2 or 3 pages / sec requests?
Did you set the dlr-mask parameter?
With this parameter you can define on which state of the SMS, Kannel
will call the dlr-url.
Usually is sufficient to set the dlr-mask to 3 which means (dlr-url
will be called when the
message is delivered or not to the recipient.
dlr-mask=3 (success+failure)
1 (success or failure) * 2500 SMS = 2500 process Apache/Lighttp into 5 minutes
... !!!
from the kannel docs:
dlr-mask number (bit mask) Optional. Request for delivery reports
with the state of the sent message. The value is a bit mask composed
of: 1: Delivered to phone, 2: Non-Delivered to Phone, 4: Queued on
SMSC, 8: Delivered to SMSC, 16: Non-Delivered to SMSC. Must set
dlr-url on sendsms-user group or use the dlr-url CGI variable.
HTH, Jovan