In my dlrurl servlet I tried this:
res.setHeader("X-Kannel-SMSC", "Eric");
I got:
2002-10-28 21:52:02 [5] WARNING: Tried to change SMSC to 'Eric',
denied.
In the smsbox log. I also tried setting some of the other X-Kannel
headers but didn't see any effect. Is the approach correct? Are you
supposed to set the X-Kannel headers before you call the dlrurl or in
it once its been called? Also, what I really want to get back is the
message status, in particular how many SMS's were actually sent (e.g.
for an OTA message split over several PDUs). Whats the right way for
this please?