Hi Vapi Support Team,
I'm experiencing an issue with my BYO SIP Trunk integration where the SIP REGISTER request is sent with an incorrect FROM and To header.
My Credential ID: 87eaf4da-cd93-48a3-bd03-54557baa7a14
The SIP REGISTER is currently sent with:
From:
;tag=9ytacZU2H8cHB
To:
However, my SIP provider Placetel (Germany) requires the FROM and To header to be in this format:
From:
To:
I have configured the sipRegisterPlan as follows:
- domain: fpbx.de
- username: 777z9aywjl
- realm: fpbx.de
- publicIpInContactEnabled: false
Despite this configuration, Vapi ignores the domain and uses its own internal SIP domain (sip.vapi.ai) in the FROM/To headers instead of fpbx.de. This causes the registration to fail on Placetel's side.
Placetel support has confirmed that the REGISTER requests are reaching their system, but are rejected because the FROM header is incorrect.
Could you please fix the sipRegisterPlan so that the domain field is correctly used in the FROM and To headers of the SIP REGISTER request?
Thank you!