Problem with long message DELIVERY

Smpp v3.4 client

Moderator: alt

Locked
prog019
Posts: 44
Joined: Mon Mar 02, 2009 2:12 pm

Problem with long message DELIVERY

Post by prog019 » Thu Jan 14, 2010 9:55 am

Hi,

Im trying send long unicode(russian) message
"[b]финансируемый Романом Абрамовичем, с января 2010 года перестал платить зарплату главному тренеру сборной России по футболу Гуусу Хиддинку. Кто будет оплачива[/b]"
to the short number and get this:

1:46:53 PM: Received Data: 000000bd00000005000000000e7b808f00010133373439333630303431350002013230323600c000000000000008008d8c0500034d030104440438043d0430043d04410438044004430435043c044b043900200420043e043c0430043d043e043c00200410043104400430043c043e0432043804470435043c002c002004410020044f043d043204300440044f0020003200300031003000200433043e043404300020043f043504400435044104420430043b0020043f043b04300442
1:46:53 PM: Sending Data: 0000001180000005000000080e7b808f00
1:46:53 PM: Invalid DELIVER_SM packet


In data.UserDataPdu.ShortMessage I have this part: "8c0500034d030104440438043d0430043d04410438044004430435043c044b043900200420043e043c0430043d043e043c00200410043104400430043c043e0432043804470435043c002c002004410020044f043d043204300440044f0020003200300031003000200433043e043404300020043f043504400435044104420430043b0020043f043b04300442"

please help.
prog019
Posts: 44
Joined: Mon Mar 02, 2009 2:12 pm

Addition to topic

Post by prog019 » Thu Jan 14, 2010 10:06 am

Im trying again and get only one deliver_sm and when skip first octet,
in result Im get this string:

Ԁ͎́финансируемый Романом Абрамовичем, с января 2010 года перестал плат

What you thing about first character?
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Jan 14, 2010 10:32 am

It is the same situation as it was in
http://www.inetlab.ru/support/viewtopic.php?t=618

Your SMSC sends packet with two fields sm_length
first value 0x8d and second 0x8c

What SMSC side said about this situation?
Locked