How to remove the Remote-Party-ID: “Outbound Call” header from the OK message being sent in response to a call getting answered, the “Outbound Call” is appearing on the phones and i would like to just show the caller number.
this is for direct user to user calls using the bridge command
tried in the sip profile to set <param name="caller-id-type" value="none"/> but did nothing.
tried <action application="set" data="sip_cid_type=none"/> and did nothing.
also tried <action application="export" data="sip_cid_type=none"/> and did nothing.
ok so it works if i bridge without using user alias, so instead of doing this: <action application="bridge" data="user/${destination_number}@${domain_name}"/>
i bridge through sofia: <action application="bridge" data="sofia/internal/${destination_number}%${domain_name}" />
and in my sip profile i added this: <param name="caller-id-type" value="none"/>
and now the Remote-Party-ID header is no longer added. for those who would like to user P-Asserted family header, i tested the same with : <param name="caller-id-type" value="pid"/> and the p-asserted-identity header was added to the outgoing invite