Hi,

I am trying to use my Nokia Lumia 625 to send SMS using Kannel.

I followed the tutorial, and I am using the 'smskannel.conf' combined with the 'modems.conf' to get it work, but I need some help.

I am encountering difficulties, since I don't know what is the actual value of the variable 'device' in my configuration. So, when I start the bearerbox, it panics as expected. Below is a piece of my configuration file, and the output of bearerbox.

The /dev/ttyACM was just a guess, but it is not working. I tried the doing "grep tty /var/log/messages" from terminal but it seems I have no such file/folder.

I also tried "dmesg | grep tty" and it only gives "[ 0.000000] console [tty0] enabled".

# CORE

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
box-deny-ip = "*.*.*.*"


# SMSC CONNECTIONS


group = smsc
smsc = at
modemtype = auto
*device = /dev/ttyACM*
speed = 9600
sms-center = [HIDDEN :)]

BEARERBOX OUTPUT AFTER "bearerbox -v 1 /home/umberto/Documents/call_my_dog/kannel_conf/smsphone.conf"


2017-02-12 20:00:54 [5400] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2017-02-12 20:00:54 [5400] [0] WARNING: DLR: using default 'internal' for storage type.
2017-02-12 20:00:54 [5400] [0] INFO: DLR using storage type: internal
2017-02-12 20:00:54 [5400] [0] INFO: HTTP: Opening server at port 13000.
2017-02-12 20:00:54 [5400] [0] INFO: BOXC: 'smsbox-max-pending' not set, using default (100).
2017-02-12 20:00:54 [5400] [0] INFO: Set SMS resend frequency to 60 seconds.
2017-02-12 20:00:54 [5400] [0] INFO: SMS resend retry set to unlimited.
2017-02-12 20:00:54 [5400] [0] INFO: DLR rerouting for smsc id <(null)> disabled. 2017-02-12 20:00:54 [5400] [0] INFO: AT2[/dev/ttyACM]: configuration doesn't show modemtype. will autodetect 2017-02-12 20:00:54 [5400] [0] INFO: ----------------------------------------
2017-02-12 20:00:54 [5400] [6] INFO: AT2[/dev/ttyACM]: opening device
2017-02-12 20:00:54 [5400] [0] INFO: Kannel bearerbox II version 1.4.4 starting
2017-02-12 20:00:54 [5400] [6] ERROR: AT2[/dev/ttyACM]: open failed! ERRNO=2
2017-02-12 20:00:54 [5400] [6] ERROR: System error 2: No such file or directory 2017-02-12 20:00:54 [5400] [6] ERROR: AT2[/dev/ttyACM]: Couldn't connect (retrying in 10 seconds).

Reply via email to