Versions Compared

Key

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

...

 

...

When the

...

Spacevars

...

0

...

Back to Table of Contents

Back to IP Multimedia Subsystem (IMS)

Back to SBC as P-CSCF

Back to SIP Path and Service-Route Header Support

product
 receives When the SBC 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, SBC creates 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 SBC receives

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.

...

  • Create Path Header – When enabled, SBC inserts 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, SBC stores 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> 

...

  • Path Header Transparency Flag – When enabled, SBC transparently 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