Chapter 11: Programming Amanda
107
KA(on_off)
Command that dials the PBX parameter dl_light_on or dl_light_off specified in the telephone sys-
tem dial codes.
on_off
1 or 0 to indicate whether the message waiting indicator is turned on or off.
When the value is1, the message waiting indicator is turned on as Amanda dials the
codes for “What to dial to set the message waiting indicator on” (the dl_light_on pa-
rameter).
When the value is0, the message waiting indicator is turned off as Amanda dials the
codes for “What to dial to set the message waiting indicator off” (the dl_light_off pa-
rameter).
Most of the popular telephone systems have specified values that turn the message waiting indica-
tor on and off. If these values are not pre-defined for your system, you can set them using Aman-
da’s Setup utility.
Example:
KA(1)
causes Amanda to dial the string specified in the dial codes for "What to dial to set the
message waiting indictor on."
Failure:
Does not fail
KB(frequency,
msecs)
Command that plays a certain frequency for a certain time period (defined in millisec-
onds).
frequency
A number of Hz.
msecs
A number of milliseconds.
Example:
KB(350,2000)
plays the frequency 350 Hz for two seconds.
Failure:
Does not fail
KC(mailbox,
variable)
Command that compares the security code for the specified mailbox
with the contents of
a variable. If there is a match, the command is successful. For callers who do not know
the security code, Amanda continues processing using the mailbox in the Done Chain
field.
mailbox
Any valid mailbox or a variable containing a mailbox.
variable
The port or global variable whose contents are matched against the security code of
mailbox
.
Example:
R(G1,%S1)KC(212,%S1)KL(%S1)
assigns the DTMF digits entered by the caller to %S1, compares %S1 with the security
access code of mailbox 212, and takes the appropriate action.
After the caller passes the security check, the KL() command allows the caller to log on
to the mailbox. See also the KL() command.
Failure:
Invalid mailbox
Invalid security code
Security codes do not match
Alphabetical Token Reference (Continued)
Token Syntax
Description
Содержание [email protected] Version 3.xx
Страница 1: ...Installing AmAndA Work Place Version 3 xx Installer s Guide Edition 7 01...
Страница 4: ...iv Installing Amanda Work Place...
Страница 60: ...52 Installing Amanda Work Place...
Страница 68: ...60 Installing Amanda Work Place...
Страница 132: ...124 Installing Amanda Work Place...
Страница 150: ...142 Installing Amanda Work Place...
Страница 156: ...148 Installing Amanda Work Place...
Страница 194: ...186 Installing Amanda Work Place...
Страница 206: ...198Installing Amanda Work Place...