Hi Everyone!!!!
I am new to jasmin. I have installed jasmin on fresh installation of Ubuntu 14.04 LTS.
I added smpp connection through jcli. I started connector, but binding failed.
PINGing the remote smpp server failed but i can connect with telnet to remote smpp server.
I want to confiure Jasmin as:
http_client/smpp_client<=====>Jasmin<=====>smpp_client_of_MNO
Currently, I am using KANNEL as:
http_client<=====>KANNEL<=====>smpp_client_of_MNO
the same smpp connection works fine with kannel, but unable to bind with JASMIN.
Logs:
2015-08-15 08:37:09 INFO 12784 Establishing TCP connection to xxx.xxx.xxx.xxx:2349
2015-08-15 08:37:09 INFO 12784 Connecting to IPv4Address(TCP, 'xxx.xxx.xxx.xxx', 2349) ...
2015-08-15 08:37:09 WARNING 12784 SMPP connection established from xxx.xxx.xxx.xxx to port 39884
2015-08-15 08:37:09 INFO 12784 Connection made to xxx.xxx.xxx.xxx:2349
2015-08-15 08:37:09 WARNING 12784 Requesting bind as transceiver
2015-08-15 08:37:09 ERROR 12784 Bind failed [[Failure instance: Traceback (failure with no frames): <class 'jasmin.vendor.smpp.pdu.error.SMPPTrans
actionError'>: ESME_RBINDFAIL ({'name': 'ESME_RBINDFAIL', 'description': 'Bind Failed'})
2015-08-15 08:37:29 INFO 12784 Reconnecting after 10 seconds ...
2015-08-15 08:37:39 INFO 12784 Connecting to IPv4Address(TCP, 'xxx.xxx.xxx.xxx', 2349) ...
2015-08-15 08:37:39 WARNING 12784 SMPP connection established from xxx.xxx.xxx.xxx to port 39887
2015-08-15 08:37:39 INFO 12784 Connection made to xxx.xxx.xxx.xxx:2349
2015-08-15 08:37:39 WARNING 12784 Requesting bind as transceiver
2015-08-15 08:37:40 WARNING 12784 SMPP xxx.xxx.xxx.xxx disconnected from port 39887: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
]
2015-08-15 08:37:40 ERROR 12784 Connection lost. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
]
2015-08-15 08:37:40 INFO 12784 Reconnecting after 10 seconds ...
2015-08-15 08:37:49 ERROR 12784 Request timed out after 30 secs: PDU [command: bind_transceiver, sequence_number: 1, command_status: ESME_ROK
system_id: 'xxxxxxxx'
password: 'xxxxxxxx'
system_type: ''
interface_version: 52
addr_ton: EnumValue(<jasmin.vendor.enum.Enum object at 0x7f305eb93a90>, 3, 'UNKNOWN')
addr_npi: EnumValue(<jasmin.vendor.enum.Enum object at 0x7f305eb38210>, 4, 'UNKNOWN')
address_range: None
]
2015-08-15 08:37:49 ERROR 12784 Bind failed [[Failure instance: Traceback (failure with no frames): <class 'jasmin.vendor.smpp.pdu.error.SMPPRequestTimoutError'>: Request timed out after 30 secs: PDU [command: bind_transceiver, sequence_number: 1, command_status: ESME_ROK
Any help will be appreciated.
Thank you.