Look for something on the site…
-
Recent Posts
- Simple ZFS Mirrored file system…
- Simple and useful asterisk commands…
- Simple Asterisk Phone System…
- Simple PHP and Asterisk dialplan…
- Using Asterisk as a Proxy/LCR System..
- Solar Power Project: Part 1, The Batteries…
- A WISP, The Basics! (Using Vyatta)….
- Bandwidth Utilised for VoIP
- PHP… Simple Error Checking…
- PHP… Do Not Run if running…
- Asterisk auto-dial out…
- Reverse SSH Proxy…
- MySQL: How do you set up master-slave replication in MySQL? (CentOS, RHEL, Fedora)…
- Domain Redirection using Apache mod_rewrite and .htaccess
- m0n0wall 1.34 released
Index
Archive
- May 2013
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- January 2011
- September 2010
- August 2010
- July 2010
- November 2009
- March 2009
- November 2008
- September 2008
- January 2008
- December 2007
Tag Cloud
3CX 3CX Phone System Apache Askozia AskoziaPBX Asterisk Cacti CentOS Centos 5.5 Console DHCP DNS Fail over Failover Firewall FreeBSD FreeNAS HTTPD IAX Installation IP IP PBX Linux M0n0wall Monowall mysql Nagios Network Nottingham Open Source PBX PHP Router Server SIP snom SSH TFTP TrixBox ubuntu VoIP VPN Website yealink ZFS
Author Archives: Phillip Cooper
Simple ZFS Mirrored file system…
Introduction: In this blog post we are going to create a Mirrored file system using ZFS. We are going to use 5 Disks, 4 for data and 1 as a hot spare. The disks will be 200GB with a combined … Continue reading
Share and Enjoy
Posted in How To Guides, Little Guides, Usefully Found Stuff
Tagged File System, Linux, mirror, RAID, ZFS, zpool
Leave a comment
Simple and useful asterisk commands…
Below i am going to document some simple and very useful commands for asterisk. These commands will help you gather important information that can help you diagnose an asterisk based system. First enter the asterisk console: asterisk -vvvvvvvvvr Global Commands … Continue reading
Share and Enjoy
Simple Asterisk Phone System…
Below I detail how to set up a basic asterisk dial plan with 2 extensions, a SIP Trunk provider, and incoming calls ringing both extensions. in /etc/asterisk/sip.conf add: [100] ; extension 100 username=100 secret=100 host=dynamic nat=yes type=friend qualify=yes context=phones [101] ; extension … Continue reading
Share and Enjoy
Posted in Little Guides
Tagged Asterisk, dialplan, extensions.conf, sip.conf, VoIP, Voip Phone System
Leave a comment
Simple PHP and Asterisk dialplan…
In This post I am just going to publish how to make a simple dial plan in asterisk by sending the call to PHP to process. The application is just going to be the standard asterisk Milliwatt application which answers a call … Continue reading
Share and Enjoy
Using Asterisk as a Proxy/LCR System..
Introduction. This post is going to briefly cover how to use asterisk to be a proxy between an old ISDN System and a SIP Trunk. This example also shows how to modify the dialed number to add in the area … Continue reading