[freeside-commits] branch FREESIDE_4_BRANCH updated. 3510dde42ea17b789758981118e50dd0fb8b37ce

Ivan ivan at 420.am
Wed Aug 23 11:57:39 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  3510dde42ea17b789758981118e50dd0fb8b37ce (commit)
      from  4badfc838e1c211bc02be232ff526e141f266156 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3510dde42ea17b789758981118e50dd0fb8b37ce
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 23 11:57:36 2017 -0700

    correctly parse error response from e911 provisioning, RT#76262

diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm
index 332e457..51bb0aa 100644
--- a/FS/FS/part_export/vitelity.pm
+++ b/FS/FS/part_export/vitelity.pm
@@ -425,7 +425,7 @@ sub e911_send {
 
   my $e911_result = $self->vitelity_command('e911send', %e911send);
 
-  unless ( $e911_result =~ /^(missingdata|invalid)/i ) {
+  unless ( $e911_result =~ /status=(missingdata|invalid)/i ) {
     warn "Vitelity response: $e911_result" if $self->option('debug');
     return '';
   }

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/vitelity.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list