使用计算机发送长短信 [英] sending long sms using computer

查看:100
本文介绍了使用计算机发送长短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在开发一个软件应用程序发送短信.我已经成功发送了小短信.但是当涉及到较大的短信(即大于160个字符)时,我必须细分短信.但是我找不到要在原始短信的每个段中插入的段代码,以便可以在目标手机中重新安装它.

我将非常感谢您的任何答复.

Hi

i am developing a software application to send sms. I have been successfull in sending small sms. but when comes to large sms (i.e)larger than 160 characters i have to break sms in segments. But i am not finding what segment codes to insert in each segment of the original sms so that it can be reassembeled at destination handset.

I will be thankfull to any reply.

推荐答案

您需要在短信中添加用户数据标头(UDH)才能执行此操作.看看这些链接:
http://www.activexperts.com/xmstoolkit/sms/multipart/ [ http://www.activexperts.com/xmstoolkit/sms/smsdatasmpp/ [
You would need to add an user data header (UDH) to the sms to do this. Have a look at these links:
http://www.activexperts.com/xmstoolkit/sms/multipart/[^]

http://www.activexperts.com/xmstoolkit/sms/smsdatasmpp/[^]

Another solution could be to send it as an MMS instead of an SMS if the message is over 160 characters. This might even be cheaper because you send a single message.

Good luck!


这篇关于使用计算机发送长短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆