Thanks for the reply Kavuri.

I don't know how this is going to help me since sms-service with
default keyword is handling all the rest of these messages ( the first
part of the message includes all the necessary keywords ).

So is there a way to concatenate long incoming messages before get-url or post-url kicks in?

Janne

Kavuri Prasad kirjoitti:
Hai Janne,

You have to handle it in your application based on the UDH received. When
the long message splits then those messages comes with header. Normally UDH
is 5 characters (UDH = 00 03 22 02 01). In the above Binary code the last 2
characters are important as last one says current message number and the
other one says total number of messages. In this case total number of of
messages are 2 and current message is 1.
You can able to catch the udh by using %u. You can find the details in
userguide (chapter 6).

Regards,
Prasad

On 5/3/06, Janne Mikkonen <[EMAIL PROTECTED]> wrote:

Hi!

I use GSM modem as a virtual SMS Center and I have problems with
long incoming messages ( from phone to gateway ). Is it possible to
concatenate incoming messages before they are routed to receiving
application?

Janne Mikkonen




Reply via email to