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.
I have a strange issue with our COS/CUPS integration. RCC and Presence integration work fine. The problem is RCC enabled users on OCS receive missed calls from themselves every 30 minutes. If you are at the desk you will see the phone light up and ...
Hello, I am trying to write a message filter that will encrypt and remove our Encryption Subject keyword and leave the topical subject in place. So far, i have had no luck removing and encrytping messages. Our subject line keyword is TestIEA2009He...
OK. Finally got it working. Here is the resolution.The message filter is correct. Place this on the C-Series.encrypt-and-edit-subject:if ((sendergroup == "RELAY_LIST") AND (subject == '(?i)TestIEA2009')){edit-header-text('subject', '(?i)TestIEA2009...
Thanks for the help Kishore. I have corrected the Message Filter but I still have the same issue. When a message is composed we are using the subject 'TestIEA2009 Then the Email Subject Here' (minus the quotes)The encryption is still applied but th...