- RDS Server 2012 – Disable On-Screen Keyboard Toolbar While Shadowing a User
- Remote Desktop Server – Registry Key to Change RDP Listening Port
- Server 2012 – Add a 32 Bit Internet Explorer Shortcut Icon on the Desktop via Group Policy
- Server 2012 – Add Favorites via Group Policy Preferences
- Server 2012 – Creating Always Maximized Internet Explorer Desktop Shortcuts to Websites via Group Policy
- Server 2012 – Enable/Disable Spellcheck Highlighting and Auto-Correct with Group Policy
- Server 2012 – RDesktop: Fix Disappearing Mouse Cursor with Group Policy
- Server 2012 – Remove Network Icon from File Explorer Navigation Pane via Group Policy
- Server 2012 – Remove Pinned Items on the Taskbar via Group Policy
- Server 2012 – Restrict Access to Specific Drives via Group Policy
- Server 2012 – Ribbon UI: Disable Add a Network Location and Other Icons
- Server 2012 – Ribbon UI: Disable Hidden Items Checkbox
- Server 2012 – Set Custom DHCP Options
- Server 2012 – Set Internet Explorer Home/Start Page via Group Policy
- Server 2012 – Set Proxy Server and Prevent Changes via Group Policy
- Server 2012 – Force a Network Type with PowerShell
- Server 2012 and Up – Sync DHCP Filter List on Hot Spare Failover Server
- Server 2012/Windows 8 – CLSID Key (GUID) Shortcuts List
- Server 2012/Windows 8 – Complete File Explorer Icon/Shortcut/Folder Removal List
- Server 2012/Windows 8 – Ribbon UI: Disable Icons, Buttons, Shortcuts, Tasks, and Commands
- Startup Script for OpenMeetings Open-Source Video Conferencing Server
- Ubuntu – Icecast2 Startup Script with Ices2 Support
- Ubuntu Desktop – Run X11vnc Server at Startup
- Ubuntu Server – Apache 2.4 Upgrade Changes
- Ubuntu Server – Increase TCP Performance
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”