Hello.
I installed Kannel.on Debian.
apt-get install kannel
I'm configure:
group = core
admin-port = 13000
admin-password = test
#admin-deny-ip = "*.*.*.*"
admin-allow-ip = "*.*.*.*""
It's OK. Running !. http://server:13000 wrote:
Kannel bearerbox version `1.4.1'. Build `Oct 17 2006 02:55:06', compiler
`4.1.2 20061007 (prerelease) (Debian 4.1.1-16)'. System Linux, release
2.6.8-3-686, version #1 Thu Feb 9 07:39:48 UTC 2006, machine i686.
Good !! :-)
I am trying to create a "send-sms".
group = smsbox
bearerbox-host = 127.0.0.1
sendsms-port = 13013
global-sender = 123
log-file = "/tmp/smsbox.log"
/etc/init.d/kannel restart (or start + stop)
ns1:/etc/kannel# telnet localhost 13013
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
For 2 days I try.
Mickael.