No, system-type should be "SMS". Kannel documentation states that you "could get away with VMA" which is not always true. system-id is the "username" they've provided Try something like this for the smsc group:
group = smsc smsc =smpp system-type = "SMS" host = ip port = port receive-port = port smsc-username = user smsc-password = pass idle-timeout = 30 transceiver-mode = 1 throughput = 50 address-range = 123 enquire-link-interval = 10 reconnect-delay = 5 Hope it helps, Alejandro 2009/7/15 Nikos Balkanas <[email protected]> > Hi, > > Please post your smsc configuration. > > From what I gather from the logs, you are mixing up system-type with > system-id. > > System-type should be VMA. > System-id (or smsc-username) should be your login name. > > BR, > Nikos > ----- Original Message ----- From: "abhishek jain" < > [email protected]> > To: <[email protected]> > Sent: Wednesday, July 15, 2009 4:25 PM > Subject: Error in bearerbox log - 2 > > > > Hi, >> | got the following error in bearerbox, pl. let me know if possible >> what can be the source of error: >> >> 2009-07-15 18:54:19 [26171] [6] WARNING: SMPP: PDU NULL terminated >> string (system_id) has no NULL. >> 2009-07-15 18:54:19 [26171] [6] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to transmit, >> code 0x0000000d (Bind Failed). >> 2009-07-15 18:54:19 [26171] [6] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center >> (retrying in 10 seconds). >> 2009-07-15 18:54:41 [26171] [7] WARNING: SMPP: PDU NULL terminated >> string (system_id) has no NULL. >> 2009-07-15 18:54:41 [26171] [7] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: SMSC rejected login to receive, code >> 0x0000000d (Bind Failed). >> 2009-07-15 18:54:41 [26171] [7] ERROR: >> SMPP[SMPP:ip:2777/2777:user:VMA]: Couldn't connect to SMS center >> (retrying in 10 seconds). >> >> >> Will appreciate a prompt reply. >> >> -- >> Thanks and kind Regards, >> Abhishek jain >> 07799 328 727 >> skype: ejaincom >> >> > >
