Albert
02/26/2025, 8:50 PMsip:PHONE_ID@sip.vapi.ai;external_reference_id={SOME ID}
. This phone number is configured to forward server events to my server.
Is there a way for my server event webhook to extract this query param?Shubham Bajaj
03/01/2025, 9:49 AMAlbert
03/13/2025, 10:15 PMdial.sip(f"sip:e53049e2-2274-4f40-9c55-3e8baf5bbb53@sip.vapi.ai;hello=testparam")
aren't visible in the call payload
```
"phoneNumber": {
"id": "4f0cd020-7153-4ee4-9c67-0ad63fb9bd83",
"orgId": "4e50594a-39b7-459e-89bf-7d722766e506",
"assistantId": null,
"number": null,
"createdAt": "2025-03-06T21:02:05.890Z",
"updatedAt": "2025-03-13T18:45:24.582Z",
"stripeSubscriptionId": null,
"twilioAccountSid": null,
"twilioAuthToken": null,
"stripeSubscriptionStatus": null,
"stripeSubscriptionCurrentPeriodStart": null,
"name": null,
"credentialId": null,
"serverUrl": null,
"serverUrlSecret": null,
"twilioOutgoingCallerId": null,
"sipUri": "sip:e53049e2-2274-4f40-9c55-3e8baf5bbb53@sip.vapi.ai",
"provider": "vapi",
"fallbackForwardingPhoneNumber": null,
"fallbackDestination": null,
"squadId": null,
"credentialIds": null,
"numberE164CheckEnabled": null,
"authentication": null,
"server": {
"url": "https://XXX.ngrok-free.app/vapi/server_event"
},
"useClusterSip": null,
"status": "active"
},
"customer": {
"name": "+{My number}",
"number": "+{My number}",
"sipUri": "sip:+{My number}@44.238.177.138:5060"
}
}Praveen
03/16/2025, 12:01 PM