cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
873
Views
0
Helpful
10
Replies

Documentation for Cisco 8861 SIP firmware v11.0

nigmatzyanov
Level 1
Level 1

Hi.

Where can I find a documentation for the new SIP firmware version 11 for 8861 phones?

Thank you!

10 Replies 10

Rajan
VIP Alumni
VIP Alumni

You can refer the below release notes:

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cuipph/8800-series/english/11-0-1/releasenotes/p881_b_cisco-ip-phone-8800-series.html

HTH

Rajan

Rajan
VIP Alumni
VIP Alumni

and readme file:

http://www.cisco.com/web/software/282074288/130143/cmterm-88xx.11-0-1-11-readme.html

Sorry, I meant, where I can find explanation of every single option we write in .cnf.xml file?

For example, if I use SIP firmware, why do I need <callManagerGroup> in my config.

Thank you!

You may check the following link

http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cuipph/7960g_7940g/sip/8_0/english/administration/guide/8_0/sipins80.html#wp1109133

The configuration example for SIP default configuration file provides info for the various parameters, though all are not covered as the documentation is only for the default config file.

Manish

BTW, maybe you can explain: if I use SIP firmware, why do I need <callManagerGroup> in my config.

Thank you!

If the IP phone is registering to callmanager it needs to know the cucm to which it needs to register , this prioritized list of cucm's is provided by the Callmanager group.

Manish

Ok, but what if I don't have CUCM and use it like a SIP phone?

Why I can't just write:

<sipLines>
<line button="1">

The phone will need info on which server to register to, if this is not a CUCM deployment then you can check the following post for SIP phone registration to Asterik and it does mention which all settings are needed, that's pretty much what i can help with this scenario.

http://www.voip-info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP

Manish

- Do rate helpful posts -

Ok, makes sense a little bit.

If I need to set up 3 different SIP lines from 3 different SIP providers, how many <member priority="0"> I have to add in a <callManagerGroup> ? 

You can have only one member with priority 0 at a time as it is the server which will control your phone. At a time, the phone can register to only one PBX and not with multiple servers and hence can be controlled only by one server.

CallManager group can have many members in prioritized order for redundancy purpose. If first member fails, it will register with second and so on in the same order. But remember it can register only with one member at a time whatever the case may be.

HTH

Rajan