gsmdevices.5
上传用户:eo_sii
上传日期:2007-01-05
资源大小:91k
文件大小:1k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. .TH GSMDEVICES 5 "Project SMSLink" "Les Ateliers du Heron" " -*- nroff -*-
  2. .SH NAME
  3. gsmdevices - GSM devices description file
  4. .SH DESCRIPTION
  5. .B gsmdevices
  6. is an ASCII file which contains an entry for each GSM device attached
  7. to the system, for use by the SMS gateway server process.
  8. .PP
  9. There is one entry per line, and each line has the format:
  10. .sp
  11. .RS
  12. dev:pin:puk:addr:defsca:provider
  13. .RE
  14. .sp
  15. Lines beginning with '#' are treated as comments and ignored. Empty
  16. lines are allowed and ignored. Invalid entries are silently ignored.
  17. .sp
  18. The field descriptions are:
  19. .sp
  20. .RS
  21. .TP 1.0in
  22. .I dev
  23. the Unix device name for the module (without the /dev/ part). Usually
  24. a serial port
  25. .RB "(" /dev/cuax ")"
  26. or a more meaningfull softlink to it
  27. .RB "(" /dev/gsm ")."
  28. .TP
  29. .I pin
  30. the PIN code for the SIM card installed in that module (4 digits)
  31. .TP
  32. .I puk
  33. the PUK code for the SIM card installed in that module (8 digits)
  34. .TP
  35. .I addr
  36. the Caller ID (i.e. phone number) allocated to the SIM card installed
  37. in that module
  38. .TP
  39. .I defsca
  40. default Service Center Address (or SMSC) - usually that of the provider
  41. network (check with him).
  42. .TP
  43. .I provider
  44. GSM network provider name
  45. .RE
  46. .SH FILES
  47. .B /etc/gsmdevices
  48. .SH SEE ALSO
  49. .BR sms_serv "(1), " sendsms "(1), " gsmaccess "(5)"