Hi, I noticed that not all meessages coming into this smsc is forwarded to the sms-service, it is selective and i cannot figure out why. can anyone tel me what am doing wrong in my config below I want to do this Receive SMS via SMPP=>SMS-Service=>SMPP=>Subscriber
below is my smsc config # SMSC SMPP group = smsc smsc-id = xlo3 smsc = smpp host = 41.203.65.76 port = 2008 receive-port = 2008 smsc-username = "XXXXXX" smsc-password = "XXXXXX@" system-type = system-id = "XXXXXXX" connect-allow-ip = "*.*.*.*" keepalive = 50 address-range = allowed-smsc-id = xlo;xlo1;xlo2;xlo3 transceiver-mode = true msg-id-type = 0x00 bind-addr-ton = 1 bind-addr-npi = 1 log-level=0 my sms service group = sms-service keyword = default get-url = "http://localhost/insms/insms.php?sender=%p&text=%b&to=%P" accept-x-kannel-headers = true max-messages = 3 concatenation = true catch-all = true accepted-smsc = "xlo;xlo1;xlo2;xlo3" omit-empty = true Regards, Michael
