Wings 通信服务器:submitsm 命令状态 0x14
有谁有过使用这个工具(WCS)的经验吗? 某些短信未发送。 日志说:
2007-04-14 10:59:53,490 [logica-smpp2-receiver] ERROR logica-smpp2 - Message not sent, SubmitSM command status: 0x14
Has anyone had experience with this tool (WCS). Some sms messages are not being sent. The log says:
2007-04-14 10:59:53,490 [logica-smpp2-receiver] ERROR logica-smpp2 - Message not sent, SubmitSM command status: 0x14
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我正确阅读了规范,命令状态 0x14 表示“消息队列已满”。
我建议:
- 尝试在更长的时间内传播信息
- 询问您的 SMPP 提供商有什么限制,您可以在多长时间内发送多少条消息? 对通话进行适当的更改,或者要求他们增加您在给定时间段内可以发送的消息量。
希望这可以帮助!
If I've read the specs correctly, command status 0x14 means "message queue full".
I suggest:
- Try spreading the messages over a longer period
- Ask your SMPP provider what the limits are, how many messages can you send in how much time? Make the appropriate changes in the calls, or ask them to increase the amount of messages you can send for a given time period.
Hope this helps!