onlinecity / php-smpp

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

unable to bindTransmitter with custom $system_type #45

Closed chouex closed 9 years ago

chouex commented 9 years ago

should add bindTransmitter($login, $pass, $system_type='WWW')

cypres commented 9 years ago

Just set the class variable. SmppClient::$system_type = 'WWW'; Several configuration variables are set this way.