Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread christopher kamutumwa
this hasn't worked I did but same error On Mon, Nov 12, 2018 at 9:02 PM Web Min wrote: > try to match the below > > # SMSC > group = smsc > smsc = smpp > smsc-id = myid > allowed-smsc-id = myid > preferred-smsc-id = myid > interface-version = 34 > host = xx.xx.xx.xx. > port = >

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
try to match the below # SMSC group = smsc smsc = smpp smsc-id = myid allowed-smsc-id = myid preferred-smsc-id = myid interface-version = 34 host = xx.xx.xx.xx. port = receive-port = 0 transceiver-mode = 0 smsc-username = user smsc-password = pass system-type = VMA source-addr-ton = 5

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread christopher kamutumwa
Below are variables and operator says the are ok; just the variable for service-type which is not parsing the correct variable group = smsc smsc = smpp smsc-id = zoned host = 172.xx.xx.xxx port = 5001 interface-version = 34 smsc-username = xx smsc-password = xx system-type = "smpp"

Re: [PATCH] allow setting service-type for SMPP SMSC

2018-11-12 Thread Web Min
what is your smsc variables? in kannel.conf On Mon, Nov 12, 2018 at 9:13 PM christopher kamutumwa < chriskamutu...@gmail.com> wrote: > hello, > where can I find this patch I have noticed when service-type= smpp is put > in config log shows NOBAL instead of smpp. hence getting error INVALID >