📡 TeleCall Proxy Service

Cloud Run proxy service replacing Caddy for SMS API forwarding.

Service Status: Active

All /api/* requests are forwarded to sms-mia.telecall.com:8002

📊 View Performance Dashboard

📋 Supported SMS Commands:

SUBMIT Command (Send SMS):
{
  "username": "user_api_username_from_db",
  "password": "user_api_password_from_db", 
  "ani": "35196544421",
  "dnis": "+1234567890",
  "message": "Your SMS message text",
  "registeredDelivery": "1",
  "command": "submit"
}
QUERY Command (Check Status):
{
  "username": "user_api_username_from_db",
  "password": "user_api_password_from_db",
  "message_id": "sms_1234567890_abc123",
  "command": "query"
}
✅ All commands are forwarded transparently to backend
✅ Exact responses are returned to the requester
✅ Performance metrics are tracked for all requests