#!/bin/bash set -e echo "Starting SIP Voice Notifier..." # Load config from options.json if [ -f /data/options.json ]; then echo "Config file found" else echo "Warning: No config file found at /data/options.json" fi # Start the Flask service exec python3 /app/sip_service.py