cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
947
Views
10
Helpful
3
Replies

Updating Line information with bat template in BAT Tool

ed.crawford
Level 1
Level 1

I have CCM v8.5.  I want to update the display field across all lines.  Asthe display field for each line is unique I can't use the query option in Bulk Administration.  You can add new lines with the bat template, but I don't see a way to update existing line information with unique values for each line.  Does anyone have an idea how I can do this or do I have to do this manually?

1 Accepted Solution

Accepted Solutions

William Bell
VIP Alumni
VIP Alumni

I typically do this using a script I wrote to update phone lines remotely. The script uses AXL/SOAP API. So, if you like that sort of thing then you could look at using AXL/SOAP.

The other approach that is viable is to Bulk export your records (via BAT), edit them, and then bulk import (via BAT) with an "Override Existing Configuration" option.

URL: http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/bat/8_5_1/t03inph.html

HTH.


Regards,
Bill

Please rate helpful posts.

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

View solution in original post

3 Replies 3

William Bell
VIP Alumni
VIP Alumni

I typically do this using a script I wrote to update phone lines remotely. The script uses AXL/SOAP API. So, if you like that sort of thing then you could look at using AXL/SOAP.

The other approach that is viable is to Bulk export your records (via BAT), edit them, and then bulk import (via BAT) with an "Override Existing Configuration" option.

URL: http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/bat/8_5_1/t03inph.html

HTH.


Regards,
Bill

Please rate helpful posts.

HTH -Bill (b) http://ucguerrilla.com (t) @ucguerrilla

Please remember to rate helpful responses and identify

Thanks.  This works great.

What would I do without netpro? Thanks Bill