onlinecity / php-smpp

PHP 5 based SMPP client library
232 stars 160 forks source link

How to provide some setting values like TP-OA, TP-PID, etc? #78

Open anta40 opened 6 years ago

anta40 commented 6 years ago

My supervisor asked me if this client can supply values for TP-OA (Originating Address), TP-PID (Protocol Identifier), TP-DCS (Data Coding Scheme).

I read the sample code provided in https://github.com/onlinecity/php-smpp, and it didn't show me how to use those.