Problem with sms-utils and H5
- This topic has 1 reply, 2 voices, and was last updated 12 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › MultiConnect OCG › Problem with sms-utils and H5
I followed the instructions for setting up sms-utils on the website and I am receiving the following error:
# sms list all
[ERROR] atcmd.c:sms_atcmd_init:1179: message storage location ME is not a choice
The .smsconfig I am using is as follows:
user:
name: User Name
email: user@gmail.com
core:
verbose: false
interactive: true
sms-init: true
baud-rate: 230400
read-timeout: 5000
device: /dev/modem_at0
#device: /dev/ttyS1
#device: /dev/ttyUSB3
#device: /dev/rfcomm0
msg-store-read: ME
msg-store-send: ME
msg-store-new: ME
pb-store: ME
editor: nano
edit-file: “${HOME}/.smsmsg”
smtp:
server: smtp.gmail.com
port: 587
user: user@gmail.com
passwd: passwd
encryption: tls
send-email:
domain: txt.att.net
Any ideas? Also is it recommended I use modem_at0 or something else for device? modem_at1?
Cheers,
Phil
Store location “ME” is the default, but doesn’t work for all radios. For the H5, try changing the “ME” locations to “SM”.
Regarding the port, you can use either — if you want a ppp link up at the same time, then you just have to make sure you’re not using the same port for both purposes.