<!DOCTYPE html
SYSTEM "about:legacy-compat">
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="copyright" content="(C) Copyright 2023"><meta name="DC.rights.owner" content="(C) Copyright 2023"><meta name="DC.type" content="concept"><meta name="description" content="Ruleset replacement expressions are used when the value of a parameter, a command or an action is not known in advance, i.e. the value depends on the result of the SIP message processing."><meta name="prodname" content="For Mediatrix Sentinel 400"><meta name="version" content="DGW 49.12.28842941"><meta name="platform" content="All"><meta name="DC.date.modified" content="2023-0308-2809"><meta name="DC.date.issued" content="2023-0308-2809"><meta name="DC.date.available" content="2023-0308-2809"><meta name="ChapterNumbering" content="no"><meta name="DC.format" content="HTML5"><meta name="DC.identifier" content="concept_h1b_gbp_dw"><link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/commonltr.css"><link rel="stylesheet" type="text/css" href="https://documentation.media5corp.com/download/attachments/62825785/custom.css"><title>Ruleset Replacement Expressions</title></head><body><header role="banner"><div class="topicmeta title">Ruleset Replacement Expressions</div><div class="topicmeta date">2023-0308-28<09</div><div class="topicmeta product">For Mediatrix Sentinel 400</div><div class="topicmeta version">DGW 49.12.2884<2941</div><div class="topicmeta pdf"><a href="https://documentation.media5corp.com/download/attachments/62825785/Ruleset%20Replacement%20Expressions.pdf" rel="nofollow">Download PDF Document</a></div><hr><span style="float: inline-end;"></span></header><nav role="toc"><ul><li><a href="#concept_h1b_gbp_dw">Ruleset Replacement Expressions</a></li><li><a href="#reference_ylj_b4k_dw">Ruleset Replacement Expression Exhaustive List</a></li><li><a href="#concept_v4k_q3h_1r">DGW Documentation</a></li><li><a href="#concept_fqm_rv4_k4">Copyright Notice</a></li></ul></nav><main role="main"><article role="article" aria-labelledby="ariaid-title1"><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="nested0" aria-labelledby="ariaid-title1" id="concept_h1b_gbp_dw">
<h1 class="title topictitle1" id="ariaid-title1">Ruleset Replacement Expressions</h1>
<div class="body conbody"><p class="shortdesc">Ruleset replacement expressions are used when the value of a parameter, a command or an
action is not known in advance, i.e. the value depends on the result of the SIP message
processing.</p>
<p class="p">A Ruleset replacement expression is a string that represents a SIP processing status.
Replacement expressions always start with the dollar (“$”) sign followed by an identifier.
When the Ruleset uses a replacement expression, the replacement expression is replaced by the
value of the SIP processing status representing the replacement expression.</p>
<div class="p">For example, <ul class="ul" id="concept_h1b_gbp_dw__ul_rhb_scp_dw">
<li class="li">$aU uses the User part of the <span class="keyword wintitle">P-Asserted-Identity</span> header</li>
<li class="li">$th uses the Host part of the <span class="keyword wintitle">To</span> header</li>
<li class="li">sip:$aU@$th, used as the parameter of the Set R-URI action, uses the
<span class="keyword wintitle">P-Asserted-Identity</span> and <span class="keyword wintitle">To</span> headers of the
incoming request and puts them into the Request URI of the outgoing request.</li>
</ul></div>
<div class="p">
<div class="note note note_note"><span class="note__title">Note:</span> Special characters should be backslash-escaped, for example, as follows: \ → \\ or $ →
\$</div>
<div class="note note note_note"><span class="note__title">Note:</span> It is important to know that if a mediation action (Section SIP Mediation) changes the
content of a SIP message, the replacement expression will refer to the value after
modification. E.g., if you apply the rule action “SetFrom(sip:new@from.com)”, $fu will
return new@from.com!</div>
</div>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic reference nested0" aria-labelledby="ariaid-title2" id="reference_ylj_b4k_dw">
<h1 class="title topictitle1" id="ariaid-title2">Ruleset Replacement Expression Exhaustive List</h1>
<div class="body refbody">
<table class="table" id="reference_ylj_b4k_dw__table_a5h_24k_dw"><caption></caption><colgroup><col style="width:22.32142857142857%"><col style="width:27.00892857142857%"><col style="width:50.66964285714285%"></colgroup><thead class="thead">
<tr class="row">
<th class="entry colsep-1 rowsep-1" id="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">Macro </th>
<th class="entry colsep-1 rowsep-1" id="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2"> Replacements</th>
<th class="entry colsep-1 rowsep-1" id="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3"> Description</th>
</tr>
</thead><tbody class="tbody">
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$r</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Request-URI (R-URI). The expression refers to
current Request-URI which may be changed during the course of request
processing</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$r.</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Complete R-URI header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ru</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of R-URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$rU</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the R-URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$rd</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">R-URI domain (host:port)</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$rh</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the R-URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$rp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the R-URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$rP</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">R-URI Parameters</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$f</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">From header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$f.</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Complete From header field</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fu</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of the From URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fU</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the From URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fd</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">From URI domain (host:port)</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fh</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the From URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the From URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fn</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Display name of the From header field</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fP</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Parameters of the From header field. Does not include the parameters of the
URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ft</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The tag of the From header field</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$fH</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The name of the From header field, exactly as it is stated in the SIP
request.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$t</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">To header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$t.</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Complete To header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tu</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of the To URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tU</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the To URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$td</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">To URI domain (host:port)</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$th</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the To URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the To URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tn</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Display name of the To header field</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tP</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Parameters of the To header field. Does not include the parameters of the
URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tt</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The tag of the To header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$tH</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The name of the To header, exactly as it is stated in the SIP request.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$a</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">P-Asserted-Identity (PAI)</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$a.</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Complete PAI header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$au</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of the PAI URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$aU</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the PAI URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ad</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">PAI URI Domain (host:port).</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ah</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the PAI URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ap</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the PAI URI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$aP</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Parameters of the PAI header field. Does not include the parameters of the
URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$at</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The tag of the PAI</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$aH</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The name of the PAI header field, exactly as it is stated in the SIP
request.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$p</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">P-Preferred-Identity (PPI)</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$p.</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Complete PPI header field.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pu</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of the PPI URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pU</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the PPI URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pd</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">PPI URI Domain (host:port).</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ph</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the PPI URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the PPI URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pP</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Parameters of the PPI header field. Does not include the parameters of the URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pt</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The tag of the PPI header field.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$pH</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The name of the PPI header, exactly as it is stated in the SIP request.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$c</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Call-ID</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$ci</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Call-ID of the SIP request</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$s</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Source party</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$si</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Source IP address of the inbound SIP request</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$sp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Source port number of the inbound SIP request</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$d</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Expected destination party</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$di</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Destination IP address of the outbound SIP request. This replacement expression is only available in outbound rules.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$dp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Destination port number of the outbound SIP request. This replacement expression is only available in outbound rules.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$R</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Interface of the inbound SIP request</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Ri</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">IP address of the Signaling Interface on which the inbound SIP request was
received</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Rp</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the Signaling Interface on which the inbound SIP request was
received</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Rf</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">ID of the Signaling Interface on which the inbound SIP request was
received</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Rn</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Name of the Signaling Interface on which the inbound SIP request was
received</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$RI</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The configured address of the <span class="keyword parmname">SignalingInterface.PublicIpAddr</span> parameter on which the inbound SIP request was received</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$H</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Arbitrary Headers. <p class="p">The replacement expressions in
this group mention the name of an arbitrary header between parentheses. The core
headers (From, To, Call-ID, Via, Route, Record-Route, Contact) cannot be
replaced.</p><p class="p">Example: $H(Server) will be replaced by the value of the Server
header field.</p></td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$H(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Value of the 'headername' header</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$HU(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">User part of the URI in the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Hd(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">URI Domain (host:port) of the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Hu(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">user@host[:port] part of the URI in the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"> </td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Hh(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Host part of the URI in the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Hp(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Port number of the URI in the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Hn(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Display name of the 'headername' header.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$HP(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Parameters of the 'headername' header field. Does not include the parameters of the URI.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$HH(headername)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Header headername (as URI) headers</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$m</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Request method</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$m</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">The method of the request.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$V</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Call parameter</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$V(gui.varname)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Value of the 'varname' call parameter.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$B</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Cnum and Rnum</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$B(cnum.rnum)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Value of the regular expression backreference. <ul class="ul" id="reference_ylj_b4k_dw__ul_a1v_4dv_gnb">
<li class="li">Rnum is the index of the rule condition containing the regular expression, starting at 1.</li>
<li class="li">Cnum is the index of the subexpression within the regular expression, starting at 1.</li>
</ul></td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$U</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Register cache</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$Ua</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Originating AoR from the registration cache. This replacement expression can only be used after the execution of a‘Restore contact from registrar’ or a ‘Retarget R-URI from cache’ action.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$UA</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Originating alias from the registration cache. This replacement expression can only be used after the execution of a ‘Restore contact from registrar’ or a ‘Retarget R-URI from cache’ action.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$_</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Operations on Values</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$_u(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Changes the value to uppercase.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$_l(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Changes the value to lowercase.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$_s(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Size of the value.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$_5(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">MD5 sum of the value.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$_r(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Random number from 0 to 'value' - 1. Example: $_r(5) gives 0, 1, 2, 3 or 4.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$#</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">URL-encoded</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$#(value)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Encodes the value into a URL format with appropriate escaping for characters outside the ASCII character set.</td>
</tr>
<tr class="row color">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1">$attr</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2 reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3" colspan="2">Global Attributes</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(version)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Version number of the DGW firmware. The returned value matches with the %version% macro in DGW firmware.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(profile)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Profile identification of the DGW firmware. The returned value matches with the %profile% macro in DGW firmware.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(serial)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Serial number of the Mediatrix unit. The returned value matches with the %serial% macro in DGW firmware.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(mac)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">MAC address of the Mediatrix unit. The returned value matches with the %mac% macro in DGW firmware.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(product)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Product name of the Mediatrix unit. The returned value matches with the %product% macro in DGW firmware.</td>
</tr>
<tr class="row">
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__1"></td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__2">$attr(productseries)</td>
<td class="entry colsep-1 rowsep-1" headers="reference_ylj_b4k_dw__table_a5h_24k_dw__entry__3">Product series name of the Mediatrix unit. The returned value matches with the %productseries% macro in DGW firmware.</td>
</tr>
</tbody></table>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title3" id="concept_v4k_q3h_1r">
<h1 class="title topictitle1" id="ariaid-title3">DGW Documentation</h1>
<div class="body conbody"><p class="shortdesc">Mediatrix devices are supplied with an exhaustive set of documentation. </p>
<p class="p">Mediatrix user documentation is available on the <a class="xref" href="http://documentation.media5corp.com" target="_blank">Media5 Documentation
Portal</a>.</p>
<div class="p">Several types of documents were created to clearly present the information you are looking for.
Our documentation includes:<ul class="ul" id="concept_v4k_q3h_1r__ul_bqy_cjh_1r">
<li class="li"><strong class="ph b">Release notes</strong>: Generated at each GA release, this document includes the known and
solved issues of the software. It also outlines the changes and the new features the release
includes.</li>
<li class="li"><strong class="ph b">Configuration notes</strong>: These documents are created to facilitate the configuration of a
specific use case. They address a configuration aspect we consider that most users will need to
perform. However, in some cases, a configuration note is created after receiving a question
from a customer. They provide standard step-by-step procedures detailing the values of the
parameters to use. They provide a means of validation and present some conceptual information.
The configuration notes are specifically created to guide the user through an aspect of the
configuration. </li>
<li class="li"><strong class="ph b">Technical bulletins</strong>: These documents are created to facilitate the configuration of a
specific technical action, such as performing a firmware upgrade.</li>
<li class="li"><strong class="ph b">Hardware installation guide</strong>: They provide the detailed procedure on how to safely and
adequately install the unit. It provides information on card installation, cable connections,
and how to access for the first time the Management interface.</li>
<li class="li"><strong class="ph b">User guide</strong>: The user guide explains how to customise to your needs the configuration
of the unit. Although this document is task oriented, it provides conceptual information to
help the user understand the purpose and impact of each task. The User Guide will provide
information such as where and how TR-069 can be configured in the Management Interface, how to
set firewalls, or how to use the CLI to configure parameters that are not available in the
Management Interface.</li>
<li class="li"><strong class="ph b">Reference guide</strong>: This exhaustive document has been created for advanced users. It
includes a description of all the parameters used by all the services of the Mediatrix units.
You will find, for example, scripts to configure a specific parameter, notification messages
sent by a service, or an action description used to create Rulesets. This document includes
reference information such as a dictionary, and it does not include any step-by-step
procedures. </li>
</ul></div>
</div>
</article><hr><span style="float: inline-end;"><a href="#">Top</a></span><article class="topic concept nested0" aria-labelledby="ariaid-title4" id="concept_fqm_rv4_k4">
<h1 class="title topictitle1" id="ariaid-title4">Copyright Notice</h1>
<div class="body conbody"><p class="shortdesc">Copyright © 2023 Media5 Corporation.</p>
<p class="p">This document contains information that is proprietary to Media5 Corporation.</p>
<p class="p">Media5 Corporation reserves all rights to this document as well as to the Intellectual Property
of the document and the technology and know-how that it includes and represents.</p>
<p class="p">This publication cannot be reproduced, neither in whole nor in part, in any form whatsoever,
without written prior approval by Media5 Corporation.</p>
<p class="p">Media5 Corporation reserves the right to revise this publication and make changes at any time
and without the obligation to notify any person and/or entity of such revisions and/or
changes.</p>
</div>
</article></article></main></body></html> |