From a21c042fccdbd38eaa73e4374d2fdf9c91789fb7 Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Mon, 11 Sep 2017 11:17:52 -0400 Subject: [PATCH] RT# 73964 - updated config description again to an even better description of the email-to-voice_domain configuration option --- FS/FS/Conf.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 139424696..36b330c91 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -931,7 +931,7 @@ my $validate_email = sub { $_[0] =~ { 'key' => 'email-to-voice_domain', 'section' => 'email_to_voice_services', - 'description' => 'The domain name used to send emails to a 3rd party email to voice service. You will be able to select a phone number to append to this domain on the email customer page or when using the email to voice billing event action.', + 'description' => 'The domain name that phone numbers will be attached to for sending email to voice emails via a 3rd party email to voice service. You will get this domain from your email to voice service provider. This is utilized on the email customer page or when using the email to voice billing event action. There you will be able to select the phone number for the email to voice service.', 'type' => 'text', 'per_agent' => 1, }, -- 2.11.0