David Staudt | If by 'lock the phone' you mean to restrict any outbound calls, then typically this is achieved by configuring a calling search space for the phone that includes only 911 and the operator. This can of course be done from the UCM admin UI, however if you want to do it programmatically, AXL is the right API. I believe you will want to execute an <updatePhone> request, specifying the phone's devicename (e.g. SEPxxxxxxxxxxxx) and setting the <callingSearchSpaceName> to the desired CSS. The AXL SQL Toolkit (downloadable from the UCM admin web pages, under Applications/Plugins) contains a small java sample, other samples can be found in the AXL wiki: http://developer.cisco.com/web/axl/wikidocs |
| Please sign in to flag this as inappropriate. |