Moderator: Brekeke Support Team
-
tlsoren
- Posts: 38
- Joined: Wed Feb 15, 2012 8:54 am
- Location: Raleigh, NC
Post
by tlsoren »
1. Brekeke Product Name and Version:3.14.5.17
2. Java version:11.0.15
3. OS type and the version: Server 2012R2
4. UA (phone), gateway or other hardware/software involved: Responder 5 Outbound to Vocera Middleware
5. Your problem: Customer has asked if it is possible to match on a call in Brekeke dial rules, and delay the call 5 seconds before deploying.
Is it possible to create a dial rule to delay a call by 5 seconds before deploying?
TLS
-
Laurie
- Posts: 245
- Joined: Mon Jan 07, 2008 12:25 pm
Post
by Laurie »
Use "Delay" plugin in Deploy Pattern.
Syntax:
$session = Delay [millisecond]
For example, if you want to add 5 seconds delay.
$session = Delay 5000
-
tlsoren
- Posts: 38
- Joined: Wed Feb 15, 2012 8:54 am
- Location: Raleigh, NC
Post
by tlsoren »
Thank you Laurie.
TLS
-
tlsoren
- Posts: 38
- Joined: Wed Feb 15, 2012 8:54 am
- Location: Raleigh, NC
Post
by tlsoren »
One additional question. Is there a maximum setting for delay?
Customer has asked for a solution to delay a call 3 minutes/180000 Milliseconds.
TLS
-
Laurie
- Posts: 245
- Joined: Mon Jan 07, 2008 12:25 pm
Post
by Laurie »
The maximum value of Delay is 2147483647 (ms).