@cbasf
Hello!
To capture custom SIP headers using VAPI, you'll need to configure your application to look for the specific headers you're interested in. This typically involves setting up a webhook endpoint that can receive the SIP INVITE request with the custom headers.
When VAPI receives a call, it will send a webhook event to your endpoint with the details of the incoming call, including any custom SIP headers. You'll need to parse the incoming webhook payload to extract the custom SIP header values you need.
If you're looking for a specific header like
x-header
, you would look for this header in the payload and handle it accordingly within your application logic.
If you need more detailed instructions or assistance with the configuration, please let me know, and I'll be happy to help further!