Sunday, November 24, 2019

When publisher goes down, unable to recognize DTMF for the UCCX calls

I had to shutdown my publisher server and Primary Subscriber for UCS move to different DC. Due to this CUBE media resource got unregistered and it impacted UCCX  customer calls. The system was unable to recognize DTMF. The provider uses  RFC 2833 In a band and UCCX use Out of band, due to mismatch in DTMF you need MTP resource.


Provider -  RFC 2833 In band
UCCX Support only -  Out of band

I have changed following and media resource got registered back to CUCM and UCCX issue got fixed.

sccp ccm x.x.x.x identifier 1 version 7.0

sccp ccm group 1
 associate ccm 1 priority 1

Tuesday, October 22, 2019

UCCX Prompt Covert - Using Audacity


UCCX support only below format. You could convert the file using Audacity



·       Format: CCIT U-Law

·       Sample Size: 8-bit

·       Sample Rate: 8kHz


File>Export -> In the export dialog, choose ‘Save as type’ as  “Other uncompressed files

Format Options

Header = WAV

Encoding = U-Law





Sunday, October 20, 2019

FAX Setup Over SIP

You may encounter FAX issues when you convert PRI to SIP. Few steps to troubleshoot FAX related issues

1- From CUCM/ ATA side we need to make sure T.38 FAX Relay is selected




2- ATA following should be selected

3- CUBE Side

voice service voip
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback pass-through g711ulaw
no fax-relay sg3-to-g3


4- Dial peer add following commands


fax-relay ecm disable
fax-relay sg3-to-g3
fax rate 14400
fax nsf 000000

5- Make sure on CUCM Region is properly configured. If ATA and CUBE are in two different Region, Make this two region codec is properly added.


6 -  CUBE you could enable following debugs to see what's happening for fax inbound and outbound


debug ccsip messages
debug voice ccapi inout
debug fax relay t30 all-level-1



Friday, July 5, 2019

Custom Windows 10 shortcuts

Here is two methods to create Custom Windows 10 shortcuts

Using Shortcut  

1-  In case if you wanted to access one particular excel (any application) file using RUN short cut Right click on blank area ->New ->Shortcut ->On next window you need to browse your file  -> Type a name for the short cut -> Press Finish

2- Cut that shortcut file and past in 'C:\Windows'

3 -  Open run cmd and type your shortcut file name


Custom Shortcut using CTRL+ALT

1- Enter 'explorer shell:AppsFolder' in Run

2-  In case you wanted to setup short cut for Notepad , Right click on Notepad -> Open file location ->Right click on the Notepad.exe application-> Properties -> Press CTRL and choose the shortcut letter
3-  To open the file press CTRL+ALT+ Shortcut letter

Monday, March 18, 2019

CUCM Media resourse usage from CLI

Following commands will provide media usage details from CUCM CLI.


show perf query counter "Cisco Media Streaming App" MTPStreamsAvailable
show perf query counter "Cisco Media Streaming App" MTPStreamsActive
show perf query counter "Cisco MTP Device" OutOfResources
show perf query counter "Cisco MTP Device" ResourceActive
show perf query counter "Cisco MTP Device" ResourceAvailable
show perf query class "Cisco MTP Device"

Sunday, February 24, 2019

Identify the last User login in CUCM


Login CUCM SSH

Enter file list activelog tomcat/logs/*

you will find localhost_access_log.txt text files , copy one of the file name

Enter file view  activelog tomcat/logs/localhost_access_log.txt

you could see the IP and user ID of users who logged in CUCM.



Saturday, October 6, 2018

RTMT-ALERT CCXToCUICCVDSyncFailed

I was getting this alert every day. This was because, "aaa" ID was not there in UCCX DB, however same ID present in CUIC reporting. I tried to delete it from CUIC but unable to delete it and I was getting cannot delete error.

RTMT Alert:


 RTR : User with userID:aaa failed to be synced to CUIC. Please run sync CLI command to fix the issue.
AppID : Cisco Unified CCX Cluster View Daemon ClusterID : 
NodeID : uccx01
 TimeStamp : Sat Oct 06 01:00:03 PDT 2018.
The alarm is generated on Sat Oct 06 01:00:03 PDT 2018.

run sql select * from cuic_data:cuicuser    ->This command is to see all the users that should have access on CUIC



I followed steps mentioned in the below Cisco forum and was able to delete the ID from CUIC.

https://community.cisco.com/t5/contact-center/uccx-10-5-shows-ccxtocuiccvdsyncfailed/td-p/2561092

https://community.cisco.com/t5/cisco-bug-discussions/cscup31962-commands-showing-on-the-bug-workaround-are-wrong/td-p/2499841

#UCCX Version :11.5


-------------------------------------------------------------------------------------------------------------------

I was getting below error when I removed one of the Admin CUIC user:

RTR : Failed to grant permission to the collection: XXXXX for the userGroup:AllUsers.ReportingUsers in CUIC.Please run sync CLI c AppID : Cisco Unified CCX Cluster View Daemon ClusterID :  


To fix this login UCCX CLI and Enter, you would get groupfullname

run sql select * from cuic_data:cuicgroup

Then enter following, make sure group name and defaultgroupid are matching here

·       

run sql update cuic_data:cuicgroup set groupfullname='AllUsers.ReportingUsers' where id='D7D7E1A610000132363635BD3F57F543'

·       run sql update cuic_data:cuicgroup set groupfullname='AllUsers.Agents' where id='5B526E081000013F000000BF0A4E5EB6'

·       run sql update cuic_data:cuicgroup set groupfullname='AllUsers.Supervisors' where id='5B53E1651000013F000000C40A4E5EB6'

 

·       utils service restart Cisco Unified Intelligence Center Reporting Service

·       utils service restart Cisco Unified Intelligence Center Serviceability Service