Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi There,Our customers are using Jabber for windows with version12.9 and CUCM12.5.Currently the contact list is synced with AD, unfortunately the phone number field in AD is not up to date for all the accounts; also, customer would like to have a con...
We recently migrated contact centre users to CCX12.5 platform.One of the user acts agent role but need access to her team's reports. I granted her report permission, then she can see all other teams' members status from Finesse. I read the document a...
Hi, There,I try to create and update rfProfile using dashboard(v1.6)According to the API document (https://developer.cisco.com/meraki/api-v1/#!create-network-wireless-rf-profile), I only need to enter 3 parameters when try to create new reprofileresp...
We recently migrated from UCCX11.6 to UCCX12.5, one of the function that allow contact centre team lead reset prompt to blank was broken. I could not figure out what went wrong.The call flow is like belowcall application |enter pin |ent...
I am just trying to use Meraki SDK to retrieve vlan information using the sandbox, but get error when run the code. Any advice will be appreciated.When I run postman to inquiry the vlan information, I got return error says "Vlans are not enabled for ...
Hi Sungod,After tested with other API, I got your point.The meraki api won't be able to use payload method to update all information in one go, I have to specify each parameter and their value in the python code.Thank you for your help.
Hi Sungod,Thank you for your reply.What I would like to do is build a json data contains all the objects and use meraki api to create rfprofile.If I use post method under request module, I can either define those parameter one by one of use payload t...
Thank you jim_j and Anthony, it has been fixed.I would say Anthony deserve another credit since I think the idea of the original script was from him as well.