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
Friday, July 5, 2019
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:
run sql select * from cuic_data:cuicuser ->This command is to see all the users that should have access on CUIC
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
Sunday, March 4, 2018
Genesys Workspace Desktop Edition
Recently I got opportunity to work on Genesys contact centre
solution with Chat,email and voice interactions.
In Cisco contact centre solution finesse is the Agent
interface and voice path will be through your Cisco phone. Genesys Workspace
Desktop Edition (WDE) is the agent interface and SIP endpoint will be running
in the backed and that will take care of voice path.I have attached few snaps of WDE
Saturday, March 3, 2018
Finesse Certificate error
You may have noticed finesse certificate error when you access finesse from IE. Here is some tips to fix it on local machine. some time you get below error due to the certificate
Choose local machine from the wizard
1- Enter your finesse URL in IE and choose IE
options and then add it Security – Trusted Sites
2- Under Privacy Tab in IE option
Disable following highlighted in yellow
3- Enter your finesse URL in IE
address bar and press Certificate error and then choose install certificate
Install the certificate in Trusted Root certification authorities
Media Recourse Configuration
Configuration:
!
voice-card 0
dspfarm
dsp services dspfarm
!
!
sccp local gi0/0
sccp ccm < ccm ip > identifier 2 version 7.0
sccp ccm identifier 1 version 7.0
sccp
!
sccp ccm group 1
bind interface gi0/0
associate ccm 1 priority 1
associate ccm 2 priority 2
associate profile 1 register CONF_VG2 - > Profiel name confi on cucm
!
!
Dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions < >
no shut
associate application SCCP
Subscribe to:
Posts (Atom)