Problem with sms-utils and H5

Home Forums MultiConnect OCG Problem with sms-utils and H5

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2971
    Philip Lombardi
    Participant

    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

    #4570
    Jesse Gilles
    Blocked

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.