- Adtran TA924 PRI Conversion – Routing Inbound DIDs to FXS Ports or via a SIP Trunk to Asterisk and Allowing Bi-Directional Communications Between the Two
 - Adtran Total Access TA924 – SIP Configuration for Asterisk
 - Asterisk – How to Host a PRI Circuit with a Sangoma Card
 - Asterisk – Modular Dialplan
 - Asterisk Dialplan Module – stdexten
 - Auto Logon to a Workstation on a Windows Domain
 - BackupExec 2012 – How to Limit CPU Usage and Disk I/O on RALUS with Cron Jobs
 - BackupExec 2012 Linux Agent SP1 Patch Update – Ubuntu Fix
 - Bash Script – An Alternative to Logrotate.d for Asterisk Log Files
 - Bash Script – Auto-Repair an Array of MySQL Database Servers
 - Bash Script – Backup All Databases to Separate Files
 - Bash Script – Convert a Batch of WAV Files to SLINEAR Format for Asterisk Hold Music
 - Bash Script – Install HP Server Management Tools on Ubuntu Server
 - Bash Script – Log Concurrent Asterisk Calls to MySQL and Other Useful One-Liners
 - Bash Script – Move Asterisk Call Files into Spool Directory
 - Bash Script – Move Files into Subdirectories Based on Modified Date – OR – Moving Ntop Netflow Dumps into Subdirectories by Date
 - Bash Script – OpenMCU-ru Service Monitor -OR- Monitor and Automatically Restart a Service Upon Failure
 - Bash Script – Pcapsipdump Spool Directory File Rotation – OR – Rotate Directories Based on YYYYMMDD Format
 - Bash Script – Script Based MySQL Table Replication on an Array of Slaves
 - Bash Script – Split a Variable into an Array with Carriage Return Line Feed as the Delimiter
 - Bash Script – Sync a File to an Array of Hosts
 - Bash Script – Test Veeam Linux Agent Socket and Restart Service if Needed
 - Batch Script – Get User’s SID One-Liner
 - Batch Script – Parse MS Exchange IIS Log File, Filter All External Requests, and Email It
 - Batch Script – RDS Start Menu Application and Taskbar Shortcut Removal Tool
 
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”
