PL On/Off
From RLC Controllers - Support
RLC-3 and RLC-Club version:
; Macro to turn PL requirement on N010 600 12345 ; use DTMF code 12345 (anything 1..6 digits will work) N055 600 ; make sure the macro is empty to start N056 600 066 PL_ON ; speak a voice message N056 600 038 ; be quiet for the rest of this macro N056 600 005 1 3 ; turn the PL requirement on for port 1 ; Macro to turn PL requirement off N010 601 54321 ; use DTMF code 54321 (anything 1..6 digits will work) N055 601 ; make sure the macro is empty to start N056 601 066 PL_OFF ; speak a voice message N056 601 038 ; be quiet for the rest of this macro N056 601 005 1 1 ; turn the PL requirement off (COR only) for port 1
DSP404 version:
; Macro to turn PL requirement on N010 600 12345 ; use DTMF code 12345 (anything 1..6 digits will work) N055 600 ; make sure the macro is empty to start N056 600 066 PL_ON ; speak a voice message N056 600 038 ; be quiet for the rest of this macro N056 600 005 01 0 1 12 ; turn the PL requirement on for port 01 ; Macro to turn PL requirement off N010 601 54321 ; use DTMF code 54321 (anything 1..6 digits will work) N055 601 ; make sure the macro is empty to start N056 601 066 PL_OFF ; speak a voice message N056 601 038 ; be quiet for the rest of this macro N056 601 005 01 0 1 1 ; turn the PL requirement off (COR only) for port 01