Correct. Fake smsc is always successful, since it doesn't actually send the
SMS. Therefore it generates only 1 & 8 DLRs.
BR,
Nikos
----- Original Message -----
From: Rene Kluwen
To: 'ha nguyen viet' ; [email protected]
Sent: Tuesday, April 26, 2011 3:47 PM
Subject: RE: Test SMS Delivery Reports
Probably fake smsc doesn’t support those kind of dlr’s. So you are out of
luck. Use a real smsc instead. Even though it is not guaranteed that they do
send delivery reports of type = 2 or type = 4.
== Rene
From: [email protected] [mailto:[email protected]] On Behalf
Of ha nguyen viet
Sent: Tuesday, 26 April, 2011 06:09
To: [email protected]
Subject: Re: Test SMS Delivery Reports
Hi all, i'm not good with english so please kind to me.
Throught this chapter 9 in kannel user's guide, i want to test sms
delivery reports with fakesmsc.
In group sendsms-user , i configure dlr-url =
http://192.168.1.40/status.php?id=%p&mask=%d. in url to send sms i add
dlr-mask = 31 (all kind of report)
I want to know what d value in the report, status.php get %p and %d from
kannel but i only take the value 1(delivery success) or 8(smsc submit). i
try to test the case which value d = 2(delivery failure) or 4(message
buffered) but i can't. Can anyone tell me the example of testing fakesmsc
delivery reports with d value is 2 or 4?