The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

rg-action - gnokii-smsd action that forwards messages

SYNOPSIS

  smsd -m file -u /path/to/rg-action ...

DESCRIPTION

This script is a gnokii-smsd action that forwards each received mesage to a given number.

MESSAGE FORMAT

  $password
  $originating_number
  $date_received
  $message_text

The first line is the password (from the configuration file), the second is the phone number of the sender, the third is the date when the message was received, and the fourth (and later) lines are the message text.

ENVIRONMENT

RGCONF

The basename of the configuration file. For example, if the configuration file is '/srv/rg/config.yml', RGCONF should be set to '/srv/rg/config'. Defaults to '/etc/rg'.

SEE ALSO

App::RemoteGnokii

AUTHOR

Marius Gavrilescu <marius@ieval.ro>

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Marius Gavrilescu

This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.