cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
285
Views
0
Helpful
3
Replies

Identify phones with EM enabled

k.ms
Level 1
Level 1

Hi,

We have ccm 4.2(3)sr2b cluster.

How can I identify phones on which extension mobility is enabled?

Need to disabe a parameter on these phones using bulk edit.

Thanks

KMS

3 Replies 3

smalkeric
Level 6
Level 6

If you press the service button and the extention mobility is it will ask you enter the password:user presses the Services button on the Cisco IP Phone and requests to log in. This action invokes a URL for the Cisco Extension Mobility application

http://cisco.com/en/US/products/sw/voicesw/ps556/products_administration_guide_chapter09186a00802e225c.html

Thanks for replying.

What I am looking for is,identify all the IP phones on which EM is enabled.and than do a bulk edit to change some parameter on these phones only.

Is there a way I can acheive this through ccmadmin or SQL query.

Thanks

KMS

gogasca
Level 10
Level 10

SELECT *, AllowHotelingFlag AS Expr1

FROM Device

WHERE (AllowHotelingFlag = 1)