Try changing system-type to system-type = "NULL"
also you don't need receive-port = xxxx with transceiver-mode turned on, you can remove it. 2012/10/15 spameden <[email protected]> > I'm using multiple SMSC links with transceiver mode enabled. > > Only 1 connection established to the SMSC for each SMSC. > > What's kannel version you're on? > > > > 2012/10/15 Eric Beda <[email protected]> > >> Hi Tapan, >> >> Unfortunately, the provider has not been very helpful in troubleshooting, >> I have only been provided with a screenshot proving his point that there >> are two connections to their SMSC. I was wondering if I am the only one >> whose bearerbox establishes two TCP connections to the SMSC verified under >> lsof -i. If so, follows is my kannel conf for group smsc maybe there is >> something i am missing >> >> group = smsc >> smsc = smpp >> smsc-id = conn1 >> allowed-smsc-id = conn1 >> host = xxx.xxx.xxx.xxx >> port = xxxx >> receive-port = xxxx >> smsc-username = XXXX >> smsc-password = XXXX >> system-type = 'VMA' >> interface-version = 34 >> msg-id-type = 0 >> transceiver-mode = 1 >> reconnect-delay = 20 >> enquire-link-interval = 30 >> >> >> >> >> >> >> >> >> >> On Mon, Oct 15, 2012 at 3:39 PM, Tapan Kumar Thapa < >> [email protected]> wrote: >> >>> Hello Eric, >>> >>> Kindly don't forget to add users mailing list in your future quires. >>> >>> No, If you are connected as transceiver=false than you will not be able >>> to receive sms. >>> >>> Can you cross check with your SMPP provider if they have allowed you to >>> bind as transmitter? >>> >>> Or If they have given you two sessions one as TX and second as RX than i >>> will suggest appropriate connection strings. >>> >>> Kindly check. >>> >>> Regards >>> Tapan Thapa >>> >>> On Mon, Oct 15, 2012 at 6:04 PM, Eric Beda <[email protected]>wrote: >>> >>>> Hi Tapan, >>>> Yes, I have tried that,,,, it works, and via lsof -i I notice there is >>>> only one connection to the SMSC, but in such a mode, will I he able to >>>> receive SMS's ?? >>>> >>>> Regards >>>> >>>> >>>> On Mon, Oct 15, 2012 at 3:29 PM, Tapan Kumar Thapa < >>>> [email protected]> wrote: >>>> >>>>> Hello, >>>>> >>>>> Have you tried binding as Transmitter only. >>>>> >>>>> transceiver-mode=false >>>>> >>>>> Regards >>>>> Tapan Thapa >>>>> >>>>> >>>>> On Mon, Oct 15, 2012 at 5:56 PM, Eric Beda <[email protected]>wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> I have come up with an unfortunate problem. I had a working kannel >>>>>> configuration with an operators SMSC, everything was working fine, then >>>>>> lately they say that I am connecting to there interface using two >>>>>> interfaces. They have now limited me to one, and my kannel logs receive >>>>>> an >>>>>> error >>>>>> >>>>>> SMSC rejected login to receive code 0x0000000d (bind failed) >>>>>> >>>>>> I have configured kannel as a transceiver via transceiver-mode=true. >>>>>> I have asked them to undue the interface limit whilst I re-configure my >>>>>> setup. >>>>>> >>>>>> I checked out the connections to my server via lsof -i .... I noticed >>>>>> is that bearerbox under transceiver-mode initiates two connections to >>>>>> SMSC, >>>>>> which I suspect the mobile operator treats as two interfaces. So my >>>>>> question is how do I get kannel to connect to SMSC via one TCP connection >>>>>> in transceiver mode >>>>>> >>>>>> Hope will get help >>>>>> >>>>>> Regards >>>>>> >>>>> >>>>> >>>> >>> >> >
