» Configuration Asterisk pour Freephonie en SIP – Le Comptoir de Sinhaladweepa

Après quelques tâtonnements, voici la configuration contenue dans /etc/asterisk/sip.conf permettant à Asterisk d’accéder au service SIP offert par Freephonie : [general] defaultexpiry=1800 register => 0951727841:monsecret9@freephonie.net dtmfmode=auto [freephonie-out] type=peer host=freephonie.net qualify=yes username=0951727841 fromuser=0951727841 secret=monsecret disallow=all allow=alaw Le codec G711 alaw est ma préférence personnelle : la qualité sonore avant tout en attendant G722. D’autes préférerons le […]

tgharold.com: Tech Blog: Creating a 4-disk RAID10 using mdadm

Creating a 4-disk RAID10 using mdadm Since I can’t seem to find instructions on how to do this (yet)… I’m going to create a 4-disk RAID10 array using Linux Software RAID and mdadm. The old way is to create individual RAID1 volumes and then stripe a RAID0 volume over the RAID1 arrays. That requires creating […]