Hello,
I just installed Jasmin and i need a little help with interceptor.
I saw you can run python scripts to intercept the SMSes to do whatever you want with them. I'm trying to log the messages in MySQL and i use the script sms_logger.py (
https://github.com/jookies/jasmin/blob/master/misc/scripts/sms_logger.py), but when interceptor runs, i get the error "Executing script on routable (from:XXXXXX., to:XXXXXXXXX) returned: <class 'twisted.internet.error.ReactorAlreadyRunning'>). This error is saved on interceptor.log.
Can you help me with this issue, please?