Is that bind specific for just Netherlands? If so you could hardcode the country code on the sms-service using %2B31%p
On Tue, Feb 23, 2016 at 9:36 PM, SA <synapseatt...@gmail.com> wrote: > Hi, > > I have a kannel system running that connects to multiple providers. The > majority of the providers send messages back to me in full E.164 format. > However I have a new provider that sends me messages to my Netherlands > numbers without the country code. > > I receive: > DEBUG: destination_addr: "635xxxxxx" > > I'd like to be able to prefix +31 to it so that the system I send it on to > from there can processes it. > > I tried using the unified-prefix as follows and it doesn't work: > > group = smsc > smsc = smpp > smsc-id = superawesomelamesmsc > host = xx.xx.xx.xx > port = 2775 > smsc-username = "Bob" > smsc-password = Super12345 > system-type = "smpp34" > address-range = "" > transceiver-mode = 1 > enquire-link-interval = 30 > connection-timeout = 35 > unified-prefix = "+3163,063,63" > > > I can not put the same unified-prefix in the Core/Smsbox section because I > also have Philippines numbers on my platform and their country code is 63. > > Is there another way I should be thinking about accomplishing this? >