Hello,

I'm quite news with Kannel and need some help to make it running. Here is the
description of the issue :
I install all lib and package on a Debian Sarge Linux machine. This machine have
apache2 daemon launch on standard port (eg 80). My configuration for kannel is
as following, but when I tried to have acces to Kannel http admin or sendsms,
the connection is refused. Is there is something to do with the apache
configuration ?  or is Kannel is a standalone http server ? My local network is
192.168.1.*.

Thanks for your help.


# THIS IS A SAMPLE CONFIGURATION FOR KANNEL
#
# For any modifications to this file, see Kannel User Guide
# If that does not help, send email to [email protected]

# Modification  : 15/02/05
# Auteur        : CHN


group = core
admin-port = 13000
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = "*.*.*.*"
log-file = "/tmp/kannel.log"
log-level = 0
access-log = "/tmp/access.log"
#http-proxy-host = "127.0.0.1"
#http-proxy-port = 8080
#http-proxy-exceptions = "127.0.0.1"
#http-proxy-username = "user"
#http-proxy-password = "password"
#ssl-certkey-file = "mycertandprivkeyfile.pem"

# Smsbox related
smsbox-port = 13001
#box-deny-ip = "*.*.*.*"
#box-allow-ip = "127.0.0.1;192.168.1.*"
unified-prefix = "00336,0"
#white-list = "http://127.0.0.1/white-list.txt";
#black-list = "http://127.0.0.1/black-list.txt";
store-file = "kannel.store"




# SMSC GSM
group = smsc
smsc = at
#modemtype = wavecom | premicell | siemens | siemens-tc35 | falcom | nokiaphone
| ericsson
modemtype = auto
device = /dev/ttyS1
#pin = 0000
#validityperiod = 167


# SMSC Fake
#group = smsc
#smsc = fake
#host =
#port =
#connect-allow-ip =


# SMSC HTTP
#group = smsc
#smsc = http
#system-type = kannel
#send-url =
#port =
#connect-allow-ip =
#username =
#password =


# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
sendsms-chars = "0123456789 +-"
#global-sender = 12345
log-file = "/tmp/smsbox.log"
log-level = 0
access-log = "/tmp/access.log"
#white-list =
#black-list =
#reply-couldnotfetch =
#reply-couldnotrepresent =
#reply-requestfailed =
#reply-emptymessage =


# SEND-SMS USERS

group = sendsms-user
username = tester
password = foobar
#user-deny-ip = ""
#user-allow-ip = ""

# this sender is for Kannel relay testing (http_smsc)

group = sendsms-user
username = kannel
password = rL4y
user-deny-ip = ""
user-allow-ip = "127.0.0.1;192.168.1.*"
#name = service_kannel
#forced-smsc = ID
#default-smsc = ID
#faked-sended =
#max-messages = 1
#concatenation = 1
#split-chars =
#split-suffix =
#omit-empty =
#header =
#footer =
#allowed-prefix =
#denied-prefix =
#white-list =
#black-list =



# SMS SERVICES

# SMS SERVICE GET-URL EXAMPLE
group = sms-service
keyword = relay
get-url = "http://localhost/service?phone=%p&text=%r&binary=%b&smsc=$i&time=%t



# SMS SERVICE Default
# there should be default always
group = sms-service
keyword = default
text = "No service specified"


Reply via email to