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 Current »

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

        sb.append("Rewrite is a specialised Step designed to modify The Routed No.<br>");

        sb.append("When a call first enters Routes the dialed No and the Routed No are identical. <br>");

        sb.append("If a call passes through a Gosub the Routed No is set using the Gosub target. <br>");

        sb.append("The Rewrite action is also able to modify the Routed No.<br><br>");

        sb.append("<h2>Strip Prefix Length</h2>");

        sb.append("The number of leading digits to remove from the phone no.<br><br>");

        sb.append("<h2>Strip Suffix Length</h2>");

        sb.append("The number of trailing digits to remove from the phone no.<br><br>");

        sb.append("<h2>New Prefix</h2>");

        sb.append("A new string to add to the begining of the phone no.<br><br>");

        sb.append("<h2>New Suffix</h2>");

        sb.append("A new string to add to the end of the phone no.<br><br>");

        sb.append("<h2>Example</h2>");

        sb.append("You need to transate 613 8320 8100 to 03 8320 8100<br>");

        sb.append("Set the Strip prefix to 2 which will remove the '61' from the DID giving 3 8320 8100<br>");

        sb.append("Set the 'New Prefix' to '0' giving '03 8320 8100");



  • No labels