Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
Transparency_Profile_Note
Transparency_Profile_Note

When the

Spacevars
0product
 receives a REGISTER request from the SIP endpoint, it sends a policy request to the ERE (or centralized PSX) for the next-hop route to the SIP Registrar. Before forwarding the REGISTER request, the
Spacevars
0product
 creates a Path Header containing its own signaling IP address and port number and includes the Path Header in the outgoing REGISTER request. The reg-info parameter is added to the Path Header and used by the SBC to determine the next-hop direction of future INVITE requests.

When the

Spacevars
0product
 receives a 200-class response to a REGISTER request from the SIP Registrar, the SBC does not include the Path header when it sends the response to the SIP endpoint. SBC has the flexibility to transparently pass a single Path Header towards UE if no interworking is needed.

The following flags are associated with Path Header provisioning.

  • Create Path Header – When enabled, the

    Spacevars
    0product
     inserts Path Header on top of the received header or creates a new header in REGISTER request from a UE. (default is ‘disable’).

    Code Block
    languagenone
    % set profiles signaling ipSignalingProfile <profile name> commonIpAttributes flags createPathHeader <enable|disable> 
  • Store Path Header – When enabled, the

    Spacevars
    0product
     stores Path Headers received in a REGISTER request. (default is ‘disable’).

    Code Block
    % set profiles signaling ipSignalingProfile <profile name> commonIpAttributes flags storePathHeader <enable|disable> 
  • Add Path/Service Route Flag—When enabled, two Path/Service-Route Headers are added in REGISTER request from a UE. If disabled, only one Path/Service-Route Header is added (default is ‘disable’).
    This flag applies only if createPathHeader is enabled.

    Code Block
    % set profiles signaling ipSignalingProfile <profile> commonIpAttributes flags addPathServiceRoute <disable|enable> 
  • Path Header Transparency Flag – When enabled, the

    Spacevars
    0product
     transparently passes the received Path Headers. (default is ‘disable’).

    Code Block
    % set profiles signaling ipSignalingProfile <profile name> commonIpAttributes transparencyFlags pathHeader <enable|disable> 

Pagebreak