gsmdevices.5
上传用户:eo_sii
上传日期:2007-01-05
资源大小:91k
文件大小:1k
- .TH GSMDEVICES 5 "Project SMSLink" "Les Ateliers du Heron" " -*- nroff -*-
- .SH NAME
- gsmdevices - GSM devices description file
- .SH DESCRIPTION
- .B gsmdevices
- is an ASCII file which contains an entry for each GSM device attached
- to the system, for use by the SMS gateway server process.
- .PP
- There is one entry per line, and each line has the format:
- .sp
- .RS
- dev:pin:puk:addr:defsca:provider
- .RE
- .sp
- Lines beginning with '#' are treated as comments and ignored. Empty
- lines are allowed and ignored. Invalid entries are silently ignored.
- .sp
- The field descriptions are:
- .sp
- .RS
- .TP 1.0in
- .I dev
- the Unix device name for the module (without the /dev/ part). Usually
- a serial port
- .RB "(" /dev/cuax ")"
- or a more meaningfull softlink to it
- .RB "(" /dev/gsm ")."
- .TP
- .I pin
- the PIN code for the SIM card installed in that module (4 digits)
- .TP
- .I puk
- the PUK code for the SIM card installed in that module (8 digits)
- .TP
- .I addr
- the Caller ID (i.e. phone number) allocated to the SIM card installed
- in that module
- .TP
- .I defsca
- default Service Center Address (or SMSC) - usually that of the provider
- network (check with him).
- .TP
- .I provider
- GSM network provider name
- .RE
- .SH FILES
- .B /etc/gsmdevices
- .SH SEE ALSO
- .BR sms_serv "(1), " sendsms "(1), " gsmaccess "(5)"