06-29-2022 02:26 PM
We would like to update 3000 Cisco IP Communicators to the newest version which is 8-6-6-25.
Currently, all staff has version 8-6-0.
We want to make sure we keep the Device Name AND TFTP values after the upgrade.
How can we do this without losing Device Name and TFTP IP Address?
06-29-2022 07:11 PM
You sure you want to put the effort into upgrading CIPC when it's EOL? Its last day of support is 30SEP2022.
07-06-2022 09:40 AM
Yes...
Long story short, the pandemic forced us to use another form of communication through our dialer.
Unfortunately, we need to use two different cluster with no sip trunk between them.
Jabber is already being used in 1 of them therefore we must use cipc.
07-06-2022 10:39 AM
@SubnetZero1 wrote:...
Jabber is already being used in 1 of them therefore we must use cipc.
Yeah, reality often gets much messier than whitepapers.
07-06-2022 11:12 AM
Any documentation on doing this?
We have Webex teams and would love to get this instead of Jabber/CIPC switch.
Thanks.
07-06-2022 12:24 PM
Using Webex as a UCM softphone is well documented, like in the "Align Calling" section here:
https://help.webex.com/en-us/article/09t04o/Upgrade-Jabber-with-Messenger-to-Webex#id_136205
The trick would be getting Jabber and Webex to both run simultaneously and connect to different clusters. By default they discover services exactly the same way (via DNS records). What I'm not sure about would be the exact steps to force one them to an alternate cluster (or if it's even possible). Below are some notes on command line switches I've used to change the service domain and/or jabber-config.xml with Jabber (haven't tried with Webex). I'm not saying these are helpful, but it's all that I've got...
msiexec.exe /i CiscoJabberSetup.msi /qb! CLEAR=1 SERVICES_DOMAIN=example.com TFTP_FILE_NAME=jabber-config-test.xml
[Service Domain]
The service domain is stored here:
$env:AllUsersProfile\Cisco Systems\Cisco Jabber\jabber-bootstrap.properties
aka
%AllUsersProfile%\Cisco Systems\Cisco Jabber\jabber-bootstrap.properties
C:\ProgramData\Cisco Systems\Cisco Jabber\jabber-bootstrap.properties
Can set this with this command:
msiexec.exe /i CiscoJabberSetup.msi /quiet CLEAR=1 SERVICES_DOMAIN=example.com
or with some feedback
msiexec.exe /i CiscoJabberSetup.msi /qb! CLEAR=1 SERVICES_DOMAIN=example.com
07-08-2022 05:34 AM
The voice services domain equivalent is configured in the Webex Control Hub, so it is possible if you have separate enough infrastructure, to configure that domain and run that client. I don't think there are any specific caveats to this other than the usual ones of running multiple UC clients on a workstation, and the conflict in control of I/O devices, URI handlers, etc.
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