10-23-2021 11:21 PM
Hi
I have CUCM and IMP 12.5
I mus configure manually the IP address of IMP server on jabber in other to connect
What should I do to no need to configure this adress manually on jabber and connect successfuly ?
Please help
Solved! Go to Solution.
10-24-2021 12:35 AM
Apart from the other answers you got, which are absolutely correct. If you use MRA to connect clients that are not on-prem or connected via VPN, you would need to create this SRV DNS record in your external DNS zone. It’s very important to not have this present in the internal DNS zone, just as it’s equally important to not have the other SRV record present in the external DNS zone.
Service Record | Description | ||
---|---|---|---|
_collab-edge |
Provides the location of the Cisco VCS Expressway or Cisco Expressway-Eserver.
|
_collab-edge._tls.example.com SRV service location: priority = 3 weight = 7 port = 8443 svr hostname = vcse1.example.com _collab-edge._tls.example.com SRV service location: priority = 4 weight = 8 port = 8443 svr hostname = vcse2.example.com _collab-edge._tls.example.com SRV service location: priority = 5 weight = 0 port = 8443 svr hostname = vcse3.example.com
10-23-2021 11:40 PM
You need to set up dns service record to be able to login automatically.
10-23-2021 11:56 PM
You need to have below SRV
The following is an example of the _cisco-uds SRV record:
_cisco-uds._tcp.example.com SRV service location: priority = 6 weight = 30 port = 8443 svr hostname = cucm3.example.com _cisco-uds._tcp.example.com SRV service location: priority = 2 weight = 20 port = 8443 svr hostname = cucm2.example.com _cisco-uds._tcp.example.com SRV service location: priority = 1 weight = 5 port = 8443 svr hostname = cucm1.example.com
10-24-2021 12:35 AM
Apart from the other answers you got, which are absolutely correct. If you use MRA to connect clients that are not on-prem or connected via VPN, you would need to create this SRV DNS record in your external DNS zone. It’s very important to not have this present in the internal DNS zone, just as it’s equally important to not have the other SRV record present in the external DNS zone.
Service Record | Description | ||
---|---|---|---|
_collab-edge |
Provides the location of the Cisco VCS Expressway or Cisco Expressway-Eserver.
|
_collab-edge._tls.example.com SRV service location: priority = 3 weight = 7 port = 8443 svr hostname = vcse1.example.com _collab-edge._tls.example.com SRV service location: priority = 4 weight = 8 port = 8443 svr hostname = vcse2.example.com _collab-edge._tls.example.com SRV service location: priority = 5 weight = 0 port = 8443 svr hostname = vcse3.example.com
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