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 200-class response to a REGISTER request from the SIP Registrar, it stores the received Service-Route header value but does not include a Service-Route header when sending the response to the SIP endpoint. SIP INVITE requests from the SIP Registrar include a reg-info parameter in the Request-URI. SBC checks The
Spacevars
0product
 checks for the presence of the reg-info parameter when processing INVITE Request-URIs. Support for the reg-info parameter is needed to determine the direction of a call when using hop-by-hop routing.

When SBC receives the

Spacevars
0product
 receives an INVITE request not containing a reg-info parameter in the Request-URI, it determines that the request was sent by a SIP endpoint. The SBC converts
Spacevars
0product
 converts the Service-Route header saved from the 200-class response to the REGISTER request for the SIP endpoint into a Route header and includes the Route header in the outgoing INVITE request to the SIP Registrar.

When the SBC receives

Spacevars
0product
 receives an INVITE request containing a reg-info parameter in the Request-URI, it determines that the request was sent by the SIP Registrar. The SBC does
Spacevars
0product
 does not include the Route header in the outgoing INVITE request to the SIP endpoint.

...

  • Create Service Route Header—If enabled, SBC creates the

    Spacevars
    0product
     creates a Service-Route header in outgoing SIP messages. If “Add Service Route Per TG” is also enabled, SBC pushes the
    Spacevars
    0product
     pushes two Service Route headers before forwarding a 200 - class response to REGISTER. The first Service Route header contains ingress SIP signaling address and trunk group information; the second Service Route header contains egress SIP signaling address and trunk group information (default is ‘disable’).

    Code Block
    % set profiles signaling ipSignalingProfile <profile> commonIpAttributes flags createServiceRouteHeader <disable | enable>
  • Store Service Route Header—Controls whether a SBC stores

    Spacevars
    0product
     stores/caches locally the Service-Route headers received in a 200-class response to a REGISTER request (default is ‘disable’).

    Code Block
    % set profiles signaling ipSignalingProfile <profile> commonIpAttributes flags storeServiceRouteHeader <disable | enable> 
  • Service Route Header Transparency Flag—If set, SBC transparently the

    Spacevars
    0product
     transparently passes the received Service Route headers (default is ‘disable’).

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

...