02-09-2022 08:35 AM
Hi folks, I'm wondering if there is a way to lock a phone using CUCM's AXL. I'm looking for different available locking flavors, e.g.:
- lock dialing
- lock specific number patterns
- ...
or something equivalent. Is there anything available out of the box?
Thanx
Solved! Go to Solution.
02-10-2022 09:25 AM
Note: any phone CSS (or other) configuration will need to be done via CUCM AXL - there are no on-phone config APIs
02-09-2022 09:03 AM
One way to limit what users can dial is to use a Forced Authentication Code (addFacInfo in AXL). Here's a description of what it does from the help page:
As for locking phones, you can do this with 3rd party software. Or you can use extension mobility and calling search spaces. This fellow does a better job than I can do. Go to this community link and scroll down to William Bell's response.
https://community.cisco.com/t5/ip-telephony-and-phones/lock-unlock-for-cisco-phone/td-p/1463137
02-09-2022 07:01 PM
In general, you will want to do this by manipulating the configured calling search space on the phone, i.e. so that only the 911 CSS is in effect. Note that CSS can be configured at the device level, and at the line/DN level (aka routePartition)
02-10-2022 07:54 AM
Thank you folks. Thank you for your suggestions. I guess there isn't any simple solution to set up a simple PIN-lock mechanism, without affecting "core" configurations or using a 3rd party software. Right?