bypass blocking time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • digitalg
    Whiz
    • Jun 2014
    • 26

    bypass blocking time

    is there a way to bypass the blocking time?
    is there an easy way to close the call center or forward to an external destination with a button on the UI of the supervisor ?

    Like a Night Service button to close the call center manually ?
    Last edited by digitalg; 11-27-2015, 06:43 AM.
  • kruegerb
    Genius
    .
    • Oct 2013
    • 276

    #2
    You can set a variable in real time which is evaluated in task flow

    Comment

    • mnorst
      Whiz
      • Mar 2015
      • 42

      #3
      Originally posted by digitalg View Post
      is there a way to bypass the blocking time?
      is there an easy way to close the call center or forward to an external destination with a button on the UI of the supervisor ?

      Like a Night Service button to close the call center manually ?
      I have done both of these scenarios, both with topic variables.

      1) The blocking time is checked in the flow with a logic step, so before this step add another that checks a topic/global variable and route around it if set.

      2) Somewhere in the beginning of the flow, add a logic block checking for the topic/global variable value (I use 0 or 1) and route to External destination if set.

      To display these on a Realtime dashboard or a supervisor Telephony screen add the Variable widget with 'Can be edited' checkbox set and Values min=0 max=1 with a slider of your choosing. Then, a manager can change the variable, hit the green check and instantly change the variable. Since this is a Topic/Global variable it will persist until someone changes the value again (so the supervisor can logoff the UI and still have it set).

      Comment

      • digitalg
        Whiz
        • Jun 2014
        • 26

        #4
        thanks mnorst, ill give it a try!

        Comment

        Loading