Hi Arnar Sorry about my delay getting back to you but I don't work on Saturday and Sanday. You don't need to touch the source at all. Ask your SMSC guys for full config parameters. You need to receive from them someting like this: FROM SMSC In your kannel.conf IP address = host #SMSC IP addres IP Port = port #SMSC IP port number System ID = smsc-username Password = smsc-password System Type = system-type Source TON = source-addr-ton #some number 0-6 Source NPI = source-addr-npi #some number 0-6 Destination TON = dest-addr-ton #some number 0-9 Destination NPI = dest-addr-npi #some number 0-9 MSISDN = global-sender Here you are example for SMPP config group = smsc smsc = smpp interface-version = 33 smsc-id = test host = 203.13.108.18 port = 8011 receive-port = 8011 smsc-username = Futurelab8 smsc-password = testlab8 source-addr-ton = 0 source-addr-npi = 4 dest-addr-ton = 1 dest-addr-npi = 1 priority = 1 system-type = smpp address-range = "" keepalive = 0 group = smsbox bearerbox-host = localhost sendsms-port = 14013 global-sender = "0421268000" If you have some questions don't histate to contact me
Arnar Gestsson wrote: >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 >>> >>> >>> >>> >> > >
