Supporting long, and flash SMS
By Rayed
Today Abdullah Aldosari my coworker insisted on working on long SMSs, he kept dreaming of them the last couple of days, so we sat together today, and we figured out how to do it.
It was fairly simple, in fact I found an old code that I wrote for sending operator logos which use this feature! Abdullah also searched for the way to send flash SMS, it was even simpler, all you need is to set a flag when sending the SMS and that’s it.
These new features will be introduced to SAUDI NET portal after proper testing (i.e. tomorrow ๐
We are using a protocol called SMPP it is used to communicate with the SMS Center, the SMPP client library we are using is currently written in Python language, I am thinking of rewriting it in PHP as soon as I find a good way to convert between character sets.