80911: Call To Message Only Session Rejected
PROXY
WARNING
Twilio returns this warning when an inbound voice call reaches a Proxy Session whose mode is message-only. Proxy Sessions can use message-only, voice-only, or voice-and-message. A message-only session does not accept voice traffic, so Proxy rejects the call.
- Your application created the Session with
modeset tomessage-only. - An out-of-session callback created the Session in
message-onlymode, and a participant then placed a call to the Proxy number. - The Twilio phone number assigned to the Proxy workflow is still routing inbound voice traffic to Proxy through its voice configuration, even though the session is intended for messaging only.
- The Proxy number pool or workflow was set up for SMS use, but callers are also using the same number for voice.
- If participants need to call each other, create the Session with
modeset tovoice-and-messageorvoice-only. - If you auto-create Sessions from an out-of-session callback, return session data with a voice-capable
modewhen you expect calls. - If the workflow should stay SMS-only, update the Twilio phone number's voice configuration so inbound calls go to your own
voice_urlor voice application instead of Proxy. - Use Twilio phone numbers with the capabilities required for your workflow. If you need masked calls, make sure the numbers in your Proxy pool support inbound voice.