diff --git a/src/modules/sipt/doc/sipt_admin.xml b/src/modules/sipt/doc/sipt_admin.xml index 315562e1ed0..62f266d9d5d 100644 --- a/src/modules/sipt/doc/sipt_admin.xml +++ b/src/modules/sipt/doc/sipt_admin.xml @@ -11,7 +11,7 @@ - + &adminguide;
@@ -19,7 +19,7 @@ Module for updating ISUP encapsulated in SIP (SIP-T/SIP-I) The sipt module can be used to update various ss7 headers contained inside - a message. + a message.
@@ -50,7 +50,7 @@ <function moreinfo="none">sipt_destination(destination, hops, nai)</function> usage ... -# update the destination number to our current request uri, +# update the destination number to our current request uri, # setting nature of address to international $rU = "19495551234"; sipt_destination($rU, 31, 4); @@ -61,8 +61,8 @@ sipt_destination($rU, 31, 4);
<function moreinfo="none">sipt_set_bci_1(charge_indicator, called_status, called_category, e2e_indicator)</function> - updates the first byte of the backward call indicator in the ACM or COT in the body if setting the - Charge Indicator to charge_indicator, the Called party's status indicator in called_status, + updates the first byte of the backward call indicator in the ACM or COT in the body if setting the + Charge Indicator to charge_indicator, the Called party's status indicator in called_status, the Called party's category indicator in called_category and the End to End Method Indicator with the value of the value of e2e_indicator. @@ -80,7 +80,7 @@ sipt_set_bci_1("2", "1", "1", "0"); <function moreinfo="none">sipt_set_calling(origin, nai, presentation, screening)</function> updates the IAM in the body if it exists, setting (or adding) the calling party number to origin - with the nature address specified in nai and setting the presentation and screening values to + with the nature address specified in nai and setting the presentation and screening values to presentation and screening. @@ -152,7 +152,7 @@ if(sipt_has_isup_body()) <function moreinfo="none">sipt_presentation pseudo-variable</function> usage ... -# add privacy header if restriction is requested +# add privacy header if restriction is requested if($sipt(calling_party_number.presentation) == 1) { append_hf("Privacy: id\r\n"); @@ -186,7 +186,7 @@ if($sipt(calling_party_number.presentation) == 1) ... -# remove P-Asserted-Identity header if the screening isn't verified +# remove P-Asserted-Identity header if the screening isn't verified # or network provided $avp(s:screening) = $sipt(calling_party_number.screening); if($avp(s:screening) != 1 && $avp(s:screening) != 3) @@ -346,8 +346,8 @@ if($sipt(called_party_number.nai) == 3)
<varname>$sipt(backward_call_indicator.charge_indicator)</varname> - Returns the value of the charge indication - of the backward call indicator header in + Returns the value of the charge indication + of the backward call indicator header in the ACM or COT message. Returns -1 if there is a parsing error. @@ -462,7 +462,7 @@ $avp(s:redir_num) = $sipt(redirection_number); Returns original called number from ISUP or -1 if no original called number found.
- +
<varname>$sipt(generic_number.nai)</varname>