Polycom 3725-70003-009F Sewing Machine User Manual


 
ReadiVoice Administration & Maintenance Guide
160 Proprietary & Confidential
Mute All / Unmute All
Muting and unmuting of all participants can be controlled either with two
separate commands or with a single command that toggles the mute state of
the conference.
The default
ive.ini
file (Figure 7-1 on page 157) enables the two-command
option;
##
mutes all the ordinary participants (not subscriber or operator) in
the conference and
99
unmutes them. The relevant lines in
ive.ini
look like
this:
## = eCMD_MUTE_ALL
// ## = eCMD_MUTE_ALL_TOGGLE
99 = eCMD_UNMUTE_ALL
With the standard toggle option, pressing
##
mutes all the ordinary
participants and pressing
##
again unmutes them. To enable this
configuration, change the relevant lines in
ive.ini
to look like this:
// ## = eCMD_MUTE_ALL
## = eCMD_MUTE_ALL_TOGGLE
// 99 = eCMD_UNMUTE_ALL
You can, of course, change the DTMF key sequence(s) used in either
configuration, but you’ll also have to change the relevant voice prompts (see ).
You can also customize the system’s mute confirmation behavior. See
“Customizing Confirmation Sounds” on page 162.
Listen Only / Unlisten Only
Turning listen only mode on and off can be controlled either with two separate
commands or with a single command that toggles the listen-only state of the
conference.
The default
ive.ini
file (Figure 7-1 on page 157) enables the two-command
option;
#1
puts the conference into listen only mode (all ordinary participants
are muted and can’t unmute themselves) and
#2
turns off listen only mode
(enabling ordinary participants to speak again). The relevant lines in
ive.ini
look like this:
// #1 = eCMD_LISTEN_ONLY_TOGGLE
#1 = eCMD_LISTEN_ONLY
#2 = eCMD_UNLISTEN_ONLY
Caution!
If you enable the eCMD_MUTE_ALL_TOGGLE command, you must disable both
the eCMD_MUTE_ALL and eCMD_UNMUTE_ALL commands.