The strange thing is that i do not see any activity in the logs - I am using
a sony ericson T637 cellphone that is connected via a usb data cable on
ttyUSB0.

i start Kannel and smsbox like:
 /usr/sbin/bearerbox -v 1 /etc/kannel/kannel.conf

 /usr/sbin/smsbox -v 1 /etc/kannel/kannel.conf

I get no errors and when I send a text via this command - I get no info in
the logs like i sent a text or i even connected.  I am missing something
simple - just do not know what it is-
 lynx -dump "http://localhost:13000/status?password=bar";

 lynx
http://192.168.2.22:13005/cgi-bin/sendsms?username=user&password=pass&to=9171112222&text=Hello+world


On Sun, Mar 20, 2011 at 11:14 AM, Joey L <[email protected]> wrote:

> I see to get it up and running - but it does not send out my sms text
> messeges...Can someone help ?
> I do not know how to put it in debug mode so i can step through the debug
> process??/ please help ???
>
> group = core
> admin-port = 13000
> admin-password = bar
> admin-deny-ip = "*.*.*.*"
> admin-allow-ip = "127.0.0.1"
> smsbox-port = 13003
> wapbox-port = 13002
> wdp-interface-name = "*"
> log-file = "/var/log/kannel/bearerbox.log"
> box-deny-ip = "*.*.*.*"
> box-allow-ip = "192.168.2.22"
>
> group = wapbox
> bearerbox-host = localhost
> log-file = "/var/log/kannel/wapbox.log"
>
> group = smsbox
> bearerbox-host = 192.168.2.22
> sendsms-port = 13005
> global-sender = "9171113333"
> log-file = "/var/log/kannel/smsbox.log"
> access-log = "/var/log/kannel/smsbox.access.log"
> log-level = 1
>
>
> group = sendsms-user
> username=mike
> password=joe
> concatenation = true
> max-messages = 10
>
>
> group = smsc
> smsc = at
> throughput=1
> modemtype = T630-T628
> device = /dev/ttyUSB0
> speed = 115200
> sim-buffering=yes
> keepalive=60
>
>
> # group = smsc
> # smsc = at
> # throughput=1
> # modemtype = auto
> # modemtype = T630-T628
> # speed = 115200
> # device = /dev/rfcomm0
> # device = /dev/ttyUSB0
> # speed = 9600
> # sim-buffering=true
> # keepalive=60
> # my-number = 19172398282
> # sms-center = +13123149810
> # flow-control = 1
>
>
> # group = modems
> # id = T630-T628
> # name = "T630-T628"
> # broken = true
> # detect-string = "T630-T628"
> # init-string = "AT+CNMI=2,3,2,0,0;+CMGF=0"
> # keepalive-cmd = "AT+CBC;+CSQ;+CMGF=0"
> # message-storage=ME
>
> group = modems
> id = T630-T628
> name = "T630-T628"
> broken = true
> init-string = "AT+CNMI=2,3,2,0,0;+CMGF=0"
> keepalive-cmd = "AT+CBC;+CSQ;+CMGF=0"
> message-storage=ME
>
>
> # SMS SERVICE Default
> # there should be default always
> group = sms-service
> keyword = default
> name = default
> text = "No service specified"
> concatenation = true
> max-messages = 5
>
>
>
>
>

Reply via email to