Ok i think I just fixed my own problem, I was sening
to the wrong port, i can now see the message in the
kannel.store file.  I still am not getting anything
written to the log files, it displays the messages on
the console.

i am starting up the processes using the following
syntax

/usr/local/sbin/bearerbox  /etc/kannel.conf
/usr/local/sbin/wapbox ...

is there some parameter that i need to enable the
logging besides whats already in kannel.conf?

Thanks,

Mike


--- Mike Tomzack <[EMAIL PROTECTED]> wrote:

> Hello All,
> 
> I am just getting started with kannel and want to
> see
> if I can at least send an SMS message and get it to
> write it to the store file (kannel.store).  After I
> get that working I would like to send a PAP message
> and get it to write to the message store, then I
> would
> configure kannel to send the messages to an SMS
> gateway over HTTP.  
> 
> Right now, I am trying to send a simple text SMS
> using
> the following string: 
> 
>
http://localhost:13008/cgi-bin/sendsms?username=foo&password=bar&from=Test&text=Hello+World&to=123456
> 
> Basically it just hangs and I did validate that the
> webserver is listening on that port.  My kannel.conf
> is listed below, also it doesnt seem that I can get
> anything to log to the various log files, is this
> because I simply haven't done anything to trigger a
> logging event?  Any help would be greatly
> appreciated.
> 
> Thanks,
> 
> Mike
> ====
> kannel.conf
> 
> group = core
> admin-port = 13000
> wapbox-port = 13001
> smsbox-port = 13008
> admin-password = foo
> status-password = foo
> admin-deny-ip = "10.10.10.1"
> admin-allow-ip = "*.*.*.*"
> box-deny-ip = "10.10.10.1"
> box-allow-ip = "*.*.*.*"
> wdp-interface-name = "*"
> log-file = "kannelcore.log"
> log-level = 5
> access-log = "kannel.access"
> unified-prefix = "+358,00358,0;+,00"
> store-file = "kannel.store"
> 
> group = ppg
> ppg-url = /wappush
> ppg-port = 4445
> concurrent-pushes = 100
> users = 1024
> ppg-allow-ip = "*.*.*.*"
> trusted-pi = true
> 
> group = wapbox
> bearerbox-host = localhost
> log-file = "wapbox.log"
> log-level = 5
> 
> group = smsbox
> smsbox-id = dlrbox
> bearerbox-host = localhost
> sendsms-port = 13131
> sendsms-chars = "0123456789 "
> global-sender = 123456
> access-log = "kannel.access"
> log-file = "smsbox.log"
> log-level = 5
> 
> group = sendsms-user
> username = foo
> password = bar
> user-deny-ip = "10.1.1.1"
> user-allow-ip = "*.*.*.*"
> 
> group = smsc
> smsc = http
> smsc-id = HTTP
> port = 10000
> system-type = kannel
> smsc-username = foo
> smsc-password = bar
> no-sender = true
> no-coding = true
> send-url = http://host:port/path
> 
> 
> 
> 
> 
> 
> 
> 
>  
>
____________________________________________________________________________________
> Yahoo! Music Unlimited
> Access over 1 million songs.
> http://music.yahoo.com/unlimited
> 
> 



 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

Reply via email to