cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
686
Views
5
Helpful
3
Replies

Configuring Extension Mobility on CME

fdonadio1
Level 1
Level 1

Hi,

 

I'm trying to configure EM on CME, but the "services" button doesn't works.

Bellow is the CME's configuration:

 

ip dhcp pool voice
   network 10.0.0.0 255.255.255.0
   option 150 ip 10.0.0.1 
   default-router 10.0.0.1 

!

voice logout-profile 1
 user 9999 password 9999
 number 2000 type normal
!
voice user-profile 1
 user cisco password cisco
 number 1010 type normal
!
interface FastEthernet0/0
 ip address 10.0.0.1 255.255.255.0
 duplex auto
 speed auto

telephony-service
 authentication credential username password
 max-ephones 5
 max-dn 5
 ip source-address 10.0.0.1 port 2000
 service phone webAccess 0
 timeouts busy 5
 url authentication http://10.0.0.1/CCMCIP/authenticate.asp username password
 cnf-file location flash:
 user-locale U1 load CME-locale-pt_BR-Portuguese-7.0.1.1.tar
 date-format dd-mm-yy
 max-conferences 4 gain -6
 web admin system name Admin password cisco
 transfer-system full-consult
 create cnf-files version-stamp 7960 May 13 2015 17:55:37

ephone-dn  1
 number 1000
 pickup-group 10
!
!
ephone-dn  2
 number 2000
 pickup-group 10

!

ephone  1
 device-security-mode none
 mac-address xxxxxxxx
 ephone-template 1
 type 7942
 button  1:1
!
!
!
ephone  2
 device-security-mode none
 mac-address xxxxxxxxx
 ephone-template 1
 type 7945
 logout-profile 1

 

I've already consulted the links listed bellow, but it still doesn't working:

https://supportforums.cisco.com/discussion/12410436/extension-mobility-cme-not-working

https://dreamforccie.wordpress.com/2010/07/24/extension-mobility-on-cme-virtualize-your-phone/

https://supportforums.cisco.com/document/12015641/extension-mobility-cme-configuration-troubleshooting

 

Thanks in advance for your help!

3 Replies 3

Jaime Valencia
Cisco Employee
Cisco Employee

Have you reviewed the actual CME configuration guide?

HTH

java

if this helps, please rate

Yes, here is the configuration guide link I reviewed:

 

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeadm.html

Manish Gogna
Cisco Employee
Cisco Employee

You are missing the  ip http server command mentioned in the admin guide. Add it and check if it helps.

HTH

Manish