RE: How to construct Flash SMS
Dedy Sutanto <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Nisan,
I have patched the cvs version so it always send with TON=1 and NPI=1. (this
TON and NPI work with kannel 1.0.3)
But kannel-cvs still cannot submit_sm correctly.
I think the problem because there is no terminating character (NULL) in
smpp_pdu.
I seen this NULL ("\0") in smpp_pdu for kannel 1.0.3, but no in cvs-version.
Regard
-dedy-
-----Original Message-----
From: Nisan Bloch [mailto:[email protected]]
Sent: Wednesday, February 06, 2002 12:52 PM
To: Stipe Tolj
Cc: [email protected]
Subject: Re: How to construct Flash SMS
Hi
At 09:50 AM 2/5/02 +0100, Stipe Tolj wrote:
>Andreas Fink wrote:
> >
> > Ok. well the question is why is it getting into trouble as TON=1 is
> > definitively a valid setting. TON=2 (national) could be replaced for
> > TON=0 (undefined). Maybe that fixes 99% of the cases. In my case
> > TON=0 is not accepted by the SMSC (which I consider a valid response).
my two cents... yes, TON=1 is valid.. but some SMPP SMSCs are configured so
you can only use a specific TON. e.g. MTN insist on TON=1 (international)
for all destinations.
I have patched Kannel, to allow us to override the the auto TON/NPI logic
Andres added.
Nisan