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 Bochkaryov
www.rattler.kiev.ua

Reply via email to