Search found 6 matches

by shaan
Tue Oct 26, 2010 8:42 pm
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

Which part of UDH?

By the way... SMPP 3.4 does not have any UDH part dedicated for message parts? So where are you putting them?? The specs clearly say that it has to be in the SAR params of the TLV!!

If you send me your email address, I can forward you a copy of the original SMPP 3.4 specs.

Shaan
by shaan
Tue Oct 26, 2010 8:34 pm
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

TLV

In my understanding of SMPP 3.4 TLV sar params are applicable for both payload as well as short message! Thats what almost all SMPP clients available in the market do. But your library is adding the message part info only in UDH!!! The SMSC used by me supports TextMessage as well as Payload and it w...
by shaan
Tue Oct 26, 2010 4:06 pm
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

Question about SubmitMode = ShortMessage

Hi alt, The Payload method seems to be working fine now but I have a question about "SubmitMode = ShortMessage" It seems that the user must specifically program the client to add SAR parameters in TLV to send a concatenated SMS and the library does not do it automatically. If SAR params not added to...
by shaan
Tue Oct 26, 2010 11:27 am
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

Posting the data

Hi, As required by you please see below the Sending & Receiving data below: FOR Submit Mode = ShortMessage ======================= 16:51:22: SmppClient connected 16:51:22: Binding SmppClient for SystemId: iglogix 16:51:22: SmppClient bound 16:51:22: Bind result : system is with status ESME_ROK 16:51...
by shaan
Tue Oct 26, 2010 9:00 am
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

Another Problem noticed

Hi, We noticed another problem. While using the ClientDemo if we put a internet IP address (a valid SMPP server that is running), the demo throws a exception. However, if we put the host name, it recognizes it. Whereas if we try to connect to same SMPP app on localhost but put the hostname as 127.0....
by shaan
Tue Oct 26, 2010 7:37 am
Forum: Inetlab.SMPP v1.0
Topic: Long Message Problem
Replies: 10
Views: 28205

Long Message Problem

Hello, I have downloaded your SMPP Client/Server demo and testing it. I am very much interested in purchasing it for a project that I am doing for my client. However, I have following questions: a) I tried sending long message (more than 160 characters) using Payload as well as ShortMessage submit m...