Actions

Difference between revisions of "PA activation, one-step"

From Zenitel Wiki

m (1 revision imported)
 
Line 1: Line 1:
{{A}}
+
{{AI}}
 
{|  
 
{|  
 
|-
 
|-

Latest revision as of 09:40, 8 October 2019

AI.png
Feature: This feature is used for Recall and for distribution of prestored alarm messages, dialing a single feature code (one-step dialing). See also PA activation, multi-step
Default directory number: 9084 - 9088 (Group 1 - 5 as ReCall)
Feature number: 113
Parameter 1: Group Call number (use bit 8 in parameter 2 to define local or global)
Parameter 2: Behaviour bitmap, default all bits = 0 . See below
Parameter 3: Voice Alarm Message number. (Default 0 = ReCall)
If different from 0, message played is Message Group 30 + param 3
Example, Param3 = 1 will play the file in "/opt/voice/svp_030_001.wav", param3 = 33 will play "/opt/voice/svp_030_033.wav"
Description: Dispatch message as a Group Call to global or local group. The dispatched message can either be a pre-Stored Voice Message or a message recorded live (Recall). The function is activated with one single directory number.


Autoloaded directory numbers

Dirno DisplayText Feature Parm1 Parm2 Parm3 Description
9084 ReCall Grp 1 113 1 0 0 Activate ReCallGroupCall to group 1 (84)
9085 ReCall Grp 2 113 2 0 0 2
9086 ReCall Grp 3 113 3 0 0 3
9087 ReCall Grp 4 113 4 0 0 4
9088 ReCall Grp 5 113 5 0 0 5
9101 ReCall GlobGr1 113 1 256 0 Activate ReCall global group call 1 (9001)
9184 MsgToGroup1 113 1 0 1 Activate announcement message 1 (8191) to local group 1 (84)

ReCall user interface

ReCall is a function to record a voice message from the station, and then dispatch the recorded message as a Group Call. The recorded message is a temporary message, which is discarded when the Group Call is finished.

To initiate a group call using the recall function:

  1. Dial the recall number (e.g. 9084 or 765 + 84)
  2. Press M-key, record message
  3. Release M-key, listen to the recording. Messages shorter than 0.5 seconds are discarded.
  4. Press 8 to dispatch the message, M to do a new recording, 7 to hear again, or C to cancel

Using the recall function from a telephone:

  1. Dial the recall number (e.g. 9084)
  2. Press the *-button, record message
  3. Press the #-button to stop the recording and listen to the message
  4. Press 8 to dispatch the message, * to do a new recording, 7 to hear again, or hang up to cancel


With “AutoM” and "CHookDispatch" flags

Simplified, but less flexible user inferface if “AutoM” and "CHookDispatch" flags are set. (set Param 2 = 544).

  • No waiting for initial M-press / '*'. Recording starts right away.
  • '#' or '7' must then be used to stop recording and do pre-listen. Otherwise same as normal mode. M-Pres is required restart a recording.
  • 0 to delete recording, cancel

Simplest sequence is then:

  1. Dial access number to group
  2. record message
  3. C-pres / on-hook to dispatch.

PA control bitmap

Param2 is used as a control bitmap. Also used in Param1 of PA activation, multi-step.


BitNo Weight Value Name Description Recall Prestored
0 1 GoGroupCall 0 After the SVP message playback ends the group is disconnected and the initiator station goes back to idle (if not bit 4:1)(default). Y Y
1 After the SVP message playback ends, the group and initiator station proceed to normal Group Call mode. (Use M-key and talk into the group, VP timer will start for use as group call "Meet me" reply time out. Can be used for replacing the Gong with a custom SVP message for normal groupcall.) This function will not work in combination with LoopEndless(6). For using MeetMe Feature you have to set Bit2:1
1 2 DiscPlayback 0 Initiator Station is allowed to disconnect during message playback without stopping the message to the group.(default). Y Y
1

If initiator station disconnect during the playout to group, the message is terminated immediately

2 4 MeetMe 0 "Meet me" (99) is not working and will not affect the SVP message or initiator station during SVP play (default). (If BIT0:1 "meet me" can be used after svp play finished) Y Y
1 "Meet me" during SVP play will disconnect the SVP message and establish connection to initiator. If initiator is disconnected due to AutoDisconnect(3) or CHookDispatch(5) "Meet me" will not work.
3 8 AutoDisconnect 0 Initiator station listen to the SVP message together with the rest of the group (Default). Y Y
1 Initiator station disconnect automatic before gong and SVP message start to play. For Recall it means that 8 dispatches the message, while the initiator is disconnected. ( No "meet me" function, group access level is not checked, event handler "conversation outgoing" is related to station 1. Same behaviour as $GROUP_MSG.)
4 16 reserved 0 Y
1 Not implemented! Idea: Prestored SVP message followed by recall message
5 32 CHookDispatch 0 C key or On Hook cancel ReCall setup (Default) Y
1 C key or On Hook dispatch the ReCall message (No "Meet me" function)
6 64 LoopEndless 0 SVP message play once (Default) Y
1 Only if DiscPlayback = 1: SVP message is endless repeated
7 128 NoGong 0 Use default group gong (Default) Y Y
1 No gong
8 256 GlobalGroup 0 Local Group call Y Y
1 Global Group call
9 512 AutoM 0 Manuel M-key use Y
1 Auto M-key, Use in combination with CHookDispatch=1. (implemented 10.61.1.4) May be used alone from SIP or telephone: Pres # to end recording, 8 to dispatch.
10 1024 MPlayCntr 0 Standard message playback Y Y
1 The message is played back while M-key is pressed, M release will stop playback, new M-pres will restart message.
11 2048 MultiGroup 0 Standard multi step feature Y Y
1 Allow multiple groups to be selected

Event reporting

Conversation_Outgoing_(Event_Type)

For Recall, Conversation-Outgoing is reported ON when entering recording-mode. For both Recall and Prestored PA, Conversation Outgoing is reported OFF when message playback to group is finished.

Owner is the initiator station. Related-to is the feature number.

Subevent 1 "PA Record"

of "Conversation_Outgoing" event is reported ON when entering the recording phase of Recall. Report OFF when leaving the recording phase. (Since 11.1.3.3)

Subevent 2 "PA Active"

of "Conversation_Outgoing" event is reported ON when the PA message is distributed to the group. Report OFF when group distribution is finished. This event is reported both for Recall, PA of prestored message and for Group call feature. (Since 11.1.3.3)

Voice Paging (Event Type)

Is reported during playback to group of the message, both for recall and prestored messages.

Back to feature list