How to allow kannel to receive connections
Хиль Эдуард <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <[email protected]> |
hi there! It is possible to _receive_ connections from SMS providers by kannel? I have kannel v1.4.4 and in config i have some block: group=smsc smsc=smpp transceiver-mode=false smsc-id=SMPP_ZAPVMA_R host=192.168.50.37 port=0 receive-port=9081 smsc-username=SMPP_ZAPVMA_R smsc-password=architech system-type=SMPP by this config, i expect that kannel will _receive_ connection from 192.168.50.37 (SMS provider) to kannel address (192.168.49.24) and port 9081 - is this correct? All that i see in my logs: ... 2019-01-28 14:45:08 [7515] [6] ERROR: connect to <192.168.50.37> failed 2019-01-28 14:45:08 [7515] [6] ERROR: System error 111: Connection refused 2019-01-28 14:45:08 [7515] [6] ERROR: error connecting to server `192.168.50.37' at port `9081' 2019-01-28 14:45:08 [7515] [6] ERROR: SMPP[SMPP_ZAPVMA_R]: Couldn't connect to server. 2019-01-28 14:45:08 [7515] [6] ERROR: SMPP[SMPP_ZAPVMA_R]: Couldn't connect to SMS center (retrying in 10 seconds). ... The kannel try to connect to 192.168.50.37 port 9081 , but that's not what i want. It is possible to resolve this task? -- Best regards, Me.