- Joined
- Mar 17, 2025
- Messages
- 5
- Reaction score
- 0
Hi everyone,
We're integrating a SIP Trunk from Voxbeam on our 3CX v20 (on-prem) system.
Voxbeam requires that we include a P-Asserted-Identity header in the SIP INVITE using +E164 format (e.g., P-Asserted-Identity: <sip:[email protected]>).
We tried modifying the trunk template and added these lines:
Unfortunately, 3CX v20 seems to ignore unknown or unsupported SIP headers, so these fields don't appear in the actual SIP INVITE.
Any help or suggestions would be hugely appreciated.
Thanks
Enes
We're integrating a SIP Trunk from Voxbeam on our 3CX v20 (on-prem) system.
Voxbeam requires that we include a P-Asserted-Identity header in the SIP INVITE using +E164 format (e.g., P-Asserted-Identity: <sip:[email protected]>).
We tried modifying the trunk template and added these lines:
<field name="ParameterOut" custom="" parameter="P-Asserted-IdentityUserPart">$OutboundCallerId</field>
<field name="ParameterOut" custom="" parameter="P-Asserted-IdentityHostPart">$GWHostPort</field>
Unfortunately, 3CX v20 seems to ignore unknown or unsupported SIP headers, so these fields don't appear in the actual SIP INVITE.
Questions:
- Is there any supported way to send P-Asserted-Identity in v20?
- Has anyone used Remote-Party-ID as a workaround?
- Or is the only real solution to go through an SBC (like Asterisk or Kamailio) to manipulate the SIP headers?
Any help or suggestions would be hugely appreciated.
Thanks
Enes

