Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

    sb.append("<h1>Park</h1>");

        sb.append("Parks a call into a Parking Lot so that it can be picked ");

        sb.append("up by dialing the parking lot no.<br><br>");

        sb.append("<h2>Dynamic Parking Lot</h2>");

        sb.append(

                "If enabled then the call will by allocated into an unused Parking Lot starting at the lot no. defined by Parking Lot + 1.<br>");

        sb.append("If not enabled then the call will be parked on the Lot defined by Parking Lot.<br><br>");

        sb.append("<h2>Parking Lot Type</h2>");

        sb.append("Defines how to interpret the value of the Parking Lot field.<br><br>");

        // sb.append( "Dialed No. - the Parking Lot value is ignored and the

        // number dialed to get to this route is used.")

        sb.append("<h3>Lot No.</h3>");

        sb.append("The Parking Lot No. field contains the Parking Lot No. which must be an Integer.<br><br>");

        sb.append("<h3>Route Variable</h3>");

        sb.append(

                "The Parking Lot field contains the name of a Route variable that contains the the Parking Lot No.<br><br>");



  • No labels