Actions

User

Dkellis

From Zenitel Wiki

'Call Time Out When Using Call Request'

This event will start a timer at the beginning of the call to a particular station. Click on Exchange & System > Events. Click Insert to create a new event.

Owner Type: Station Id

Id: physical number of the station (dial 136 here)

Event Type: 11 – Call requester mode

When Change to: ON

When Related To: All

Action Command: $ST L%1.dir w300 L%2.dir

The timer portion of the action command is set at w300, which is 300 x 100 milliseconds (30 seconds). This can be adjusted as needed.


Another event is needed to cancel the call and the call request when the time expires. Click on Insert to create a new event.

Owner Type: Station Id

Id: physical number of the station (dial 136 here)

Event Type: 21 – Event timeout

When Change to: ON

When Related To: All

Action Command: $C L%1.dir and $DD L%2.dir L7630


Last, if someone picks up on the master station this event will cancel the timer that was started.

Owner Type: Station Id

Id: physical number of the station (dial 136 here)

Event Type: 4-Station in use

When Change to: ON

When Related To: All

Action Command: $ST L%1.dir w0 L%2.dir


Send the changes, and then reset the exchange to activate the new events and you are ready to test.