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
