━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📋 Voice Module - Twilio Mode ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔧 Configuration: Port: 8080 Base URL: https://voice.workfactory.es Recording Directory: ./recordings 📞 Endpoints: POST /webhook/incoming-call - Twilio incoming call webhook POST /twiml/incoming-call - TwiML generation WS /ws/media-stream - Media Stream WebSocket POST /webhook/call-status - Call status updates GET /api/sessions/{id} - Get session info POST /api/calls/{id}/end - End a call by session ID POST /api/calls/by-callsid/{callSid}/end - End a call by callSid POST /api/greetings/refresh/{propertyID} - Refresh all greetings POST /api/greetings/refresh/{propertyID}/{period} - Refresh single greeting GET /health - Health check GET /metrics - Prometheus metrics GET / - This info 📝 Configure Twilio: Voice Webhook URL: https://voice.workfactory.es/webhook/incoming-call Status Callback URL: https://voice.workfactory.es/webhook/call-status ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━