Thanks a lot I played around "alt-dcs" parameter but there is no effect. As I find in Kannel User Guide - this parameter is not used in SMPP connections. So I can't set mclass = 0, because receive data_coding = 0xF0 with it, not the 0x10
I can't understand - is it a feature or a bug? Still looking for solution. 2012/8/1 Michael Bochkaryov <[email protected]> > 8/1/2012 2:55 PM, Artem Chekulaev wrote: > > Is it possible to change data_coding to 0x14 and protocol_id to 0x40 for > single sms? Can I set them manually? I need sometimes to send invisible > paid sms - user does not see them, but the money is paid (it legal for me > as authorized by provider). > > > Seems like you need the following sendsms parameters: > - mclass and coding to set data_coding (data_coding = 0x14 (00010100): > mclass=0 & coding = 1) > - pid to set protocol_id (protocol_id = 0x40: pid=64) > > So mclass=0&coding=1&pid=64 > > -- > Regards, > Michael Bochkaryovwww.rattler.kiev.ua > >
