Support needed for sending picture message

Support needed for sending picture message SearchSearch
Author Message
josgeorge
New member
Username: Jos

Post Number: 1
Registered: 08-2009
Posted on Thursday, August 20, 2009 - 11:06 am:   

I had integrated Nowsms application with nokia SMSC 9.0 directy useing smpp over ip for performing some test cases and i was successful in sending ringtone ...
But i am unable to send picture messages ... i am useing the syntax below for sending picture message

http://127.0.0.1:8800/?PhoneNumber=911431100028&Data=00480E01FFFFFFFFFFFFFFFFFF0 00000000000000000FFFFFFFFFFFFFFFFFF00000000000000000010F000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000000000001&udh=06 0504158A0000&UDH=060504158A158A&pid=00&dcs=F7&binary=1



Can you please help me in sorting it out

Thanks in advance

Jos
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1157
Registered: 08-2008
Posted on Thursday, August 20, 2009 - 10:21 pm:   

Hi Jos,

I don't know what your image data is that you're starting with.

But it looks like you've just got the image data (OTA Bitmap) there, and none of the required headers.

Preface the OTA Bitmap data with this:

30000000020082

30 - picture message version
00 - text part
0000 - text part len
02 - OTA bitmap
0082 - OTA bitmap len (calculated based on the size of your bitmap above)

--
Des
NowSMS Support
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 1159
Registered: 08-2008
Posted on Thursday, August 20, 2009 - 10:24 pm:   

Hi Jos,

I don't know what your image data is that you're starting with.

But it looks like you've just got the image data (OTA Bitmap) there, and none of the required headers.

Preface the OTA Bitmap data with this:

30000000020082

30 - picture message version
00 - text part
0000 - text part len
02 - OTA bitmap
0082 - OTA bitmap len (calculated based on the size of your bitmap above)

--
Des
NowSMS Support