Enable CDR via Zeep

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 08:15 AM
I am looking to use Zeep and Python to enable the CDR setting across the entire cluster. I am struggling with this setting in the 12.5 sandbox as it does not appear when it is set to off. I have tried a few versions and I am not able to set the flag to on with any of them.
axl.updateServiceParameter(processNodeName = 'EnterpriseWideData',,name='CdrEnabled',service='Cisco CallManager',value='1')
axl.updateServiceParameter(uuid='{BE9234B2-CFE5-D123-2BC0-408AAE5FD22A}',value='T')
Thanks for the assistance
- Labels:
-
Other Call Control Topics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 12:00 PM
As CdrEnabled is not in Enterprise Parameters, I believe you will need to update it on each node individually. I was able to get it working with v12.5, and added a sample to the repo here: https://github.com/CiscoDevNet/axl-python-zeep-samples
