GotoXML
Definition
This tag enables you to jump to another CallFire XML page at another URL.
Value
The contents within this tag are the URL for a different CallFire XML page.
Attributes
Attribute | Required | Values | Description |
---|---|---|---|
name | N | any text | A unique name for the tag |
Examples
This gets the page.xml file from the site url.com.
<dialplan name="Root">
<gotoxml>http://url.com/page.xml</gotoxml>
</dialplan>