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

CM 6.1 BAT script/automation

ajenks
Level 1
Level 1

Is there a way that I can get BAT to periodically poll for a .csv file to import (like a recurring scheduled job) ?

I currently have a manual process of importing one .csv to create the UDP's and one .csv to associate it to the user.

I can reliably produce the required .csv files from another program - but I want BAT to poll for them and import if found.

This would provide a level of automation for new account creation. CPM is overkill for my enviroment.

I know this may not be a readily available feature - but has anyone made any progress in custom development in this area ?

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

BAT was never meant to be an automatic feature, also you cannot insert or modify any files within CUCM for custom scripting behaviors

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

JeffG1
Level 3
Level 3

Look into adding accounts (DNs, Phones, Users) with Soap AXL. In the 4.x days I used bat as well, however I find in 5.x / 6.x its much too cumbersome for single adds. I moved over to an AXL script and life is much better…