[freeside-commits] branch FREESIDE_3_BRANCH updated. 4e25bd8f9404fa4ff28d3d75e6a0a7453678407c

Jeremy Davis jeremyd at 420.am
Tue Oct 28 11:58:38 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  4e25bd8f9404fa4ff28d3d75e6a0a7453678407c (commit)
      from  31628a5fe6aca0a0b3f943bd3acfab82ab62d37d (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 4e25bd8f9404fa4ff28d3d75e6a0a7453678407c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Tue Oct 28 12:06:08 2014 -0400

    Ticket #8137 fix typo

diff --git a/FS/FS/cdr/broadsoft.pm b/FS/FS/cdr/broadsoft.pm
index 2e1f04a..192c050 100644
--- a/FS/FS/cdr/broadsoft.pm
+++ b/FS/FS/cdr/broadsoft.pm
@@ -23,7 +23,7 @@ use FS::cdr qw( _cdr_date_parser_maker _cdr_min_parser_maker );
           '' },                                   #  3: type
             
     skip(2),
-    dcontext,					  #  6: direction
+    'dcontext',					  #  6: direction
     trim('src'),                                  #  7: callingNumber
     skip(1),
     trim('dst'),                                  #  9: calledNumber
@@ -37,7 +37,7 @@ use FS::cdr qw( _cdr_date_parser_maker _cdr_min_parser_maker );
     _cdr_date_parser_maker('answerdate'),         # 13: answerTime
     _cdr_date_parser_maker('enddate'),            # 14: releaseTime
     skip(17),
-    accountcode,				  # 32: group
+    'accountcode',				  # 32: group
   ],
 
 );

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

Summary of changes:
 FS/FS/cdr/broadsoft.pm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list