Syntax
main {
statement 1;
...
statement n;
}
Type
FDM Function - Opcode
9 (id = 0)
Parameters
Specifies
the default overlay script.
References
SR-INS-002461.
Description
The statements
must consist of the on instructions (see on).
Notes
- This is the overlay which is used when the FDM script is first
downloaded to the ADSI telephone.
- You can return to this overlay from another by issuing the load_overlay
statement (see load_overlay)
with the <overlay_name> parameter set to 'main'.
- No parameter substitutions are possible with this statement.
- Also see Defining FDM main overlays.
Example
main {
on MAKING_CALL
...
end
on NORMAL_RING
...
end
}