Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

sb.append("<h1>Goto Dialplan</h1>");

        sb.append(

                "Goto Dialplan is a specialised Step designed to send a call into dialplan, this is a one way trip, <font color='red'>the call will <b>NOT</b> return.</font><br>");

        sb.append("If you don't know what dialplan is then you don't need to be using this Step.<br><br>");

        sb.append("<h3>Context</h3>");

        sb.append("The Asterisk dialplan Context to route the call into.<br><br>");

        sb.append("<h3>Target Type</h3>");

        sb.append("Controls how the value entered into Target is interpreted.<br><br>");

        sb.append("<h3>Extension</h3>");

        sb.append("The value in Extension can be any valid Asterisk Extension for the given Context<br><br>");

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

        sb.append(

                "The value in Route Variable is taken from the given Route Variable and used as the Asterisk Extension.<br><br>");

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

        sb.append("The No. dialed to get into this Route is used..<br><br>");

        sb.append("Note: the call is always routed to priority 1.");

  • No labels