In this section:
Use the SIP Filter Profile to associate one ore more SIP headers with the profile to control header parsing for a particular trunk group. Depending on the filter settings of each of the SIP headers in the SIP Filter Profile, the SBC either relays the SIP messages without parsing the header, or parses the message headers.
For every SIP message associated with the ingress leg of the call, the SBC first checks the SIP Filter Profile for the filter setting of the SIP header. If the SIP Filter Profile indicates that a particular SIP header needs filtering, the SBC stores it without parsing.
The SIP header of the egress leg is populated on the basis of the configuration in the IP Signaling Profile and the Transparency Profile. In the egress leg of a call, the transparency bit mask is set to identify the headers that are transparently passed. If the transparency settings of all unknown headers in the IP Signaling Profile is enabled, all the stored headers (including the ones filtered in the ingress leg), is copied to the SIP header of the egress leg.
If the Transparency Profile attached with the Egress Trunk Group indicates that specific headers are allowed to pass transparently, and those headers are present as filtered headers, they are individually copied to the SIP header of the egress leg. In this case, the transparency bits are enabled, either by the IP Signaling Profile or through the flexible header transparency. For more information on the SIP Filter Profile, Transparency Profile and SIP header transparency, refer to Transparency Profile and SBC SIP Transparency Implementation Guide respectively.
Use following CLI syntax to configure a SIP Filter Profile.
% set profiles signaling sipFilterProfile <sipFilterProfileName> header <disabled | enabled>
To attach a SIP Filter Profile to a trunk group, use the following CLI syntax. For additional details, refer to SIP Trunk Group - Signaling - CLI.
% set addressContext <addressContextName> zone <zoneName> sipTrunkGroup <sipTrunkGroupName> signaling sipFilterProfile <sipFilterProfileName>