cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
894
Views
0
Helpful
2
Replies

CUCM Auto Config

Leonardo Santana
Spotlight
Spotlight

Hello Dev Guys,

I want to make a script to insert the configs of CUCM automatc, how can i start this? Could you guys give some directions?

 

Regards

 

Leonardo Santana

Regards
Leonardo Santana

*** Rate All Helpful Responses***
2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

You will certainly want to look at the AXL SOAP API for CUCM configuration:

https://developer.cisco.com/site/axl/

 

Also possibly of interest, PAWS for version management and upgrades:

https://developer.cisco.com/site/paws/overview/

 

and Control Center Services SOAP for enabling/starting/stopping services:

https://developer.cisco.com/docs/sxml/#!control-center-services-api-reference

 

and Service

jeremy.worden
Level 1
Level 1

I built a python tool called UC Configurator a while back to do this. Allows you to take a template based config file and update variables to push into Call Manager.

 

You can take a look at it here: https://automate.builders/

 

Start with View>Samples>Parameter File. Then reference Help>Parameter File Help for more assistance.

 

Jeremy