mettre en place les boites vocales pour nos utilisateurs sous Asterisk et configurer les e-mails.
attention le symbole supérieur n'est pas autorisé donc a été remplacé par ##
----------------------------------------------------------------------------------------------------
gedit /etc/asterisk/voicemail.conf
[general]
format=wav49|gsm|wav
[email protected]
attach=yes
maxsilence=10
silencethreshold=128
maxlogins=3
sendvoicemail=yes
emaildateformat=%A, %d %B %Y a %H:%M:%S
emailsubject=[ASTERIX] Nouveau message dans la boite ${VM_MAILBOX}
emailbody=Bonjour ${VM_NAME},\n\n\tLe numero ${VM_CALLERID} a tente de vous joindre sans succes le ${VM_DATE}.\nCette personne vous a laisse un message de ${VM_DUR} secondes. Vous pouvez le consulter en appelant votre boite vocale.\n\n\tBonne journee !\n\n\t\t\t\t--Asterix\n
pagerfromstring=[Asterix]
pagersubject=Nouveau message vocal
pagerbody=Nouveau message de ${VM_DUR} secondes dans la boite ${VM_MAILBOX} laisse le ${VM_DATE} par ${VM_CALLERID}.
[work]
6007 =## 1234,alex alex,[email protected]
6006 =## 1234,franck franck,[email protected]
6008 =## 1234,faiza faiza,[email protected]
-------------------------------------------------------------
gedit /etc/asterisk/extensions.conf
[work]
exten =## _6XXX,1,Dial(SIP/${EXTEN},20)
exten =## _6XXX,2,VoiceMail(${EXTEN}@work)
exten =## 000,1,VoiceMailMain(${CALLERID(num)}@work)
--------------------------------------------------------------------------------------------
mail vocal pièce jointe
apt-get install postix
choisissiez "Internet Site "
gedit /etc/postfix/main.cf
a la fin du fichier ajouter
relayhost = [smtp-mail.outlook.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_tls_CAfile = /etc/postfix/cacert.pem
smtp_use_tls = yes
---------------------------------------------------------
Créer le fichier sasl_passwd
touch /etc/postfix/sasl_passwd
gedit /etc/postfix/sasl_passwd
[smtp-mail.outlook.com]:587 [email protected]:mot_de_passe
---------------------------------------------------------
changer les permission de sasl_passwd
chmod 400 /etc/postfix/sasl_passwd
postmap /etc/postfix/sasl_passwd
cat /etc/ssl/certs/Thawte_Premium_Server_CA.pem | tee -a /etc/postfix/cacert.pem
relancer
/etc/init.d/postfix reload
-------------------------------------------------------------------
mail -s Test1 [email protected]
Voici un test de mail sur asterisk
appuyer sur point pour lancer le mail
-------------------------------------------------------------------
tester le tout et puis fin
Смотрите видео asterisk 13 boîte vocal (Debian 8) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Aven&CO 12 Октябрь 2015, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,082 раз и оно понравилось 41 людям.