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.

20 lines
375 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. [GSM1]
  13. init = AT+CPMS="ME","ME","ME"
  14. device = /dev/ttyUSB0
  15. incoming = yes
  16. pin = 0000
  17. baudrate = 9600