Goto
Definition
Jump to a node in the dial plan by referencing its name.
Value
The value is the name of the node where you want to jump.
Attributes
Attribute | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
Examples
This will repeat the "Hello, world!" message until someone hangs up.
<dialplan name="Root">
<play name="intro" type="tts">Hello, world!</play>
<goto>intro</goto>
</dialplan>