You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
470 B

  1. #
  2. # Description: Main configuration file for the smsd
  3. #
  4. devices = GSM1
  5. incoming = /var/spool/sms/incoming
  6. outgoing = /var/spool/sms/outgoing
  7. checked = /var/spool/sms/checked
  8. failed = /var/spool/sms/failed
  9. sent = /var/spool/sms/sent
  10. receive_before_send = no
  11. autosplit = 3
  12. logfile = 1
  13. loglevel = 5
  14. # Uncomment (and edit) this section to allow smsd to start:
  15. #
  16. #[GSM1]
  17. #init = AT+CPMS="ME","ME","ME"
  18. #device = /dev/ttyUSB0
  19. #incoming = yes
  20. #pin = 0000
  21. #baudrate = 115200