Search found 7 matches

by mukul
Mon Nov 09, 2009 7:18 am
Forum: ALT.SMS.SmppClient
Topic: How Send Binary Message (UserDataPdu) more that 256 byts
Replies: 4
Views: 13432

thanks for your reply

but is there any way to submit long binary messages (UserDataPdu)

more than 224 bytes at once without splitting

is there any plan to add this feature to your library

please let us know
by mukul
Mon Nov 09, 2009 6:50 am
Forum: ALT.SMS.SmppClient
Topic: Not correctly messages break
Replies: 11
Views: 92277

please reply
by mukul
Sat Nov 07, 2009 2:07 pm
Forum: ALT.SMS.SmppClient
Topic: How Send Binary Message (UserDataPdu) more that 256 byts
Replies: 4
Views: 13432

How Send Binary Message (UserDataPdu) more that 256 byts

I am submitting binary messages (UserDataPdu) as following here sTextHex is variable of my hex string example: foreach (SubmitSm sm in req) { sm.UserDataPdu = HexStringToByteArray(sTextHex); sm.RegisteredDelivery = 1; } SubmitSmResp[] resp = Client.Submit(req); when the length of sTextHex is less th...
by mukul
Mon Nov 02, 2009 12:23 pm
Forum: ALT.SMS.SmppClient
Topic: Not correctly messages break
Replies: 11
Views: 92277

i have pushed a mesaage of 160 char is shoud encode in 140byts but is is exceeeding 140 byts if i submit 140 char sms it ecodes in 140 byts i think problem is with data encoding please check 160chars should ne encode in 140 byts the log is bellow 5:45:11 PM: SmppClient connected 5:45:11 PM: Binding ...
by mukul
Wed Oct 07, 2009 8:57 pm
Forum: ALT.SMS.SmppClient
Topic: Not correctly messages break
Replies: 11
Views: 92277

ya the same problem with me also when the message length is 140 or more its is submitting 2 messages to my smsc. and the message type is binary. if the length is less then 140 it is okay and type is text and on the mobile phones the the messages are delivering as 2 binary (8 bit) messages. i think t...
by mukul
Wed Oct 07, 2009 7:01 am
Forum: ALT.SMS.SmppClient
Topic: binary and text messages
Replies: 1
Views: 6884

it is submitting two binary sms if length is more that 139 characters, where my smsc allow me to send 160 char
by mukul
Tue Oct 06, 2009 8:47 pm
Forum: ALT.SMS.SmppClient
Topic: binary and text messages
Replies: 1
Views: 6884

binary and text messages

hi,

I am trying to send sms with you library when ever i use to submit sms if it is greater then 139 character in length is getting submitted as binary.

but i want to submit only text messages

please help me its urgent