Hey! SIP headers are limited to simple key–value s...
# general-english
d
Hey! SIP headers are limited to simple key–value strings, so you can’t pass nested objects directly. The usual workaround is to serialize the object (JSON → string) or pass an ID/reference in the header and fetch the full object downstream. If you want, I can help you design the cleanest approach for VAPI @sekdavara
2 Views