Warning 32114
WARNING - 32114
SIP: Unsupported parameter value
A URI parameter contains an unsupported value and will be ignored Twilio parses certain standard URI parameters, such as the "transport" parameter, as well as Twilio-specific parameters such as "secure".
Possible Causes
- If using the "secure" parameter, allowed values are "true" and "false". Any other value will be treated as "false" and trigger this warning.
Possible Solutions
- Check the other details of the debugger alert. The alert may indicate which parameter contains the unsupported value.
- Update your application/configuration to ensure a URI with appropriate parameters is sent.