sb.append("<h1>Goto Dialplan</h1>");
sb.append(
...
Goto Dialplan
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("font>
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("
Context
The Asterisk dialplan Context to route the call into.<br><br>");
sb.append("<h3>Target Type</h3>");
sb.append("
Target Type
Controls how the value entered into Target is interpreted.<br><br>");
sb.append("<h3>Extension</h3>");
sb.append("
Extension
The value in Extension can be any valid Asterisk Extension for the given Context<br><br>");
sb.append("<h3>Route Variable</h3>");
sb.append(
"Context
Route Variable
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("
Dialed No
The No. dialed to get into this Route is used..<br><br>");
sb.append("Note: the call is always routed to priority 1.");