Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Indicates the Type of the Variable.

Route Variable

The standard Routes Variable type that most Action Scripts require to operate. These variables cease to exist when the call stops and are not accessible by other calls.

...

Asterisk Variable

The Variable is to be attached to the underlying phone system and is for use in advanced applications. These variables cease to exist when the call stops and are not accessible by other calls.

System Variable

The Variable is stored in a database. System variables are global, visible to all other call calls and continue to exist indefinitely.

Value

...

Type

Controls how the contents of the 'Value' field are interpreted.

...

The contents are taken as is and stored into the Variable.

Route Variable

The contents of the Value are interpreted as the name of a Route Variable and the Route Variables value is copied to this Variable.

...

Asterisk Variable

The contents of the Value are interpreted as the name of a Channel Variable and the Channel Variables value is copied to this Variable.

System Variable

The contents of the Value are interpreted as the name of a System Variable and the System Variables value is copied to this Variable.

...

The value the Variable is to be set to. How this field is interpreted is dependent on the Value Source Type.