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.
Hi,I have a problem with the wrong name displaying in Jabber calls. This only occurs when John calls from his Jabber Client. There is always the CallerId of Sam showing up. Checked AD, Outlook contacts, CUCM & Webex configuration and found no errors....
Hi,is it possibel to assign users, synced via AXL, a dedicated user group? Like assign all users the user group XXX? Or even better, like in MP7/8, assign the user group based on a criteria like department id. Can't find anything about that in docwik...
Hi,is there a way to stop CBAC from sending RST Packets for half-open connections that time out? I would prefer to drop this sessions silently. This behaviour interferes with one of our Riverbed machines. Any suggestions?Andre
Hi,is there a way to stop CBAC from sending RST Packets for half-open connections that time out? I would prefer to drop this sessions silently. This behaviour interferes with one of our Riverbed machines. Any suggestions?Andre
Nobody will log in daily to do backup housekeeping. And the script from the Cisco guys uses the API, which means the backup is deleted via DNA Center procedures and not "offline" on the backup server.
Hi,
the problem with that daemon is that it wont start by itself after a reboot. So I wrote a python3 script that will check the status and if necessary start the daemon:
import subprocess
def check_daemon_status():
try:
result = subproc...
Hi, this should provide you the mentioned fields: run sql select tm.name as phonetype, eu.userid, np.dnorpattern as dn from extensionmobilitydynamic emd, device d, device p, enduser eu , typemodel tm , devicenumplanmap dnpm, numplan np where emd.fkde...