You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Note:

JIP handling is only supported when using an external PSX in the network.

The SBC supports sending Jurisdiction Information Parameter (JIP) information in SIP-SIP, SIP-SIP-I and SIP-I to SIP scenarios. A JIP value indicates the geographic location of the originating caller or switch. 

SIP JIP profiles are assigned to ingress and egress SIP trunk groups to determine what parameter to extract the SIP JIP value from in an incoming SIP INVITE message and in what parameter to place the JIP value in the outgoing message when sipJurisdictionSupport is enabled on the trunk group. The SBC can take the JIP value from or place it in the following parameters:

  • rn parameter in the PAID header
  • jip parameter in the PAID header
  • rn parameter in the From header
  • jip parameter in the P-DCS-Billing-Info header

Use the following command to view the SIP JIP Profile configuration details.

Command Syntax

 

> show table profiles services sipJipProfile <profile name> 

Command Parameters

SIP JIP Profile Parameters

ParameterDescription
nameThe name of the SIP JIP Profile.
useJipFromPAIrn

If set to enabled, the

Unable to show "metadata-from": No such page "_space_variables"
extracts JIP information from "rn" parameter in PAI header of INVITE message.

useJipFromPAIjip

If set to enabled, the  

Unable to show "metadata-from": No such page "_space_variables"
extracts JIP information from "jip" parameter in PAI header of INVITE message.

useJipFromFROM

If set to enabled, the  

Unable to show "metadata-from": No such page "_space_variables"
extracts JIP information from "rn" parameter in FROM header of INVITE message. 

useJipFromPDCS

If set to enabled, the  

Unable to show "metadata-from": No such page "_space_variables"
extracts JIP information from "jip" parameter in PDCS header of INVITE message. 

sendJipIn

Displays the header/parameter option to send JIP in INVITE message:

  • rnPAI (default) – The
    Unable to show "metadata-from": No such page "_space_variables"
    sends the JIP value in rn parameter in PAI header.
  • jipPAI – The
    Unable to show "metadata-from": No such page "_space_variables"
    sends the JIP value in jip parameter in PAI header.
  • rnFROM – The
    Unable to show "metadata-from": No such page "_space_variables"
    sends the JIP value in rn parameter in FROM header.
  • jipPDCS – The
    Unable to show "metadata-from": No such page "_space_variables"
    sends the JIP value in jip parameter in PDCS-Billing-Info header.
jipParameterAs

The parameter format to use when sending JIP information.

  • uriParam – P-Asserted-Identity: <sip:+12817267815@198.229.181.6:5060; transport=udp; user=phone;rn=+1123456>
  • userInfo (default) – P-Asserted-Identity: <sip:+12817267815;rn=+1123456@198.229.181.6:5060; transport=udp; user=phone>


Command Example

> show table profiles services sipJipProfile
                   USE JIP   USE JIP   USE JIP   USE JIP   SEND   JIP
                   FROM      FROM      FROM      FROM      JIP    PARAMETER
NAME               PAIRN     PAIJIP    FROM      PDCS      IN     AS
-----------------------------------------------------------------------------
defaultJipProfile  enabled   disabled  disabled  disabled  rnPAI  userInfo

 

  • No labels