|
Hello,
I must send sms using smsc (t-mobile and telenor provider).
t-mobile smsc:
bind user (UCP60 OAdC) : 5843
password : password
Connect IP : 194.176.224.36
Connect port: 5843
SMSC address (telefonban) : +36309888490
LA msisdn: +36303444550
telenor smsc:
ADDRESS=84.225.254.70
PORT: 2965
USERNAME=username
PASSWORD=password
I tried using the example here:
http://search.cpan.org/~nemux/Net-UCP-0.42/lib/Net/UCP.pm
But the connection is failed:
Never received ETX from SMSC. Remote end closed? at /usr/lib/perl5/site_perl/5.10.0/Net/UCP.pm line 1971.
Login to SMSC failed. Error nbr: 0, Error txt: Never received ETX from SMSC. Remote end closed?
How can I debug it? What can be wrong?
Thanks. |