Difference between revisions of "CRM IV - Control Room Master"
From Zenitel Wiki
(→Call Request received) |
|||
(28 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{obsolete}} | ||
+ | This product is replaced by [[CRM V - Control Room Master]] | ||
+ | |||
[[Image:7006101 RS.jpg|thumb|250px|Control Room Master Module]] | [[Image:7006101 RS.jpg|thumb|250px|Control Room Master Module]] | ||
[[image:Control Room Master IV.jpg|thumb|250px|CRM-IV with all optional modules]] | [[image:Control Room Master IV.jpg|thumb|250px|CRM-IV with all optional modules]] | ||
− | == | + | == Highlights == |
− | * Compact flush mount station with single-touch keys and 4x20 character display with backlight | + | * Compact flush mount station with single-touch keys and 4x20 character display with backlight |
− | * 1 Handset and 2 additional single-touch key modules (each with 48 keys) can be attached | + | * 1 Handset and 2 additional single-touch key modules (each with 48 keys) can be attached |
− | * Call-in annunciation with full display information | + | * Call-in annunciation with full display information |
− | * Queuing of calls according to priority and time of arrival, 256 priority levels | + | * Queuing of calls according to priority and time of arrival, 256 priority levels |
− | * Parallel servers and transfer of command support | + | * Parallel servers and transfer of command support |
− | * Display information on station name/number or Call Request description | + | * Display information on station name/number or Call Request description |
− | * Auto acknowledgment to call-in point by flashing station lamp, voice message and ringing | + | * Auto acknowledgment to call-in point by flashing station lamp, voice message and ringing |
− | * Single-touch access to stations, group calls, audio monitoring, public address zones, radio channels and telephone lines | + | * Single-touch access to stations, group calls, audio monitoring, public address zones, radio channels and telephone lines |
− | * Programmable LED and buzzer functions | + | * Single-touch keys has 1 green and 1 red indicator LED each. Keys has PTT function and programmable cancel function on key release |
− | * Technical alarms with 60 different display texts and 256 priority levels | + | * Programmable LED and buzzer functions |
− | * Noise canceling goose-neck microphone with automatic sensitivity adjustment | + | * Technical alarms with 60 different display texts and 256 priority levels |
− | + | * Noise canceling goose-neck microphone with automatic sensitivity adjustment | |
− | * Line monitoring of all extension lines | + | * Line monitoring of all extension lines |
− | == | + | ==Additional Documentation== |
− | + | For more documentation please see http://www.zenitel.com/product/product/control-room-master-iv | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Installation == | == Installation == | ||
− | [[image:Control Room Master IV Installation.jpg|thumb|left| | + | [[image:Control Room Master IV Installation.jpg|thumb|left|500px|]] |
<br style="clear:both;" /> | <br style="clear:both;" /> | ||
+ | |||
+ | == Software requirements == | ||
+ | * Requires AMC software 07.20 or newer in the exchange. Programming: AlphaPro 07.20 or newer. | ||
== Configuration== | == Configuration== | ||
=== DAK leds === | === DAK leds === | ||
The CRM IV leds are configured from the [[Event Handler]] in [[AlphaPro]]. The leds are controlled by the [[IND]] command. Go to '''Users & Stations''', select the CRM IV in the list box, and press '''Events'''. '''Insert''' an event as described below. | The CRM IV leds are configured from the [[Event Handler]] in [[AlphaPro]]. The leds are controlled by the [[IND]] command. Go to '''Users & Stations''', select the CRM IV in the list box, and press '''Events'''. '''Insert''' an event as described below. | ||
− | ==== Call | + | ==== Private Call received ==== |
− | |||
{| | {| | ||
|- | |- | ||
|width="100pt"|'''Event Owner''': | |width="100pt"|'''Event Owner''': | ||
− | |width="300pt"| The CRM IV station | Enter the physical station number | + | |width="300pt"| The CRM IV station || Enter the physical station number |
|- | |- | ||
− | |'''Event type''': || | + | |'''Event type''': || 9 - Private Ringing Mode |
|- | |- | ||
|'''Subevent''': || N/A | |'''Subevent''': || N/A | ||
Line 62: | Line 47: | ||
|'''When related to''': || All | |'''When related to''': || All | ||
|- | |- | ||
− | |'''Action''': || [[IND]] %1.phy %1.dak(I%2.dir) 1 3 | + | |'''Action''': || [[IND]] %1.phy %1.dak(I%2.dir) 1 3 || Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M" |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
+ | |||
+ | This will turn on the red led, flashing fast, in the assosiated DAK key when a Private Call is received. | ||
+ | |||
+ | ==== Call Request received ==== | ||
+ | [[Image:CRM IV LED callreq in.jpg|thumb|left|500px]] | ||
+ | <br style="clear:both;" /> | ||
+ | |||
+ | '''Action''': [[IND]] %1.phy %1.dak(I%2.dir) 1 3 | ||
+ | * Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M" | ||
+ | |||
This will turn on the red led, flashing fast, in the assosiated DAK key when a [[Call Request]] is received. | This will turn on the red led, flashing fast, in the assosiated DAK key when a [[Call Request]] is received. | ||
==== Outgoing Conversation ==== | ==== Outgoing Conversation ==== | ||
− | [[Image:CRM IV LED conversation out.jpg|thumb]] | + | [[Image:CRM IV LED conversation out.jpg|thumb|left|500px]] |
− | + | <br style="clear:both;" /> | |
− | + | ||
− | + | '''Action''': [[IND]] %1.phy %1.dak(I%2.dir) 2 1 | |
− | + | * Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
This will turn on the green led in the assosiated DAK key when an outgoing call is made. | This will turn on the green led in the assosiated DAK key when an outgoing call is made. | ||
==== Incoming Conversation ==== | ==== Incoming Conversation ==== | ||
− | [[Image:CRM IV LED conversation in.jpg|thumb]] | + | [[Image:CRM IV LED conversation in.jpg|thumb|left|500px]] |
− | + | <br style="clear:both;" /> | |
− | + | ||
− | + | '''Action''': [[IND]] %1.phy %1.dak(I%2.dir) 2 1 | |
− | + | * Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
This will turn on the green led in the assosiated DAK key when an incoming call is received. | This will turn on the green led in the assosiated DAK key when an incoming call is received. | ||
Line 116: | Line 84: | ||
=== Buzzer === | === Buzzer === | ||
==== Buzzer active during Call Request ==== | ==== Buzzer active during Call Request ==== | ||
− | [[Image:CRM IV LED conversation in.jpg|thumb]] | + | [[Image:CRM IV LED conversation in.jpg|thumb|left|500px]] |
− | + | <br style="clear:both;" /> | |
− | + | '''Action''': [[IND]] %1.phy 1023 1 2 | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
This will turn on the internal buzzer when a call request is received. The buzzer will be silent during conversartion. | This will turn on the internal buzzer when a call request is received. The buzzer will be silent during conversartion. | ||
Line 143: | Line 95: | ||
{| | {| | ||
|- | |- | ||
− | |width="100pt"|'''Event Owner''': | + | |width="100pt"|'''Event Owner''': |
− | |width="300pt"| The CRM IV station | + | |width="300pt"| The CRM IV station || Enter the physical station number |
|- | |- | ||
|'''Event type''': || 6 - Priority Mail Present | |'''Event type''': || 6 - Priority Mail Present | ||
Line 161: | Line 113: | ||
This will turn on the backlight in the display whenever there is a station in the call queue. | This will turn on the backlight in the display whenever there is a station in the call queue. | ||
− | = | + | =Applications= |
− | [[ | + | See [[:Category: Control Room Applications]] |
==Related Articles== | ==Related Articles== | ||
Line 171: | Line 123: | ||
* [[Two House Mounting Kit - 1007006182]] | * [[Two House Mounting Kit - 1007006182]] | ||
− | [[Category: Stations | + | [[Category: Discontinued Stations]] |
− |
Latest revision as of 13:39, 14 June 2018
This product is replaced by CRM V - Control Room Master
Contents
Highlights
- Compact flush mount station with single-touch keys and 4x20 character display with backlight
- 1 Handset and 2 additional single-touch key modules (each with 48 keys) can be attached
- Call-in annunciation with full display information
- Queuing of calls according to priority and time of arrival, 256 priority levels
- Parallel servers and transfer of command support
- Display information on station name/number or Call Request description
- Auto acknowledgment to call-in point by flashing station lamp, voice message and ringing
- Single-touch access to stations, group calls, audio monitoring, public address zones, radio channels and telephone lines
- Single-touch keys has 1 green and 1 red indicator LED each. Keys has PTT function and programmable cancel function on key release
- Programmable LED and buzzer functions
- Technical alarms with 60 different display texts and 256 priority levels
- Noise canceling goose-neck microphone with automatic sensitivity adjustment
- Line monitoring of all extension lines
Additional Documentation
For more documentation please see http://www.zenitel.com/product/product/control-room-master-iv
Installation
Software requirements
- Requires AMC software 07.20 or newer in the exchange. Programming: AlphaPro 07.20 or newer.
Configuration
DAK leds
The CRM IV leds are configured from the Event Handler in AlphaPro. The leds are controlled by the IND command. Go to Users & Stations, select the CRM IV in the list box, and press Events. Insert an event as described below.
Private Call received
Event Owner: | The CRM IV station | Enter the physical station number |
Event type: | 9 - Private Ringing Mode | |
Subevent: | N/A | |
When change to: | ON or OFF | |
When related to: | All | |
Action: | IND %1.phy %1.dak(I%2.dir) 1 3 | Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M" |
This will turn on the red led, flashing fast, in the assosiated DAK key when a Private Call is received.
Call Request received
Action: IND %1.phy %1.dak(I%2.dir) 1 3
- Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M"
This will turn on the red led, flashing fast, in the assosiated DAK key when a Call Request is received.
Outgoing Conversation
Action: IND %1.phy %1.dak(I%2.dir) 2 1
- Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M"
This will turn on the green led in the assosiated DAK key when an outgoing call is made.
Incoming Conversation
Action: IND %1.phy %1.dak(I%2.dir) 2 1
- Replace I%2.dir with I2%.dir* to make it work with DAK keys containing longer strings e.g. "I202 M"
This will turn on the green led in the assosiated DAK key when an incoming call is received.
Buzzer
Buzzer active during Call Request
Action: IND %1.phy 1023 1 2
This will turn on the internal buzzer when a call request is received. The buzzer will be silent during conversartion.
Backlight
Backlight lit whenever calls are present in the queue
Insert a new event with the following parameters:
Event Owner: | The CRM IV station | Enter the physical station number |
Event type: | 6 - Priority Mail Present | |
Subevent: | N/A | |
When change to: | ON or OFF | |
When related to: | All | |
Action: | IND %1.phy 1024 1 1 |
This will turn on the backlight in the display whenever there is a station in the call queue.
Applications
See Category: Control Room Applications