0

我正在使用 Logica 的库和模拟器在 Java (JMS) 中实现 SMPP 客户端以进行测试。

有什么方法可以嵌入自定义数据(例如标签或内部 id),这些数据可以发送给提供者并在侦听器处接收回来?我尝试使用额外的可选参数没有成功,因为它们没有作为响应的一部分到达。

到目前为止,SMPP 响应 PDU 具有序列号和操作状态码。有没有办法嵌入更多信息,以便在侦听器收到响应时使用它?谢谢你。

4

1 回答 1

0

I realized after some research that it not possible to embbed custom information within SMPP pdu. It is up to the SMSC to return or not any additional information other than the status and sequence number in the pdu response.

于 2013-02-26T17:44:36.377 回答