Advertisement
badlogic

new sms3 cinfig

May 24th, 2022
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. # Example smsd.conf. Read the manual for a description
  2.  
  3. devices = SMART, GLOBE, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT
  4. logfile = /var/log/smsd.log
  5. loglevel = 6
  6. outgoing = /var/spool/sms/outgoing
  7. checked = /var/spool/sms/checked
  8. failed = /var/spool/sms/failed
  9. incoming = /var/spool/sms/incoming
  10. sent = /var/spool/sms/sent
  11.  
  12. autosplit = 3
  13.  
  14. [queues]
  15. SMART = /var/spool/sms/smart
  16. GLOBE = /var/spool/sms/globe
  17. THREE = /var/spool/sms/three
  18. FOUR = /var/spool/sms/four
  19. FIVE = /var/spool/sms/five
  20. SIX = /var/spool/sms/six
  21. SEVEN = /var/spool/sms/seven
  22. EIGHT = /var/spool/sms/eight
  23.  
  24. [providers]
  25. SMART = 0000
  26. GLOBE = 1111
  27. THREE = s
  28. FOUR = 63942,63943,63944,63946,63947,63969,63970,63971,63972,63974,63980,63981,63982,63985,63921,63995
  29. FIVE = 63952,63957,63958,63959,63960,63961,63962,63963,63968,63989,63992,63993,63998,63999,63919,63920,63922,63923,63924,63925,63928,63929,63930,63931,63932,63933,63948,63949,63950,63951
  30. SIX = 2222
  31. SEVEN = 63900,63907,63908,63909,63910,63911,63912,63913,63914,63918,63934,63938,63939,63940,63941
  32. EIGHT = 63983,63984,63986,63987,63988,63990,63991,63994,63996,63997,63966,63967,63926,63901,63902,63903,63904,63905,63906,63915,63916,63917,63976,63977,63978,63979, 63927,63935,63936,63937,63945,63953,63954,63955,63956,63975,63973,63964,63965
  33.  
  34. [SMART]
  35. device = /dev/ttyUSB2
  36. baudrate = 115200
  37. incoming = yes
  38. report = yes
  39. queues = SMART
  40. #pin = 1111
  41.  
  42. [GLOBE]
  43. device = /dev/ttyUSB0
  44. baudrate = 115200
  45. incoming = yes
  46. report = yes
  47. queues = GLOBE
  48. #pin = 1111
  49.  
  50. [THREE]
  51. device = /dev/ttyUSB3
  52. baudrate = 115200
  53. incoming = yes
  54. report = yes
  55. queues = THREE
  56. #pin = 1111
  57.  
  58. [FOUR]
  59. device = /dev/ttyUSB4
  60. baudrate = 115200
  61. incoming = yes
  62. report = yes
  63. queues = FOUR
  64. #pin = 1111
  65.  
  66. [FIVE]
  67. device = /dev/ttyUSB5
  68. baudrate = 115200
  69. incoming = yes
  70. report = yes
  71. queues = FIVE
  72. #pin = 1111
  73.  
  74. [SIX]
  75. device = /dev/ttyUSB6
  76. baudrate = 115200
  77. incoming = yes
  78. report = yes
  79. queues = SIX
  80. #pin = 1111
  81.  
  82. [SEVEN]
  83. device = /dev/ttyUSB7
  84. baudrate = 115200
  85. incoming = yes
  86. report = yes
  87. queues = SEVEN
  88. pin = 1111
  89.  
  90. [EIGHT]
  91. device = /dev/ttyUSB8
  92. baudrate = 115200
  93. incoming = yes
  94. report = yes
  95. queues = EIGHT
  96. #pin = 1111
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement