Goto tag

Definition

This tag enables you to jump to any part of the dialplan by referencing the name attribute of the tag

Value

The name attribute of the matching tag to which you wish to jump.

Attributes

Attribute Required ValuesDescription
name N any text a unique name for the tag

Examples

The following repeats the "hello world loop" sound until the user hangs up.
        <play name="beginning" type="tts">Hello world loop</play>
        <goto>beginning</goto>

Also See