Hello all, I am trying to connect to an SMSC using SMPP 3.4. I am receiving the following error:
[7] ERROR: connect failed 2009-11-19 11:30:28 [2889] [7] ERROR: System error 22: Invalid argument 2009-11-19 11:30:28 [2889] [7] ERROR: error connecting to server `IP_ADDRESS' at port `3717' 2009-11-19 11:30:28 [2889] [7] ERROR: SMPP[voila]: Couldn't connect to server. 2009-11-19 11:30:28 [2889] [7] ERROR: SMPP[voila]: Couldn't connect to SMS center (retrying in 10 seconds). Here is my config for the SMSC: group = smsc smsc = smpp host = IP_ADDRESS smsc-id = AN_ID allowed-smsc-id = AN_ID port = 3717 #receive-port = our-host = MY_HOST_NAME smsc-username = USERNAME smsc-password = PASSWORD system-type = transceiver-mode = true #service-type = interface-version = 34 #address-range = my-number = 7464 source-addr-ton = 1 dest-addr-ton = 1 #bind-addr-ton = 1 source-addr-npi = 1 dest-addr-npi = 1 #bind-addr-npi = 1 source-addr-autodetect = false #alt-charset = log-file = "/var/log/kannel/voila.log" log-level = 1 Please help! Stéphane
