onlinecity / php-smpp

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

$transport->open() fails #83

Closed ruturajpatki closed 5 years ago

ruturajpatki commented 5 years ago

I am trying to run the example code with my SMPP credentials. The example code fails to send SMS; debugging shows it does not go beyond $transport->open() line. No error shown; no error is logged. I have successfully executed another script which runs in transceiver mode, so I'm sure the server setup running SMPP Client script is good.

Please guide me to run the example code mentioned here.

ruturajpatki commented 5 years ago

I found it was problem with Linux File Permissions. It's working good for English Messages.

zkenstein commented 4 years ago

Hi @ruturaaj can you please share the code using transceiver? Thx

ruturajpatki commented 4 years ago

Hi @ruturaaj can you please share the code using transceiver? Thx

Sorry for the late reply mate.

Well, I'm not using this class in my application. I remember I made this class to send SMS in Transiver mode; but I don't have that code with me right now. I will try to find it tomorrow, and if I get it, I will surely share that with you here.