FreePBX Asterisk RTP and Call Monitoring Script
We created this script to assist with constant monitoring of RTP streams and calls in Asterisk/FreePBX. We typically save it to the root of a ...
Fix Partial USPS Label Printing on Zebra Printers
We encountered this issue with multiple Zebra TLP/LP 2844 printers, only when printing USPS labels through Shipstation. In our case, the label print cut off ...
FreePBX Update Script
We run this script manually monthly on all of our FreePBX installs. It performs the following actions, in order:
Fix FreePBX permissions and ownership (chown)
Refreshes the ...
Fix & Reset Windows Update for Windows 10/11
Use the script below to fully reset Windows Update on any Windows 10/11 computer. Extract, Right-click and "Run as Administrator".Â
Source: https://answers.microsoft.com/en-us/windows/forum/windows_10-update/how-toreset-windows-update-components-in-windows/14b86efd-1420-4916-9832-829125b1e8a3
Script code:
@echo off
echo .echo Simple ...
Fix Loud Fans on Dell XPS 8930
Bothered by the constant loud fan noise eminating from your Dell XPS 8930 tower? I know I was. The constant up down of the fans, ...
FreePBX 15 to 16 Upgrade via CLI
Here are the commands to enter to complete an upgrade from FreePBX 15 to 16. In most of our installs where CHAN_SIP trunks and extensions ...
Fix Default ARI Username and Password Warning on FreePBX
Enter the following commands in the FreePBX CLI to fix this issue:
fwconsole setting FPBX_ARI_USER <15-char-rnd-string> fwconsole setting FPBX_ARI_PASSWORD <30-char-rnd-string> fwconsole reloadfwconsole restart
...
Fixing Error 136 installing Adobe Acrobat
Typically this issue is caused by a left over "Acrobat DC" folder in your Program Files\Adobe folder (%ProgramFiles\Adobe\Acrobat DC). Removing this folder typically fixes the ...
Force a PJSIP Endpoint to Check for Configuration
Use this command in the remote asterisk console (asterisk -rv) to force an endpoint to check config. In the example, this is for digum phones. ...