13243: Dial->SIP: Invalid SIP URI
WARNING
This warning occurs when the value in the <Sip> noun is not formatted as a valid SIP URI. Provide a valid SIP URI that is fewer than 255 characters.
- The
<Sip>noun does not contain a valid SIP URI such assip:jack@example.com. - The SIP URI is longer than 255 characters.
- SIP URI parameters or custom headers were appended with invalid syntax, which makes the full SIP URI invalid.
- Update the
<Sip>value to a valid SIP URI such assip:jack@example.com. - Shorten the SIP URI so the full value stays under 255 characters.
- If you need to set transport, add it as a SIP URI parameter such as
sip:jack@example.com;transport=tcporsip:jack@example.com;transport=tls. - If you need to add custom headers, append them after
?and encode reserved characters as needed.