Asterisk – SIP – freephonie
Test de Asterisk avec une freebox, le but étant de recevoir les appels de ma freebox sur mon portable.
Installation
Récupération de l’image : http://www.asterisk.org/downloads
Intallation dans une VM ou sur un raspberry Pi http://www.raspberry-asterisk.org/
Premières commandes
ssh root@raspbx raspbx-upgrade configure-timezone pkg-reconfigure locales install-fail2ban passwd
Configuration
Configuration de base :http://www.framboise314.fr/decouvrez-la-framboise314-allo-un-pabx-asterisk-dans-votre-raspberry-pi-partie-2/#Dmarrer_FreePBX
Des infos ici également : http://karma-lab.net/comment-mettre-place-sa-telephonie-grace-a-asterisk
Paramétrage d’un premier compte dans Application/extensions, sans boite vocale :
La « congestion » va rediriger l’appel vers le téléphone de la freebox en cas de non réponse.
allow=all context=from-trunk fromdomain=freephonie.net fromuser=0900000000 host=freephonie.net insecure=very qualify=yes secret=monpasswordfreephonie type=peer username=0900000000 dtmfmode=auto
Route entrante
Erreur de backup
Il se peut que le backup fonctionne mal, dans mon cas il manquait rsync
apt-get install rsync
Configuration email
nano /etc/exim4/update-exim4.conf.conf
dc_eximconfig_configtype='smarthost' dc_other_hostnames='' dc_local_interfaces='' dc_readhost='' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='smtp.free.fr' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='false' dc_mailname_in_oh='true' dc_localdelivery=''
Commandes
Restart de Asterisk
amportal restart
Asterisk
asterisk -rvvvvvvvvvvvvvvvvvvvvvvvvvv
Laisser un commentaire