Agent status export to txt file?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ksytdy
    Member
    • Sep 2015
    • 3

    Agent status export to txt file?

    Hi guys!
    I hope on your help so much!

    I made a VBA script that switches AVAYA Supervisor agents' skills every 30 minutes according to a call center schedule stored in Excel table. But when the other agent in Excel table is on a call it is not possible to switch his skill as an error message is poped up by Supervisor process that changes skills; this process gets hung until you press OK on the pop-up window, which causes all the next agents' skills changes being impossible to be executed by the script as well.
    Hence could you please advise if it's possible to export agent's call current status (available / on call / break) for example in *.txt file so that I can switch only those who are not on the call?

    Thank you for any hint on the problem solution!
  • shaikht
    Genius
    .
    • Feb 2010
    • 246

    #2
    Hi,

    We cannot stop info message popping in supervisor since agent is active on ACD call and skill cannot be changed as it will cause current call drop.

    I will suggest to edit script to handle pop up and automatically have input to press OK.

    Real time data cannot be queried as C tables are not accessible.

    I hope it helps.

    Comment

    • ksytdy
      Member
      • Sep 2015
      • 3

      #3
      shaikht, thank you very much for your answer!
      Could you please advise how can I edit script to automatically have input to press OK? I mean just some general ideas on the commands/functions that I can adopt to my script?

      Comment

      • shaikht
        Genius
        .
        • Feb 2010
        • 246

        #4
        Hi,
        Sorry I have not done it fore and don't have any idea. May be someone who is expert on scripting can assist you.

        Comment

        • leal19
          Hot Shot
          • Nov 2015
          • 21

          #5
          Maybe you can paste your script here, so we can take a look.

          Comment

          Loading