In this section:
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 headerjip
parameter in the PAID headerrn
parameter in the From headerjip
parameter in the P-DCS-Billing-Info header
% set profiles services sipJipProfile <profile name> jipParameterAs <userInfo | uriParam> sendJipIn <rnPAI|jipPAI | rnFROM | jipPDCS> useJipFromFROM <disabled | enabled> useJipFromPAIjip <disabled | enabled> useJipFromPAIrn <disabled | enabled> useJipFromPDCS <disabled | enabled>
If you choose to enable more than one potential source from which to extract the JIP information, the SBC prioritizes them in the following order:
rn
parameter in the PAID headerjip
parameter in the PAID headerrn
parameter in the From headerjip
parameter in the P-DCS-Billing-Info header% set profiles services sipJipProfile sjp2 useJipFromPAIjip enabled sendJipIn rnFROM jipParameterAs uriParam % set profiles services sipJipProfile sjp2 useJipFromPAIrn enabled sendJipIn jipPDCS jipParameterAs userInfo % show profiles services sipJipProfile sjp2 useJipFromPAIrn enabled; sendJipIn jipPDCS; jipParameterAs userInfo; > show table profiles services sipJipProfile USE JIP USE JIP USE JIP USE JIP JIP FROM FROM FROM FROM SEND PARAMETER NAME PAIRN P AIJIP FROM PDCS JIP IN AS ---------------------------------------------------------------------------------- sjp1 disabled enabled disabled disabled rnFROM uriParam sjp2 enabled disabled disabled disabled jipPDCS userInfo defaultJipProfile disabled disabled disabled disabled rnPAI userInfo