cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
445
Views
0
Helpful
1
Replies

XML tag for 'External Phone Number Mask'

jwjacks
Level 1
Level 1

For a Call Manager cluster version 3.3.4.

I have a perl AXL script to update several thousand phones lines from 5 to 10 digits in length. The script works fine in changing the number. But... we also need the script to blank out the existing 'External Phone Number Mask'. on each line.

Could someone give me a hint on what AXL URL that I need to do this?

Currently the script is reading a number plan report (a CSV file) from the cluster for the information that it needs. So the directory number, partition and device name variables are already loaded with the appropriate values.

Is it the 'e164Mask' the same as the ''External Phone Number Mask'?

Is the main element UpdatePhoneReq/lines/line?

This is not clear to me.

Thanks

1 Reply 1

ckatene
Level 3
Level 3

you got it. e164mask is external phone number mask, and UpdatePhoneReq/lines/line is the way to change it.

c