RE: Problems connecting to a new SMSC
"Jarrod Hermer" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <000101c36287$118f5920$2701a8c0@lonewolf> |
Attached are my bearerbox (kannel.conf) and smsbox (VodacomMGA1.conf) config files.
kannel.conf
(application/octet-stream, 1.1 KB)
group = core admin-port = 13000 smsbox-port = 13001 admin-password = xxx status-password = xxx #admin-deny-ip = "" admin-allow-ip = "*.*.*.*" #log-file = "/tmp/kannel.log" #log-level = 0 #box-deny-ip = "*.*.*.*" box-allow-ip = "*.*.*.*" unified-prefix = "+2782,082;+2772,072;+2783,083;+2773,073;+2784,084;+2774,074" access-log = "/tmp/access.log" store-file = "/tmp/kannel.store" #ssl-server-cert-file = "cert.pem" #ssl-server-key-file = "key.pem" #ssl-certkey-file = "mycertandprivkeyfile.pem" # SMSC CONNECTIONS include = "smscconfig" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13013 reply-couldnotfetch = "We apologise for the inconvenience" http-request-retry = 6480 http-queue-delay = 10 #global-sender = 27832995636 #sendsms-chars = "0123456789 +-" log-file = "/tmp/smsbox.log" log-level = 1 access-log = "/tmp/access.log" # SEND-SMS USERS group = sendsms-user username = xxx password = xxx # SERVICES group = sms-service keyword = default #catch-all = true omit-empty = true #Time formatted as "YYYY-MM-DD HH:MM", e.g., "1999-09-21 14:18" get-url = http://localhost/kannel_mo.aspx?sender=%p&text=%a&time=%t&operator=%P&smsc=%i
VodacomMGA1.conf
(application/octet-stream, 988 B)
group = smsc smsc = smpp smsc-id = MY_OPERATOR_SMSC host = 196.xx.xxx.xx port = 1060 receive-port = 1060 transceiver-mode = false interface-version = 34 smsc-username = "xxx" smsc-password = "xxx" system-type = "xxx" #service-type = "" alt-charset = 1 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 #connect-allow-ip = 127.0.0.1 log-file = "/tmp/smsc_vodacom_mga1.log" log-level = 1 allowed-smsc-id = MY_OPERATOR_SMSC unified-prefix = "+2782,082;+2772,072" group = smsc smsc = smpp smsc-id = ANOTHER_OPERATOR_SMSC host = 196.xx.xxx.xx port = 1060 receive-port = 1060 transceiver-mode = false interface-version = 34 smsc-username = "xxx" smsc-password = "xxx" system-type = "xxx" #service-type = "" alt-charset = 1 source-addr-ton = 1 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 #connect-allow-ip = 127.0.0.1 log-file = "/tmp/smsc_vodacom_mga1.log" log-level = 1 allowed-smsc-id = ANOTHER_OPERATOR_SMSC unified-prefix = "+2782,082;+2772,072"