Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hopefully someone can answer this. I have an existing cube with one provider configured and working just fine. I have been tasked with creating another cube at another site coming back to our CUCM 11.0. This is done and configured. In testing out...
Cisco prime running very slowly. Checked and found that ncs stop then ncs start did not work.When I ran ncs start received this error: cisco prime cat: write error: No space left on device. Ran ncs cleanup and no luck. Checked in discussion communi...
I am new to UCCX scripting. We have multiple teams for different clinical practice sites and on some of the teams they have multiple CSQ's. It has been presented that when a call comes in on a particular CSQ if the agent in ready status could see t...
Using cisco unity connection administration version: 9.1.2.10000-10. Installed Cisco message archiver to assist users with pulling and archiving their voice mail messages. Followed tutorial and installed just fine. Open message archiver as myself ...
M Found the problem was the wtmp folder in /var/wtmp/ I manually cleared it by following these directions: #enter shell:
shell
#get root
sudo su -
#write an empty new wtmp file (this can take a minute)
cat /dev/null > /var/log/wtmp from this link: ...