Hi!
I want block presence between users. I use Lcsaddaces.wsf without errors but I don´t have any results. I ran:
CScript LCSAddACEs.wsf /usersfile:users.txt /acesfile:aces.txt > acesout.txt
users.txt :
sip:user1@mynetwork.com
aces.txt:
user sip:user2@mynetwork.com block deny
The result it´s write in acesout.txt:
Microsoft (R) Windows Script Host versi¢n 5.7
Copyright (C) Microsoft Corporation 1996-2006. Reservados todos los derechos.
@------------------------------------------------------------
@ Text file with Users: users.txt
@ Text file with ACEs: aces.txt
@------------------------------------------------------------
@------------------------------------------------------------
@ Adding ACEs...
@ PrimaryURI: sip:user1@mynetwork.com
@ InstanceID: {******************************************}
@------------------------------------------------------------
[+] Put successful for ACE: user(Type) sip:user2@mynetwork.com(Mask) deny(Invitations) block(Subscriptions)
But I don´t have any results. User2 can see the presence status for user1. Anyone can you help me?
Thanks