Difference between revisions of "REC"
From Zenitel Wiki
Line 24: | Line 24: | ||
The $REC command will only have functionality if the system flag for "Recording on demand" is enabled. | The $REC command will only have functionality if the system flag for "Recording on demand" is enabled. | ||
[[File:RecordingOnDemand.PNG|thumb|left|400px|Recording On Demand flag (AlphaPro: Exchnage & System > System > Recording)]] | [[File:RecordingOnDemand.PNG|thumb|left|400px|Recording On Demand flag (AlphaPro: Exchnage & System > System > Recording)]] | ||
− | + | <br style="clear:both;" /> | |
.ex_profile.flags.REC_on_demand = 1 | .ex_profile.flags.REC_on_demand = 1 | ||
When "REC_on_demand = 1" no recording will be activated in the system. All recording must be started with the $REC command. <br> | When "REC_on_demand = 1" no recording will be activated in the system. All recording must be started with the $REC command. <br> |
Revision as of 08:56, 24 September 2013
REC (Start stop recording) | 0x00B3 | 179 | AMC 11.03 | |
---|---|---|---|---|
$REC L101 $REC L101 U0 $REC L8201 |
Start recording of conversation currently active on station L101 <br\> Stop ongoing recording active on station L101. Start recording of conference 8201. | |||
REC, Start or stop recording of active audio feature at a station. | ||||
1 | NET_OBJ_REF | Local station (in conversation) or feature (group call++) where the recording will start. | ||
2 | UINT1 (Optional) |
1 = Start recording, 0 = Stop recording. 1 = default. | ||
Response | none |
The stations and features available to the $REC command must be configured for recording and have required licenses.
The $REC command will only have functionality if the system flag for "Recording on demand" is enabled.
.ex_profile.flags.REC_on_demand = 1
When "REC_on_demand = 1" no recording will be activated in the system. All recording must be started with the $REC command.