Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sms Jasmin SMPP服务器绑定问题:ESME RBINDFAIL({';name';:';ESME RBINDFAIL';,';description';';Bind Failed';})_Sms_Sms Gateway_Smpp_Jasmin Sms - Fatal编程技术网

Sms Jasmin SMPP服务器绑定问题:ESME RBINDFAIL({';name';:';ESME RBINDFAIL';,';description';';Bind Failed';})

Sms Jasmin SMPP服务器绑定问题:ESME RBINDFAIL({';name';:';ESME RBINDFAIL';,';description';';Bind Failed';}),sms,sms-gateway,smpp,jasmin-sms,Sms,Sms Gateway,Smpp,Jasmin Sms,我试图在jcli管理控制台中使用Vonage(Nexmo)SMPP参数来创建连接器。 我已按照页面说明配置连接器: 尽管如此,当我检查连接器日志时,连接器的后期创建仍然存在,请参见以下错误日志: Connecting to IPv4Address(type='TCP', host='smpp4.nexmo.com', port=8000) ... 2021-05-16 18:27:15 WARNING 1 SMPP connection established from 119.81.44.9

我试图在jcli管理控制台中使用Vonage(Nexmo)SMPP参数来创建连接器。 我已按照页面说明配置连接器: 尽管如此,当我检查连接器日志时,连接器的后期创建仍然存在,请参见以下错误日志:

Connecting to IPv4Address(type='TCP', host='smpp4.nexmo.com', port=8000) ...
2021-05-16 18:27:15 WARNING  1 SMPP connection established from 119.81.44.9 to port 49282
2021-05-16 18:27:15 INFO     1 Connection made to smpp4.nexmo.com:8000
2021-05-16 18:27:15 WARNING  1 Requesting bind as transceiver
2021-05-16 18:27:15 ERROR    1 Bind failed [[Failure instance: Traceback (failure with no frames): <class 'smpp.pdu.error.SMPPTransactionError'>: ESME_RBINDFAIL ({'name': 'ESME_RBINDFAIL', 'description': 'Bind Failed'})
]]. Disconnecting...
2021-05-16 18:27:15 WARNING  1 Disconnecting...
2021-05-16 18:27:15 WARNING  1 SMPP 119.81.44.9 disconnected from port 49282: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
]
2021-05-16 18:27:15 ERROR    1 Connection lost. Reason: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.
]
2021-05-16 18:27:15 INFO     1 Reconnecting after 10 seconds ...
连接到IPV4地址(type='TCP',host='smpp4.nexmo.com',port=8000)。。。
2021-05-16 18:27:15警告1从119.81.44.9建立到端口49282的SMPP连接
2021-05-16 18:27:15信息1连接到smpp4.nexmo.com:8000
2021-05-16 18:27:15警告1请求绑定为收发器
2021-05-16 18:27:15错误1绑定失败[[失败实例:回溯(没有帧的失败)::ESME_RBINDFAIL({'name':'ESME_RBINDFAIL','description':'Bind failed'))
]]. 断开。。。
2021-05-16 18:27:15警告1断开。。。
2021-05-16 18:27:15警告1 SMPP 119.81.44.9已从端口49282断开:[故障实例:回溯(无帧故障)::连接已完全关闭。
]
2021-05-16 18:27:15错误1连接丢失。原因:[失败实例:回溯(没有帧的失败)::连接已完全关闭。
]
2021-05-16 18:27:15信息1 10秒后重新连接。。。
我已经将Jasmin SMS网关部署为docker映像,并尝试配置Nexmo的连接器。如果有人能告诉我我可能做错了什么,那将非常有帮助。
谢谢。

谢谢@VadimKotov,让我的问题更有条理,更有意义。