I need to change the PC Port setting on, literally, thousands of phones but this parameter is not available in Bulk changes. Any ideas on how to make this change in batches of phones based on MAC?
I'd like to have a CCX script utilize REST API to gather and then modify phone attributes in CUCM. I've successfully done this for Meeting Server however, CUCM uses SOAP which throws a monkey wrench in my brain. My settings (which fail) in the REST s...
I can grab the config of the particular phone using Postman and see the setting pcPort. When I change that setting from Postman, the XML shows it changed but the Call Manager web admin does not show the change. I can successfully change other attribu...
I went to add my new 8800 router to the 11.5 Call Manager and I don't see it listed in the drop-down. I have yet to find a document that tells me how to make this happen. Any suggestions?
To do this from the script you would have to create a different Contact and have that Contact send the digit string. The above has the caller's Contact trying to send the digit. Also, what are you sending the digit to?
I'm not sure what you are actually trying to do here, but once the script is triggered you can keep that triggering object "in" the script nearly indefinitely by using a "wait" loop until you hit the magic 1000 step limit.Call transfer can be accompl...
Here is the solution we came up with:Gather the list of MAC addresses with SEP that require the change and save to a .txt file with a header of DEVICE NAME. Upload the file to UCM as a Phones, Update Custom File ...
After doing more research here and other places, I found that all of the elements under the vendorConfig have to be "written" when making the change to one element. I have over 4500 phones to change so scripting this will be much better than manually...