cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
174
Views
0
Helpful
1
Replies

CP-8831 on CME 9.x

GRANT3779
Spotlight
Spotlight

Hi,

Has anyone successfully got this phone working on CME 9.x?

I know the datasheet here - 

http://www.cisco.com/c/en/us/products/collateral/collaboration-endpoints/unified-ip-phone-8800-series/data_sheet_c78-726887.html

says it needs CME 10.x as a minimum, but interested to see if it works on older versions such as 9?

Thanks

1 Reply 1

Manish Gogna
Cisco Employee
Cisco Employee

Hi,

You can try adding it as a third party SIP phone. Sample config below

 

configure terminal

    voice service voip
    allow-connections sip to sip

    voice register global
     mode cme
     source-address X.X.X.X port 5060
     max-dn 20
     max-pool 5
     authenticate register
     authenticate realm local

    voice register dn  1
     number 4444
    name abcd
     label 4444

    voice register pool  1
    id mac xxxx.xxxx.xxxx         
    number 1 dn 1
    username cisco password cisco


HTH

Manish