Providing all the attributes are the same for the users, power down UCCX, delete and recreate the LDAP directory sync, watch the users go into an inactive state, perform a full LDAP directory sync and check users go into active state and then power b...
Check the SIP trunk towards Expressway and set "Calling and Connected Party Info Format" to "Deliver URI only in connected party, if available". Just posting this as I had a similar issue.
A simple Powershell script which creates a bootable ISO and only needs a single piece of free software called mkisofs. https://squirrelsuccess.blogspot.com/2020/02/create-bootable-cuc-cucm-cup-files-when.htmlHope this helps someone. Cheers
$FileName = ".\pb.csv"$Password = ConvertTo-SecureString “passwordhere” -AsPlainText -Force$Cred = New-Object System.Management.Automation.PSCredential (“usernamehere”, $password) Obviously, this is not very secure but its simply a proof of concept t...
This just happened to me. I have an STFP Server, which I reinstalled for whatever reasons and then the backup stopped working. The SFTP Server showed that the connection closed by the peer.2014.02.03 08:59:04 - Connection closed by [10.X.X.X [preaut...