Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by eason72

  1. eason72

    How to check agents abandoning calls - real time in CMS

    For ECHI, you can reference this document first. https://download.avaya.com/css/public/documents/101058296
  2. eason72

    How to check agents abandoning calls - real time in CMS

    I don't know how to do it by CMS. But you can do it using TSAPI by monitoring the relevant VDNs, this is real time. If not real time, you can using ECH records from CMS.
  3. eason72

    new Wallboard software

    There are API in the market to get real time data from CM BCMS or CMS directly. We use the Grafana JSON plugin and the API to get the required real time data and display the data using different Grafana Visualization panels.
  4. eason72

    Is there a way to track when an agent pushes "ignore" when their J179 rings?

    Just a thought, can we use DMCC to monitor the button event?
  5. eason72

    Avaya CMS How to search for repeated callers who got abandoned using call record table

    I do it in another way, using CTI to monitor the VDN and get the call abandoned recoreds. Or can we use the ECH data and use the abandoned call segments for the repeated callers?
  6. eason72

    new Wallboard software

    I use Grafana. Grafana is free and the dashboards are beautiful!
  7. eason72

    Prometheus

    I found a blog to monitor Avaya call center using Grafana and Prometheus, but no the system side. https://blog.upinget.com/
  8. eason72

    Change Variable value

    you can program it using OSSI scripting. A tool called bcmsSVR has API to change variable value using REST interface.
  9. eason72

    Avaya Communication Manager Vector editing(Automated)

    OSSI is the right solution! If you logic depends on VDN variable, then your external program can modify the VDN variable by using OSSI at every X minutes. You can reference some tools such as bcmsSVR which use OSSI to update VDN variables.
  10. eason72

    Email alert when agent got logout of cm

    you can using TSAPI programming to achieve this. For example, monitor the agent hunt group extension using TSAPI, there are TSAPI events for agent login and logoff. When you received the agent logoff event, then trigger the email notification.
  11. eason72

    CMS Clint programming

    no free tool is available as far as I know.
  12. eason72

    using BCMS Vu on CM 7.x

    if you can program yourself, search google "OSSI over ssh" or bcmsSVR to find the answer.
  13. eason72

    Agent Skills Check

    You need to program a vector for a VDN, for example add a step to adjunct routing the request to a CTI. Also, you need to develop a TSAPI program, use API such as cstaRouteRegisterReq() to register your TSAPI program as the route engine for new calls for a specific VDN. Once a route request is...
  14. eason72

    Agent Skills Check

    Two possible ways to implement this by external programming. 1. If your environment has AES and adjunct routing enabled, pass the routing request to a TSAPI program, the TSAPI program query all the hunt group extensions the number of waiting call and decide which VDN number to route the new...
  15. eason72

    I have a customer who has specific

    I have a customer who has specific requirement on outbound call. Agent is using a CRM system to make outbound call and the CRM is integrated with AES. The CRM system does not show the customer telephone number and the agent just click a dial button to make outbound call. The customer also want...

Part and Inventory Search

Back
Top