Hello List! I'm new in Kannel, and I need some help. I'm trying to develop an EMI-CUP client in java and I want to test it, so I want to use Kannel for EMI-UCP server. How can I do it? What do I have to write in the kannel.conf?
Now I'm trying with the following conf file: group = core admin-port = 13000 admin-password = bar admin-deny-ip = "*.*.*.*" admin-allow-ip = "" wapbox-port = 13002 wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" group = smsbox smsbox-port = 7000 group = wapbox bearerbox-host = localhost log-file = "/var/log/kannel/wapbox.log" group = smsc smsc = emi host = 103.102.101.100 port = 6000 smsc-username = foo smsc-password = bar keepalive = 55 log-file = "/var/log/kannel/smsc.log" our-port = 600 receive-port = 700 idle-timeout = 30 device = /dev/tty0 smsc-username = foo smsc-password = bar but with this configurations I can't see any UCP server on my computer. thanks for any help, Tom
