jookies / jasmin

Jasmin - Open source SMS gateway
http://jasminsms.com
Other
991 stars 540 forks source link

InterceptorPB not connected #1116

Open DavyVanElst opened 1 year ago

DavyVanElst commented 1 year ago

Hi, I'm using an interceptor script on the Jasmin sms gateway docker and if I restart the docker then I always get the error 'InterceptorPB not connected' when trying to send a message. After some googling, I've found that this is because the /tmp/interceptord.lock is not deleted when stopping the container. I have found a post that had a workaround for this: https://groups.google.com/g/jasmin-sms-gateway/c/sQirNiWv3M0/m/F5UdJV7nAQAJ Is there a way that this workaround can be implemented in a future version of the docker image or do I need to make my own Dockerfile based on the existing one in which I overwrite the docker-entrypoint.sh?

Best regards, Davy Van Elst