Specifications
2-21
Linksys SPA Provisioning Guide
Version 3.01
Chapter 2 Creating Provisioning Scripts
Data Types
Number of Cadence Sections = 1
Cadence Section 1: Section Length = 60s
Number of Segments = 4
Segment 1: On=0.2s, Off=0.2s
Segment 2: On=0.2s, Off=0.2s
Segment 3: On=0.2s, Off=0.2s
Segment 4: On=1.0s, Off=4.0s
Total Ring Length = 60s
• FreqScript—A mini-script that specifics the frequency and level parameters of a tone. Up to 127
characters. Syntax: F
1
@L
1
[,F
2
@
L2
[,F
3
@L
3
[,F
4
@L
4
[,F
5
@L
5
[,F
6
@L
6
]]]]], where F
1
–F
6
are
frequency in Hz (unsigned integers only) and L
1
–L
6
are corresponding levels in dBm (with up to 1
decimal places). White spaces before and after the comma are allowed (but not recommended).
Example 1—Call Waiting Tone:
440@-10
Number of Frequencies = 1
Frequency 2 = 440 Hz at –10 dBm
Example 2—Dial Tone:
350@-19,440@-19
Number of Frequencies = 2
Frequency 1 = 350 Hz at –19 dBm
Frequency 2 = 440 Hz at –19 dBm
• ToneScript—A mini-script that specifies the frequency, level and cadence parameters of a call
progress tone. May contain up to 127 characters. Syntax: FreqScript;Z
1
[;Z
2
]. The section Z
1
is
similar to the S
1
section in a CadScript except that each on/off segment is followed by a frequency
components parameter: Z
1
= D
1
(on
i,1
/off
i,1
/f
i,1
[,on
i,2
/off
i,2
/f
i,2
[,on
i,3
/off
i,3
/f
i,3
[,on
i,4
/off
i,4
/f
i,4
[,on
i,5
/off
i,5
/f
i,5
[,on
i,6
/off
i,6
/f
i,6
]]]]]), where fi,j = n
1
[+n
2
]+n
3
[+n
4
[+n
5
[+n
6
]]]]] and 1 < n
k
< 6
indicates which of the frequency components given in the FreqScript are used in that segment; if
more than one frequency component is used in a segment, the components are summed together.
Example 1—Dial tone:
350@-19,440@-19;10(*/0/1+2)
Number of Frequencies = 2
Frequency 1 = 350 Hz at –19 dBm
Frequency 2 = 440 Hz at –19 dBm
Number of Cadence Sections = 1
Cadence Section 1: Section Length = 10 s
Number of Segments = 1
Segment 1: On=forever, with Frequencies 1 and 2
Total Tone Length = 10s
Example 2—Stutter tone:
350@-19,440@-19;2(.1/.1/1+2);10(*/0/1+2)
Number of Frequencies = 2
Frequency 1 = 350 Hz at –19 dBm
Frequency 2 = 440 Hz at –19 dBm
Number of Cadence Sections = 2
Cadence Section 1: Section Length = 2s
Number of Segments = 1
Segment 1: On=0.1s, Off=0.1s with Frequencies 1 and 2