Commit ada61e5c authored by schmitting's avatar schmitting
Browse files

No commit message

No commit message
parent 2b9eba79
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -413,17 +413,17 @@ boolean PX_ISUP_COT_MSG_await := false;


/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in a SAM message, containing enough number digits to allow the routing to the SIP side, where the IAM contained less than the minimum digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.2
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.1
*/
charstring		PX_ISUP_SAM_SQN_digits_txLess_AllowRoute := "05";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the SAM message, containing the second part of the number, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.3
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.2
*/
charstring		PX_ISUP_SAM_SQN_digits_tx_2nd := "0";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the second SAM message, containing the third part of the number, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.4
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.3
*/
charstring		PX_ISUP_SAM_SQN_digits_tx_3rd := "9";

@@ -433,7 +433,7 @@ charstring PX_ISUP_SAM_SQN_digits_tx_3rd := "9";
charstring		PX_ISUP_SAM_SQN_digits_tx_4th := "9";

/*  @desc	'address digits' value sent in the 'Subsequent number' parameter in the third SAM message, containing the fourth and final part of the number with the amount of digits leading to the overall maximum of digits allowed according to the numbering plan, where the IAM contained already enough digits to route the call through to the SIP side.
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.4
** @remark	PICS/PIXIT Reference: TISPAN DTS 06014-3, Table A5, item 5.11.5
*/
charstring		PX_ISUP_SAM_SQN_digits_tx_4th_max := "9";