No Information with evdeliverSM

Smpp v3.4 client

Moderator: alt

Locked
rag123456
Posts: 7
Joined: Wed Apr 02, 2008 7:54 pm

No Information with evdeliverSM

Post by rag123456 » Wed Apr 02, 2008 8:01 pm

hi alt,

When i receive a message longer then 70 unicode characters i receive no informatiom that how many segments etc etc,check the log below

DeliverSm received : Reference Number :0 Sequence : 6 SourceAddr : 123456789 Sequence Number: 0 Total Segments : 0 Coding : 8 MessageText : message

and sometime message is missing
jasmina.ramusovic
Posts: 1
Joined: Wed Apr 02, 2008 8:37 am

Post by jasmina.ramusovic » Thu Apr 03, 2008 1:35 pm

have you tried methods mentioned here:

http://www.inetlab.ru/support/viewtopic.php?t=478
rag123456
Posts: 7
Joined: Wed Apr 02, 2008 7:54 pm

Post by rag123456 » Fri Apr 04, 2008 2:12 pm

I have a problem in receiving long messages and those methods which you showing is for sending long messages. so problem in receiving is still there.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sat Apr 05, 2008 4:47 am

hi rag123456,

when you receive DeliverSm you must check property SequenceNumber, if it is greater than zero, then it is multipart message. From propery TotalSegments you can get total parts number.
rag123456
Posts: 7
Joined: Wed Apr 02, 2008 7:54 pm

Post by rag123456 » Sat Apr 05, 2008 10:29 am

Hi Alt i already checked sequence number and total segments and its showing zero,

DeliverSm received : Reference Number :0 Sequence : 6 SourceAddr : 123456789 Sequence Number: 0 Total Segments : 0 Coding : 8 MessageText : message.

This log i got from smppclient demo,i sent a longer message from my mobile to smppclient demo application and got this when it received the 1st part. Please tell the solution. and i m going to buy the source code, please tell the solution of this problem

Also messages are missing sometimes or delayed.

Note: I asked my operator and he said i have to use SAR to get the information about the messages parts. So can you please tell me that how i can use SAR in evDeliverSm.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Sun Apr 06, 2008 7:52 am

could you send me whole log like in SmppClientDemo. I need to check bytes received with DeliverySM
chaoraksa
Posts: 55
Joined: Wed Sep 17, 2008 7:06 am

Post by chaoraksa » Fri Jul 31, 2009 4:48 am

Hi All!

I got that problem too.

this is log :

11:44:24 AM: SmppClient connected
11:44:24 AM: Binding SmppClient for SystemId: 2367
11:44:24 AM: SmppClient bound
11:44:24 AM: Bind result : system is NowSMS with status ESME_ROK
11:44:24 AM: Sending Data: 0000002300000009000000007317f5773233363700323336376d61696c000034000000
11:44:59 AM: DeliverSm received : Sequence : 3 SourceAddr : 85598610753 Coding : 0 MessageText : ine
N-new frnds
I-idea of life
N-nice future
G-
11:45:00 AM: Sending Data: 0000001180000005000000000000000300
11:45:06 AM: Sending Data: 0000001180000005000000080000000400
11:45:06 AM: Invalid DELIVER_SM packet
11:46:16 AM: Sending Data: 0000001000000015000000007317f578
11:47:16 AM: Sending Data: 0000001000000015000000007317f57a
11:48:16 AM: Sending Data: 0000001000000015000000007317f57c
11:49:16 AM: Sending Data: 0000001000000015000000007317f57e
11:50:16 AM: Sending Data: 0000001000000015000000007317f580
11:50:42 AM: DeliverSm received : Sequence : 5 SourceAddr : 85598610753 Coding : 0 MessageText : ine
N-new frnds
I-idea of life
N-nice future
G-
11:50:42 AM: Sending Data: 0000001180000005000000000000000500
11:50:43 AM: Invalid DELIVER_SM packet
11:50:43 AM: Sending Data: 0000001180000005000000080000000600
[/quote]
Locked