« Back to Administration XML Questions

Re: New Message from Guilherme Quelhos in Administration XML (AXL) - Admini

Combination View Flat View Tree View
Threads [ Previous | Next ]
Dears,
 
How can I lock an IP Phone but still receiving calls? Which API can use?
 
Is there a step-by-step to do that?
 
Could comeody send me some samples?
 
I don't have much experience using Cisco APIs.
 
Thanks.
 
Guilherme

Buenas,

Hasta el día 1 de Septiembre no estaré disponible. Para cualquier
consulta puede dirigirse a Bruno Serrano Freixas:
bserrano@wtelecom.es

Gracias y Saludos,

--


Víctor Manuel García Ternero
Director de Producción
M +34 678778166
vgarcia@wtelecom.es
Skype

Charles Darwin s/n
(Pabellón Monorrail)
Isla de la Cartuja
41092 Sevilla
T +34 954151706
F +34 954151729
www.wtelecom.es
<http://www.wtelecom.es/>

En cumplimiento de lo dispuesto en la Ley Orgánica 13/1999 de 13 de
Diciembre de Protección de Datos de Carácter Personal le informamos que los
datos personales que nos ha facilitado son tratados por WELLNESS TELECOM SL,
de forma confidencial y con la finalidad para la que fueron recabados. Esto
es, darles a conocer nuestro trabajo. Dichos datos se encuentran registrados
en un fichero de datos de carácter personal del que WELLNESS TELECOM SL es
responsable y se encuentra registrado en la Agencia de Protección de Datos.
El titular de los datos tiene derecho de acceso, rectificación, cancelación,
oposición, para lo que deberá comunicarlo por escrito a WELLNESS TELECOM SL.
En caso que no desee que WELLNESS TELECOM SL trate sus datos personales le
rogamos nos lo comunique por escrito.

NOTA: Este correo electrónico y, en su caso, cualquier fichero anexo al
mismo, contiene información de carácter confidencial exclusivamente dirigida
a su destinatario o destinatarios. Queda prohibida su divulgación, copia o
distribución a terceros sin la previa autorización escrita de WELLNESS
TELECOM SL. En caso de haber recibido este correo por error, le rogamos se
sirva notificar inmediatamente esta circunstancia mediante reenvío a la
dirección electrónica del remitente. Le agradecemos de antemano su
colaboración.

P Antes de imprimir este e-mail piense bien si es necesario hacerlo. Before
printing this email, assess if it is really needed.

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

David,


I really appreciated your help. Thanks.

Do you know if it's possible to lock/unlock the phone using a password?


Regards,

Guilherme

You can Fevelope some Application in which u look which user is owning the phone, via axl
then u can check the pin of the user over axl if its right then u set the none restrict CSS.
For locking u don't check the user and set the locking css.

There are some Applications out there like Andtek.com with their App andlock

cheers Floh