- Ubuntu Server 14.04 – Disable IPv6
 - Ubuntu Server 18.04 – Postfix 3.3.0 Issues
 - Ultra VNC – Send Custom Keys Workaround and ASCII Reference Chart
 - UltraVNC – Password Not Set: How to Install as a System Service
 - uTorrent – Don’t Have Permission to Uninstall the Program
 - VBScript – Get a Folder/File Size or Verify That a Folder/File Exists
 - VBScript – How to Access Environment Variables -OR- How to Get the Username, Domain, or a User’s SID
 - VMware vSphere Client – Remove Cached Entries on Connection Screen
 - Windows – How to Run Elevated Scripts as a Regular User with Task Scheduler -OR- How to Restart Services as a Standard User
 - Windows – Play a WAV file with PowerShell and the .NET SoundPlayer Class
 - Windows 8.1 – Disable IPv6 Components
 - Windows 8/Server 2012 – Install A Theme for All Users
 - Windows Explorer – Cannot Read From the Source File or Disk
 - Windows Server – Disable VMware Tools Icon
 - Windows Server 2K P2V Conversion VMware BSOD
 - Windows Terminal Server – Three Ways to Disable AVG Tray Icon via Group Policy
 - Windows Update Error 80073712 When Installing KB2943357 – OR – How to Repair Corrupted Windows Update Files on Windows 7 or Server 2008
 - Windows Update Error 8024402C – Bypass WSUS for VPN Computers Joined to the Domain
 - Windows XP – VMware Standalone Converter Install Sysprep Tools
 - WinSCP – Import/Export Your Saved Sessions List and Settings from a Computer that is Offline
 
Asterisk – How to Host a PRI Circuit with a Sangoma Card
These are just a few quick notes of mine on how to host a PRI circuit from a Sangoma card in an Asterisk server to another Asterisk server or wherever for that matter.
This config here is for a Sangoma A102 with two ports and Asterisk will provide the clocking source. Channels 1-23 will be the B channels and channel 24 will be the D channel for signaling. Echo cancelling will be enabled as well.
/etc/dahdi/system.conf
#autogenerated by /usr/sbin/wancfg_dahdi do not hand edit #autogenrated on 2015-08-28 #Dahdi Channels Configurations #For detailed Dahdi options, view /etc/dahdi/system.conf.bak loadzone=us defaultzone=us #Sangoma A102 port 1 [slot:4 bus:6 span:1]span=1,0,0,esf,b8zs bchan=1-23 echocanceller=mg2,1-23 hardhdlc=24 #Sangoma A102 port 2 [slot:4 bus:6 span:2] span=2,2,0,esf,b8zs bchan=25-47 echocanceller=mg2,25-47 hardhdlc=48 
Continue reading “Asterisk – How to Host a PRI Circuit with a Sangoma Card”
