Last I know I go by "Nikos" not "Guy". Besides you are missing the key ingredient - logs.

BR,
Nikos
----- Original Message ----- From: "MJH 2000" <[email protected]>
To: "Nikos Balkanas" <[email protected]>
Cc: <[email protected]>
Sent: Sunday, March 20, 2011 7:41 PM
Subject: Re: having an issue with my kannel setup..can someone help ??


Guy - appreciate your quick reply - I listed everything in the email below

This is how I initialize kennel - there r no errors ---

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


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

Any help appreciated ! If not explaining myself right - please provide example - thanks

Fat-fingered from my iPhone

On Mar 20, 2011, at 1:31 PM, "Nikos Balkanas" <[email protected]> wrote:

Hi,

We may be able to help you, but we are not psychic. Please detailed relevant to your problem logs. Additionally post your bearerbox initiailization sequence.

BR,
Nikos
----- Original Message ----- From: Joey L
To: [email protected]
Sent: Sunday, March 20, 2011 5:26 PM
Subject: Re: having an issue with my kannel setup..can someone help ??


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