IPOCC Notification

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dalfr
    Member
    • Jun 2015
    • 4

    IPOCC Notification

    Is there a possibility to send Notification via SMS/Email automatically from IPOCC to the client when number of the waiting calls reaches to 10 in the queue position?
    If yes, Is this option need the multichannel license to operate it?
  • george6
    Whiz
    .
    • Sep 2015
    • 28

    #2
    Currently its not there in IPOCC. But will be available in next release 9.1.6 which is scheduled for first quarter of 2016

    Comment

    • kruegerb
      Genius
      .
      • Oct 2013
      • 276

      #3
      It will be available with wallboard function in 9.1.6, in case of configured thresholds reached an email can be sent

      Comment

      • jtarjanyi
        Guru
        • May 2012
        • 103

        #4
        I think it is possible with a database integration.

        Create a global variable for all queue. If more calls waiting than a predifined value, than change the global variable to a new value. This will lead the calls to an IVR where with the database integration change a database value (have to use a trick to prevent other calls continously calling this database integration, we need to call it only once). When the calls waiting number drops bellow the predefined value than switch back the global variable and the database value to the original (non alamring) state.

        On the database there is a possibility to write a stored procedure, and monitor a database value. If it is changed, and the stored procedure send an e-mail.

        I have not test it, just a theory

        Comment

        Loading