Madan, That means you've managed to make it work?
In that case You were using NPI = 1 before right? Older versions enforced >= 7 digits on international NPI (1). When you changed it to 3, you've removed the constrain (but you're using a non-standard value). If that's the case, upgrading kannel will replace the error for a warning. Otherwise please provide: 1. Kannel version you're using. 2. The exact error you're getting. 3. Are you prefixing the destination address with a "+"? 4. Those TON/NPI values were given by the carrier? Regards, Alejandro On Sat, Jun 7, 2008 at 11:40 AM, Madan KN <[EMAIL PROTECTED]> wrote: > *Thanks a ton **Alejandro > > source-addr-ton = 0 > source-addr-npi = 0 > dest-addr-ton = 0 > dest-addr-npi = 3 > > The above settings worked for me. > > Thanks, > Madan KN* > > On Sat, Jun 7, 2008 at 7:50 PM, Alejandro Guerrieri < > [EMAIL PROTECTED]> wrote: > >> Which version of Kannel are you using? >> >> ton and npi settings? >> >> Regards, >> >> Alejandro >> >> >> On Sat, Jun 7, 2008 at 8:58 AM, Madan KN <[EMAIL PROTECTED]> wrote: >> >>> Hi, >>> How do i override so that my sms box, accepts 59898 kind of short codes >>> as destination address. >>> >>> MO --> SMSC --> (59898) --> Kannel. >>> >>> But kannel is asking me destination address not less than 7 digits. >>> >>> >>> This is my conf: >>> >>> ##################################################################### >>> # SMSC Connections >>> ##################################################################### >>> >>> group = smsc >>> smsc = smpp >>> host = 192.168.1.100 >>> port = 13003 >>> receive-port = 13003 >>> smsc-username = "mpower" >>> smsc-password = mpower >>> system-type = "VMA" >>> address-range = "" >>> #my-number = 59898 >>> >>> >>> ##################################################################### >>> # SMS Box Group >>> ##################################################################### >>> group = smsbox >>> bearerbox-host = localhost >>> log-file = "/var/log/kannel/smsbox.log" >>> log-level = 0 >>> sendsms-port = 13004 >>> #global-sender = 13004 >>> #global-sender = 59898 >>> >>> >>> Thanks, >>> Madan KN >>> >> >> >
