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.
I created this app in Excel with VBA Microsoft forms and using various Cisco API calls.It can quickly copy a lot of phones from one model to a different model.Create new UCCX agents and MACD work, adding or removing a user from a phone. Quick Youtube...
Is there an API call or SQL query that can list all device mobility roaming phones that are not at their home location? Or even some way within CUCM that can list these phones.
Thanks to the questions answered in this community, I was able to create an Excel application using VBA that can search the Call manager for phones, and then copy the phone to a different model. I can easily convert 10x 7941 phones to model 8841 in l...
Lets say I have 3 lines on a phone, line 1111 2222 and line 3333.They are in positions 1, 2 and 3 respectfully on the physical phone.So their AXL index numbers returned and their position on the phone are matched, line 1 for index 1, etc.If I then pl...
I can successfully add a new phone with one or two lines.It seems to ignore lines 3-5.Is there a something special needed for adding more then 2 lines?I'm including the sample XML as a txt file, this was successful in adding the first two lines, but ...
The connection string is simple, I have other items hardcoded specifically for our environment, that would need a separate configuration page along with the server IP address for your server.
Unfortunately no, I created this specific for our environment, I have considered building a generic one with an enterpriser settings page, so it could be used in other CUCM installations.Which application function are you mostly interested in? Phone ...
I've looked into doing this and pulling all the DID numbers configured per site, I haven't had much luck at all working with the CER API, it appears to be nowhere near as robust as the CUCM API.I would also get errors like you are seeing.
Yes, Excel is making the API calls. I'm manually creating the AXL SOAP strings and sending them to the CUCM server, then manually parsing the results from the CUCM.I created a blog that shows how I did some of this: https://ciscocande.wordpress.com/T...
The only method I could come up with is a listphone API call of all phones, then compare the returned devicepoolname to the returned roamingdevicepoolname. If they are different the phone is likely roaming.I was hoping that there's a CUCM table that ...