12-16-2015 06:11 AM - edited 03-17-2019 05:15 AM
Hi.
Where can I find a documentation for the new SIP firmware version 11 for 8861 phones?
Thank you!
12-16-2015 06:26 AM
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
12-16-2015 06:26 AM
and readme file:
http://www.cisco.com/web/software/282074288/130143/cmterm-88xx.11-0-1-11-readme.html
12-16-2015 07:27 AM
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!
12-16-2015 08:36 AM
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
12-16-2015 08:47 AM
BTW, maybe you can explain: if I use SIP firmware, why do I need <callManagerGroup> in my config.
Thank you!
12-16-2015 09:04 AM
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
12-16-2015 09:08 AM
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">
12-16-2015 09:15 AM
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 -
12-16-2015 09:37 AM
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> ?
12-16-2015 10:00 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide