Length of Messages

.NET library for SMPP protocol
Locked
gfhn
Posts: 1
Joined: Sat Jun 18, 2011 1:50 pm

Length of Messages

Post by gfhn » Sat Jun 18, 2011 2:09 pm

Hello,
I have downloaded your SMPP Client/Server demo and testing it. I am very much interested in purchasing it for a project that I am doing for my client. I have some question for you:
1. I need send a SMS to my mobile phone like that:
MB 18/06
DB:31868
1:94529
2:58922-53873
3:00145-75885-88352-06140-28908-04938
4:8510-2617-2354-9137
5:3233-9228-6210-6363-1155-2889
6:019-283-585
7:70-38-95-64
This SMS include 152 text character and 8 new line character (in my VB.NET it is chr(10)). So, it have 159 char. But when I send SMS by my project , it divided in to 2 SMS, include 167 character (perhaps a newline character include 2 length char). I want to know Inetlab.SMPP can send above SMS content in one SMS?

2. I come from VietNam. How can I purchase Inetlab.SMPP?
Thanks & Regards
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Length of Messages

Post by alt » Tue Jun 28, 2011 6:56 pm

I think you are sending text with data coding UCS2.
Please try to specify DataCodings.Default.
Locked