Cisco Meeting Server - WebRTC Troubleshooting


Unable to connect - try again later

In this specific case the problem is due to the fact that the Web Bridge is not able to resolve the DNS SRV record for _xmpp-client._tcp.domain.com.

Dec 19 01:57:00 user.info mmp health: average power usage in last 5 minutes: 171.9W; peak 174.2W; 37.9 kWh total since Fri
Dec 9 23:21:27 2016 Dec 19 01:57:19 user.info edge2 webbridge: INFO : Stats 0, c:83465, d:83460, e:81416
Dec 19 01:57:38 user.info edge2 webbridge: INFO : guest conference request - conference “xxxxx”
Dec 19 01:57:40 user.info edge2 webbridge: INFO : guest login request - conference 00000000-0000-0000-0000-000000000000, friendly “Jason”
Dec 19 01:57:40 user.info edge2 webbridge: INFO : Session 7FD5A80008D0 activated - 1 currently active
Dec 19 01:57:40 user.info edge2 webbridge: INFO : No DNS SRV records for _xmpp-client._tcp.domain.com
Dec 19 01:57:40 user.info edge2 webbridge: INFO : XMPP connection dropped while session was live for reason 2
Dec 19 01:57:40 user.info edge2 webbridge: INFO : Session 7FD5A80008D0 moving from state idle to disconnected
Dec 19 01:57:40 user.info edge2 webbridge: INFO : XMPP connection dropped while session was live for reason 0
Dec 19 01:57:40 user.info edge2 webbridge: INFO : Session 7FD5A80008D0 moving from state disconnected to disconnected
Dec 19 01:57:40 user.info edge2 webbridge: INFO : Session 7FD5A80008D0 destroyed (0 active, cumulative 25)
Dec 19 01:57:55 auth.info mmp sshd[21282]: Accepted keyboard-interactive/pam for mcs from x.x.x.x port 49618 ssh2

To resolve this the record can be created on the appropriate DNS servers or alternatively the MMP command example below for customer Resource Records (RR) can be used to enabled the DNS resolver(s) to return values which are not resolvable from the configured DNS servers. Note the _xmpp-client SRV record is still required externally for use by the Acano/Cisco App (Windows/OSX/iPhone etc.). Without the record, testing results in the Application crashing or failing to join spaces in the case of an iPhone client.

dns app add rr “_xmpp-client._tcp.domain.com. 86400 IN SRV 10 10 5222 edge1.domain.com.”