From 65fc2f8ac13c61ed767f07d8309f384bb9f1ced8 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 3 Feb 2012 23:40:53 -0600 Subject: [PATCH] clean up switch.conf and add all the missing options needs more docs --- conf/autoload_configs/switch.conf.xml | 172 ++++++++++++++++---------- 1 file changed, 108 insertions(+), 64 deletions(-) diff --git a/conf/autoload_configs/switch.conf.xml b/conf/autoload_configs/switch.conf.xml index b0f0c53fef..64f3d6fa71 100644 --- a/conf/autoload_configs/switch.conf.xml +++ b/conf/autoload_configs/switch.conf.xml @@ -16,32 +16,32 @@ - - + + - + - + - + - + - - + + - - - - - - + + + + + + + + + + + + + + + + + + + If you want to send out voicemail notifications via Windows you'll need to change the mailer-app + variable to the setting below: + + + + Do not change mailer-app-args. + You will also need to download a sendmail clone for Windows (msmtp). This version works without issue: + http://msmtp.sourceforge.net/index.html. Download and copy the .exe to %winddir%\system32. + You'll need to create a small config file for smtp credentials (host name, authentication, tls, etc.) in + %USERPROFILE%\Application Data\ called "msmtprc.txt". Below is a sample copy of this file: + + ################################### + # The SMTP server of the provider. + account provider + host smtp.myisp.com + from john@myisp.com + auth login + user johndoe + password mypassword + + # Set a default account + account default : provider + ################################### + + --> + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + +