Hi

I´m newbie into Kannel.

So far I was unable to make it work. I need some help.

Let me start with what I have done so far.

1. connect my nokia n80 phone to my computer (ubuntu) where I have installed
kannel by using a usb cable
2. the screen reminds me of the connection method. I chose "pc suite". Then,
it shows I am connected.
3. in /dev/ directive, there is a new device called "ttyACM0"
4. I edit my configure file.
5. bearerbox -v 1 kannellend.conf
6. smsbox -v 1 kannellend.conf
7. go to browser 
http://localhost:13013/cgi-bin/sendsms?username=tester&password=foobar&from=4162090894&to=4162090894&text=Hello+world.
 
8. the browser came back with "3. message is queued for later delivery"

I wonder what I have done wrong. 

Below is my kannellend.conf file.  I really need some help.
Regards

----------------------------------------------------------------------------------------------------------------
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
status-password = foo
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "00358,0"


# SMSC CONNECTIONS

#GSM modem
#This driver allows a GSM Modem or Phone to be connected to Kannel and work
as a  virtual SMSC

group = smsc
smsc = at
modemtype = auto
device = /dev/ttyACM0
speed = 115200
#pin = 2345
connect-allow-ip = 127.0.0.1

# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
sendsms-chars = "0123456789 +-"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"


# SEND-SMS USERS

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


# SERVICES

group = sms-service
keyword = nop
text = "You asked nothing and I did it!"


# there should be default always

group = sms-service
keyword = default
text = "No service specified"
----------------------------------------------------------------------------------------------------------------

-- 
View this message in context: 
http://www.nabble.com/connect-phone-to-kannel-tf3917517.html#a11107832
Sent from the Kannel - User mailing list archive at Nabble.com.


Reply via email to