2-way problem

2-way problem SearchSearch
Author Message
Anonymous
 
Posted on Tuesday, April 12, 2005 - 10:33 am:   

hello, when i send arabic message to nowsms via smpp connection i read this in smsdebug file
pid=0, dcs=C, msgFlags=0, udh=06390635062706, msg=450020064306340648
but in my server log(iis) i have this :
msg=%3F%20%3F%3FH&code=%3F%20%3F%3FH&dcs=0C&bin=0&udh=06390635062706
when i concat udh+msg from smsdebug file i have my message in correctly format but from my url i have a rong thing something like ????H
how can i do to restore my correct string (i use c#)
big thanks
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4403
Registered: 10-2002
Posted on Tuesday, April 26, 2005 - 08:28 pm:   

I'm confused about the UDH ... becuase I don't know why that is present.

Here's information about Arabic and character sets with 2-way commands:

http://support.nowsms.com/discus/messages/1/4906.html

But I'm still confused about the UDH being present, because it doesn't look like it really should be UDH ... it looks like it should be part of the message data.

I would like to see an SMPPDEBUG.LOG and SMSDEBUG.LOG from your system showing one of these problem messages being received. I want to try to understand why the SMPP server is setting a parameter to indicate that UDH is present, when the message does not appear to actually contain UDH.

-bn