Contact Centers, CRM Customer Engagement

 View Only
  • 1.  Avaya CMS Dictionary changes via automated script

    Posted 03-23-2023 09:44 AM

    Hello Community

    Has anyone ever worked on automating tasks like adding and removing agents into Dictionary/ Agent Groups in Avaya CMS? Also similar setup for changing Dictionary/ Login Identification to change Agent info.

    Thanks



    ------------------------------
    Takshil Shah
    Contact Center Infrastructure Consultant-Team Lead
    Manulife Financial - GIS
    Toronto
    ------------------------------


  • 2.  RE: Avaya CMS Dictionary changes via automated script

    Posted 03-24-2023 06:27 AM

    I would also be interested in the response to your question.

     

     

     

    Sandy Legros

    Sr. Telecom Specialist

    SE Health & Elizz

    T: 1.905.968.6464

    M: 1.647.208.1391

    Core Hours: 8am – 4pm EST

    E:  sandylegros@sehc.com

     

     

     

     

    This communication and any attachments may contain information that is privileged or confidential and is intended only for the use of the individual to whom it is addressed. Any other distribution, copying or disclosure is strictly prohibited. If you have received this communication in error, please notify us immediately then delete this communication. Thank you. Ce message ainsi que toute pièce jointe peut contenir des informations confidentielles ou protégées par le secret professionnel et est à l'usage exclusif du destinataire à qui il est adressé. Il est strictement interdit de le diffuser, le distribuer ou le reproduire. Si vous avez reçu ce message par erreur, veuillez nous en informer immédiatement et détruire ce message et toute copie de celui-ci. Merci.





  • 3.  RE: Avaya CMS Dictionary changes via automated script

    Posted 03-24-2023 03:09 PM
    Edited by Tom Lynn 03-24-2023 03:09 PM

    This seems like two different problems to me.  CMS Dictionary items are managed by CMS, so this may be a matter of manipulating the CMS database using an ODBC driver.  There is documentation detailing the schema https://download.avaya.com/css/public/documents/101015206 

    CMS is acting as a Front End to Communication Manager when you make Skill Assignments.  I'd think you could use either the AES SMS SOAP interface to make an agent skill change or attempt to automate the OSSI terminal. 

    Others may be able to chime in on whether the System Manager User API has coverage for call center agent skills.



    ------------------------------
    Tom Lynn
    Forum Moderator
    ------------------------------



  • 4.  RE: Avaya CMS Dictionary changes via automated script

    Posted 03-26-2023 10:51 AM

    https://support.avaya.com/ext/index?page=content&id=SOLN129814 shows the cms table holding the CMS dictionary data.



    ------------------------------
    Tom Lynn
    Forum Moderator
    ------------------------------



  • 5.  RE: Avaya CMS Dictionary changes via automated script

    Posted 03-27-2023 07:26 AM

    What I am looking for is not skill change but automating adding/changing agents IDs in CMS Disctionary. Curently we can do that using CMS supervisor but we want to see if there is a way to automate this. And also same for adding/ removing agents from Agent group.



    ------------------------------
    Takshil Shah
    Contact Center Infrastructure Consultant-Team Lead
    Manulife Financial - GIS
    Toronto
    ------------------------------



  • 6.  RE: Avaya CMS Dictionary changes via automated script

    Posted 03-27-2023 07:59 AM
    I understand.  See the link to the Avaya document I posted.  It shows which database table contains the CMS dictionary information.  It can be manipulated directly with a database query using the ODBC interface.