Thanks Ignat,

this was true, at least in a sense, I needed to fiddle with the TON
variable.  Putting SMPP in debug mode I got

2002-07-22 01:08:01 [5] DEBUG:   source_addr_ton: 2 = 0x00000000

when pushing SM to the phone, but I knew that the addr_ton should be 0(
as put by configureation).  What I did to proof the problem was this I
changed the smpp_pdu.h such that

#define GSM_ADDR_TON_NATIONAL         0x00000002

was changed to 

#define GSM_ADDR_TON_NATIONAL         0x00000000

My question is the following, what causes the smsc_smpp to discover the
number as national and how can I do this configuration in a right
manner.  What I was doing was telling the smpp_dpu that TON_NATIONAL was
actually TON_UNKNOWN.

Any suggestions,

TIA Arnar

On F�s, 2002-07-19 at 02:59, Ignat Vassilev wrote:
> Hi Arnar
> 
> 0x0000000a EMSE_RINVSRCARD and means Invalid source address
> 
> Cheerc
> Ignat
> 
> 
> 
> Arnar Gestsson wrote:
> 
> >Does anybody know what 
> >
> >"SMSC returned error code 0x0000000a in response to submit_sm" 
> >
> >means, using kannel 1.2.0 and connecting to a SMPP SMSC v3.3 in
> >transmitter mode.
> >
> >BR Arnar
> >
> >
> >
> >
> 
> 


Reply via email to