Yeah, I’ve seen that happen. Even though SIP heade...
# general-english
s
Yeah, I’ve seen that happen. Even though SIP header names are supposed to be case-insensitive, some integrations or middle layers can still choke if the casing doesn’t match exactly what they expect. Usually it comes down to how the downstream system is parsing the headers, not Vapi itself. Worth checking if the receiving platform normalizes or enforces a specific format.
2 Views