Changeset 28 for trunk


Ignore:
Timestamp:
08/15/10 13:31:11 (13 years ago)
Author:
bowman
Message:

0.9.0 release revision

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/proxy-reference.html

    r19 r28  
    901901<div class='indent'>connection-manager/service-map/mapper/reset-services</div><br />
    902902A 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 />
     903It 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 />
    904905<br />
    905906Example:  <em class='italic'>&lt;reset-services>51f 520 515&lt;/reset-services></em> <br />
  • trunk/web/xslt/cws-status-resp.xsl

    r20 r28  
    708708              </td>
    709709              <td width="15%"><strong>Sessions: </strong><xsl:value-of select="@sessions"/></td>
    710               <td width="15%"><strong>
     710              <td width="19%"><strong>
    711711                <xsl:choose>
    712712                  <xsl:when test="@network-id">Local services: </xsl:when>
     
    715715                </strong><xsl:value-of select="@mapped-services"/>
    716716              </td>
    717               <td width="5%">&#160;</td>
     717              <td width="1%">&#160;</td>
    718718              <td width="20%" align="right">&#160;(<xsl:value-of select="sum(//connector[@profile=$profile]/@ecm-load)"/>)
    719719
Note: See TracChangeset for help on using the changeset viewer.