- Mac OS X – Export Google Chrome Browsing History to CSV File from the Terminal
 - Mac OS X – Force Spotlight Search to Index a Network Folder
 - Mac OS X – Install Yosemite/El Capitan via USB Thumb Drive or How to Get the DMG Image
 - Mac OS X – Install Zabbix Agent from Source
 - Mac OS X El Capitan – Cannot Restart into Boot Camp Partition
 - Manually Restore a Clonezilla Image When Destination Partition is Smaller than the Original
 - Mikrotik Scripting – Array Pop Function
 - Mikrotik Scripting – Array Push Function
 - Mikrotik Scripting – Function to Split an IP Address into an Array
 - Mozilla Firefox 51.0.1 Runs Extremely Slow
 - MySQL Script – Alter/Convert All Tables in a Database from MyISAM to InnoDB
 - NextCloud – Purge Music Library from DB
 - NextCloud – Rescan Music Library for All Users
 - OpenMCU-ru – DSCP Based QoS Packet Tagging Rules for Linux IP Tables
 - Outlook 2010 – Crashes Upon Opening Emails with Embedded Pictures
 - Outlook 2010 – Only Starts in Safe Mode
 - Outlook 2010 Hijacked
 - pcapsipdump – Dump SIP Signalling and RTP Streams Per Call Leg into Separate Pcap Files
 - PHP – Simple PDO Class for Connecting to a MySQL Database
 - Playstation 4 – Cannot Connect to the PSN Using Comcast Gateway
 - Polycom RealPresence Desktop – Do Not Minimize to Taskbar Tray
 - Polycom RealPresence Desktop – Windows QoS Registry Settings
 - PowerShell Script – Generate DFS-R Health Reports and Email Them
 - Putty – Import/Export Your Saved Sessions List and Settings
 - Raspbian – How to Run X11vnc on Startup
 
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”
