Add CustomerAdd Test Numbers for CustomerAdd Trunk ( Number Simutanous Calls ) Add Numbers to TrunkAdd TXT domainDo not tick any exchange or advance potionsCreate new user account […]
Dial Plans in Teams calling
Name : 4 digits extension ruleDescription : Internal 4 Digit extension to full number 029XXXXXXX rangeExpression : ^(50\d{2})$Translate :+6129XXX$1Name : AU Service NumbersDescription : Toll free 1300 […]
Teams Calling
Call flow setup steps PSTN number (service number) -> Resource Account -> Auto Assistant -> Call Queue Notes: Teams Devices There are /very/ strict requirements around what […]
Take Control – Performance Increase
Found these settings while looking at a machine that was performing terribly.Went from one thread using 100% of the core it was running on to <5% usage
Things to Set before an Vocus VHV Porting Request
If you are using Vocus as the PBX Teams calling PBX here’s a run-through sheet of tasksPrePortingRequest porting – Port contact person = the person that knows about […]
Azure Site Recovery Configuration Server asking for Credentials
ASR Configuration Manager website, it continually prompts for password and then errors with 401.1 authentication error.Try doing an iisreset, this fixed the issue for me.
How to check for drive latency to Veeam backup Troubleshooting
Use case: Backup was running really slowly. Tracking the Veeam backup log it was using a server for the repository. Logging in to the server we checked […]
Enable Users to make Outbound calls from Different\Multiple numbers in Microsoft Teams
Setup a call queue with the number and Assign the number in calling IDAdd the caller as an AgentWhen the user logs into Teams and enters a […]
How to Batch Download things via Bat\Powershell to SFTP using WinSCP
How to Batch Upload things via Bat\Powershell to SFTP using WinSCP
Upload.bat[pastacode lang=”markdown” manual=”%22C%3A%5CProgram%20Files%20(x86)%5CWinSCP%5CWinSCP.com%22%20%2Fscript%3D%22C%3A%5CFTP%5CConnection.txt%22%0Aif%20%25ERRORLEVEL%25%20neq%200%20goto%20error%0A%20%0Aecho%20Upload%20succeeded%2C%20Moving%20Files%20to%20Uploaded%20folder%20or%20they%20will%20reupload%0A%0AREM%20Move%20Files%0Apowershell%20-command%20%22move-item%20%22%22%22%5C%5Cfiles%5Ctest*.csv%22%22%22%20%22%22%22%5C%5Cfiles%5CUploaded%5Ctest*.csv%22%22%22%20-Force%22%0A%0Aexit%20%2Fb%200%0A%20%0A%3Aerror%0Aecho%20Upload%20failed%2C%20keeping%20local%20files%0Aexit%20%2Fb%201″ message=”” highlight=”” provider=”manual”/]C:\FTP\Connection.txt[pastacode lang=”markdown” manual=”%0Aopen%20sftp%3A%2F%2Fusername%3Apassword%40sftp.server.com%3A22%2F%0A%23Open%20Local%20Folder%0Alcd%20%22%5C%5Cfiles%5C%22%0A%0A%23Upload%20Test*.csv%0Aput%20Test*.csv%0A%0A%0A%23%20Exit%20WinSCP%0Aexit” message=”” highlight=”” provider=”manual”/]