# Project 3 [WIP]: Lenny Troll (phone anti-scammer bot)

Sources:
1) [https://lennytroll.com/](https://lennytroll.com/)
3) DIY guide highly recommends [U.S. Robotics USR5637](https://www.amazon.com/Robotics-USR5637-Controller-Dial-Up-External/dp/B0013FDLM0) USB Modem 
- Modem Requirements:  
   * On-board harware controlled modem, "softmodems"/winmodems not supported.
   * Must have voice capability (TAD/TAM capability)
   * Another modem option: [StarTech USB56KEMH2 USB Modem](https://www.startech.com/en-us/networking-io/usb56kemh2), uses [Conexant CX93010-21Z chipset](https://www.datasheets360.com/pdf/-7325806517416358761) (not verified).
   
   
 ##### Check out USB info before installing lenny:
 - Is the USB modem a serial device (eg, `/dev/ttyUSB0` or `/dev/ttyAMC0`)? Should "just work" with Linux.
 - [Sending AT commands to serial modem in linux](https://www.thegeekstuff.com/2013/05/modem-at-command/) (test that the modem works before installing Lenny)
 - `lenny_service.txt` (systemd service file) will have to be edited to point to the correct directory housing Lenny Troll.