gsgc(1)
NAME
gsgc - Alamin GSM SMS Gateway client
SYNOPSIS
gsgc [--version|--help] gsgc [--configfile config_file_name] [--debug|--nodebug] [--verbose|--noverbose] [--copyright|--nocopyright] [--port port_number] [--host host_name] [--syslog facility|--nosyslog] [--priority 1-9] [--smsc short_message_service_center_number] [--user username] [--password secret_password] [[--send dest_number[,more_dests]... message_content] ]
DESCRIPTION
- gsgc is the gateway client. It is used to send commands to
- the gateway, like send a message, query queue status, etc.
OPTIONS
- Arrayspecified in the "--defallowserv" option of the gateway.
--password <secret_password> - (default: anonymous) Password of the user. Password is
- not send clearly. A similar protocol to CHAP is used.
RETURN VALUE
0 OK. Command sucessfully completed.
1 Can't connect with server.
2 Protocol error.
3 Message can't be sent.
4 User/password not valid.
EXAMPLES
gsgc --send 123123123 "message text"
gsgc --send 123123123,321321321 "message text"
gsgc --smsc 987987987 --send 123123123 "message text"
- gsgc --user username --password secret --send 123123123
- "message text"
FILES
/etc/alamin/gsgc.conf, client config file.
SEE ALSO
- See also gsgc(1), gsgcmd(8), gsgmdd(8), gsgsmppin(8),
- gsgsmppout(8) and gsgdb2sms(8).
BUGS
- Send bugs to the author, please. I would like to keep the
- program without bugs.
LICENSE
Arrayranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.