Changeset 28
- Timestamp:
- 08/15/10 13:31:11 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/proxy-reference.html
r19 r28 901 901 <div class='indent'>connection-manager/service-map/mapper/reset-services</div><br /> 902 902 A list of service ids (hex integers, separated by space) that define services for which the proxy should not remember the state for each card. This can be PPV services or services with shared ids (i.e one service during day time and another at night). The service mapper will forget these services every hour, on the hour (as of 0.4.10).<br /> 903 It probably makes little sense to set this globally as service ids are likely to be profile-specific (see below for <a href="#connection-manager/service-map/mapper-override">overrides per profile</a>).<br /> 903 It probably makes little sense to set this globally when you have more than one profile, as service ids are very likely to be profile-specific (see below for <a href="#connection-manager/service-map/mapper-override">overrides per profile</a>).<br /> 904 <br /><strong>NOTE: </strong> By listing services here, you're indicating to the proxy that you expect the decode-status for them to change over time - so you will no longer receive "lost service" warnings when they suddenly stop working. In fact seeing repeated lost service warnings for a specific service or group of services is a good indication that you should probably list them in reset-services.<br /> 904 905 <br /> 905 906 Example: <em class='italic'><reset-services>51f 520 515</reset-services></em> <br /> -
trunk/web/xslt/cws-status-resp.xsl
r20 r28 708 708 </td> 709 709 <td width="15%"><strong>Sessions: </strong><xsl:value-of select="@sessions"/></td> 710 <td width="1 5%"><strong>710 <td width="19%"><strong> 711 711 <xsl:choose> 712 712 <xsl:when test="@network-id">Local services: </xsl:when> … … 715 715 </strong><xsl:value-of select="@mapped-services"/> 716 716 </td> 717 <td width=" 5%"> </td>717 <td width="1%"> </td> 718 718 <td width="20%" align="right"> (<xsl:value-of select="sum(//connector[@profile=$profile]/@ecm-load)"/>) 719 719
Note:
See TracChangeset
for help on using the changeset viewer.