07-07-2016 08:15 AM - edited 03-18-2019 12:02 PM
Hi folks,
I have installed CUPS with CUCM v11 in lab environment. Refer video from youtube and deployed as per the steps. Phone registers with CUPS. I have stucked with errors.
1. On Cisco Jabber 11.5 windows, Phone shows Unable to Connect after 1min post login. Error code CJ:109:3
Please suggest.
regards,
Ritesh Desai
Solved! Go to Solution.
07-07-2016 09:12 AM
By defining dns srv records (Cisco-uds) and A records, Cisco jabber automatically discover cucm/imp servers so you don't need to define imp IP address in advance settings of jabber.
In your case, there can be one of below two issues.
1. You don't have host entries in local laptop/desktop where you have jabber client installed, so create host entries and check (run -> drivers -> etc -> hosts)
2. Have you created ctl uc service and service profile and assigned it at end user ?
You can check firewall port status as below..
utils firewall ipv4 enable
You can also check for the list of open ports with the CLI command:
show open ports all
Suresh
07-08-2016 09:16 AM
If all you're using is Jabber, you don't need the XCP Directory service (you can find a doc with the explanation of each service if you just google it), that has nothing to do with any of the errors you're seeing.
Did you review the Jabber documentation???
The planning guide has a whole chapter on service discovery which talks about the SRVs and login, it seems you're lacking some of the basic configuration which is required for Jabber to work, and which is contained in the planning guide and on-prem deployment guides.
I have a video in which I explain everything, including how to configure SRVs, but you need to do your due diligence, and review the documentation.
https://www.youtube.com/watch?v=PdH50_zp4wc&list=PLFuOESqSTxEvZChqWgAJanctohRMe99CR&index=2
You might also want to google a little bit about A records and SRV records to understand the difference between each other, and how they're used.
07-07-2016 08:38 AM
Are you using DNS srv records (Cisco-uds) and A records to discover services ? Or manually defining IMP ip address on jabber client ?
Suresh
07-07-2016 09:00 AM
Hi Suresh,
Regards,
Ritesh desai
07-07-2016 09:12 AM
By defining dns srv records (Cisco-uds) and A records, Cisco jabber automatically discover cucm/imp servers so you don't need to define imp IP address in advance settings of jabber.
In your case, there can be one of below two issues.
1. You don't have host entries in local laptop/desktop where you have jabber client installed, so create host entries and check (run -> drivers -> etc -> hosts)
2. Have you created ctl uc service and service profile and assigned it at end user ?
You can check firewall port status as below..
utils firewall ipv4 enable
You can also check for the list of open ports with the CLI command:
show open ports all
Suresh
07-07-2016 09:50 AM
Suresh,
Thanks for commands. I will research n study on it.
Thanks regards,
Ritesh Desai
07-07-2016 10:07 AM
Suresh, Can u tell me reason why SIP Trunk between CUCM and CUPS shows unknown? Both are in domains and same subnet range, what possibly the issue?
Regards,
Ritesh desai
07-07-2016 07:31 PM
As Jaime said, you need to create a SIP profile for it (Device -> Device settings -> sip profile) and select "Enable OPTIONS Ping to monitor destination status for Trunks with service type "None (Default)" option and apply the sip profile to sip trunk and reset the trunk, that's all.
Suresh
07-08-2016 12:08 AM
Hi Suresh & JAVA,
Thanks for your expertise!
My CUCM-CUPS SIP trunk link is UP.
Please suggest. Do I hv to downgrade Jabber Client version?
regards,
Ritesh Desai
07-08-2016 12:37 AM
Hi Ritesh,
You can see by installing other jabber client (e.g. 10.6) on another machine as well.
You said "Jabber client does not pick up CUCM and CUPS address when changed to auto", have you configured SRV and A records in DNS for jabber to discover CUCM/IMP ? if not, then you must configure these on DNS server.
For manual discovery, have you created host entries in local desktop as below and are you able to resolve fqdn of cucm and IMP ?
<CUCM FQDN> <IP address>
<IMP FQDN> <IP address>
If no luck then please attach jabber problem report here, see the below link to collect problem report.
http://www.cisco.com/c/en/us/support/docs/voice-unified-communications/jabber-windows/116334-trouble-jabber-problem-00.html
Suresh
07-08-2016 02:25 AM
Hi Suresh,
regards,
Ritesh Desai
07-08-2016 04:23 AM
Hi Ritesh,
DNS SRV records and A records are not created correctly, getting below error in problem report, please configure them
DNS query _cisco-uds._tcp.csinfocomm.com. has failed: DNS name does not exist.
DNS query _cuplogin._tcp.csinfocomm.com. has failed: DNS name does not exist.
To verify,go to command prompt, type below commands one by one
nslookup
set type=srv
_cisco-uds._tcp.csinfocomm.com
_cuplogin._tcp.csinfocomm.com
You will get all info like IP address, host name, port, weight etc, if you don't get that means you SRV records are configured properly.
Note: I think, you are referring old version's admin guide here, so please refer version 11.x guide.
Suresh
07-08-2016 08:23 AM
Suresh,
Below is the output from DNS server. As suggested I have configured CUPS and CUCM in forward and reverse lookup zone.
"Microsoft Windows [Version 6.2.9200]
(c) 2012 Microsoft Corporation. All rights reserved.
C:\Users\Administrator>cd c:\
c:\>
c:\>
c:\>
c:\>nslookup
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa
primary name server = 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
0.0.0.0.0.0.0.ip6.arpa
responsible mail addr = (root)
serial = 0
refresh = 28800 (8 hours)
retry = 7200 (2 hours)
expire = 604800 (7 days)
default TTL = 86400 (1 day)
Default Server: UnKnown
Address: ::1
> set type=srv
> _cisco-uds._tcp.csinfocomm.com
Server: UnKnown
Address: ::1
*** UnKnown can't find _cisco-uds._tcp.csinfocomm.com: Non-existent domain
> _cuplogin._tcp.csinfocomm.com
Server: UnKnown
Address: ::1
*** UnKnown can't find _cuplogin._tcp.csinfocomm.com: Non-existent domain
>"
On CUP I see below error. (SNAP attached)
07-08-2016 09:01 AM
Please take help from DNS administrator for further help.
Suresh
07-09-2016 08:35 AM
07-10-2016 11:35 PM
Jaime, Hudda,
Ignore previous post. I m IDIOT!!! :D ;)
I haven't configured directory no to a person I was trying login.
Just to confirm, Jabber client has to b on domain?
regards,
Ritesh Desai.
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