I think to achieve this you're going to need to remove the association between the assistant and the phone number, and instead associate a server URL. This endpoint will then receive an "assistant-request" from Vapi with the phone number in the request body when the phone number receives an incoming call. From there you can use your persistent assistant JSON as a template, add the required info to the system prompt, and then respond to the assistant-request with the transient assistant JSON.