80905: Unknown Scenario
PROXY
WARNING
This warning appears when Twilio Proxy receives an inbound call or message on a Proxy number, but cannot route the interaction through a valid Session. Proxy handles masked communications through Sessions that map two Participants. If the inbound traffic arrives for a closed or non-existent Session, configure out_of_session_callback_url to return valid TwiML or valid auto-create session JSON so Proxy can continue handling the interaction.
- The inbound caller or sender is not a Participant in an open Session for the Proxy number that received the interaction.
- The matching Session has already closed, expired because of
ttlordateExpiry, or was deleted. - The Proxy Service does not have
out_of_session_callback_urlconfigured, so inbound traffic for a closed or non-existent Session has no fallback handling path. - The
out_of_session_callback_urlresponse is not valid TwiML withContent-Type: application/xmlor valid auto-create session JSON withContent-Type: application/json. - The Session or Participant configuration does not match the expected
identifierandproxyIdentifierpairing for the inbound interaction.
- Confirm that the inbound call or message is reaching the correct Proxy Service and a Proxy number assigned to that Service.
- Verify that the caller or sender is a Participant in an open Session for that Proxy number.
- If the original Session has closed or expired, create a new Session for the participants before expecting Proxy to forward additional calls or messages.
- Configure
out_of_session_callback_urlon the Service if you need to handle inbound traffic that arrives after a Session closes or when no Session exists. - Make sure your out-of-session webhook returns valid TwiML for voice or messaging, or valid auto-create session JSON if you want Proxy to create a new Session automatically.
- Review your Session
ttl,dateExpiry, Participantidentifier, andproxyIdentifiervalues so the Session stays active for the expected duration and the inbound interaction can be matched correctly.