[freeside-commits] branch FREESIDE_3_BRANCH updated. daa672a892cc931027fd5678125c424aed2269cf

Ivan Kohler ivan at freeside.biz
Mon Dec 4 13:30:10 PST 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  daa672a892cc931027fd5678125c424aed2269cf (commit)
      from  04418093bcf3aa4c1b9481ff5ead3692ab828750 (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 daa672a892cc931027fd5678125c424aed2269cf
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Dec 4 13:30:08 2017 -0800

    add "trunkdst" to pbxware export, RT#78550

diff --git a/FS/FS/part_export/pbxware.pm b/FS/FS/part_export/pbxware.pm
index 44a606de6..c6fc407e7 100644
--- a/FS/FS/part_export/pbxware.pm
+++ b/FS/FS/part_export/pbxware.pm
@@ -17,10 +17,11 @@ our $DEBUG = 0;
 # our $DEBUG = 2; # log requests and content of replies
 
 tie my %options, 'Tie::IxHash',
-  'apikey'  => { label => 'API key' },
-  'debug'   => { label => 'Enable debugging', type => 'checkbox', value => 1 },
-  'ext'     => { label => 'PBXware "ext" field in CDR download request', },
-  'cdrtype' => { label => 'PBXware "cdrtype" field in CDR download request', },
+  'apikey'   => { label => 'API key' },
+  'debug'    => { label => 'Enable debugging', type => 'checkbox', value => 1 },
+  'ext'      => { label => 'PBXware "ext" field in CDR download request', },
+  'cdrtype'  => { label => 'PBXware "cdrtype" field in CDR download request', },
+  'trunkdst' => { label => 'PBXware "trunkdst" field in CDR download request', },
 ;
 
 our %info = (
@@ -100,7 +101,7 @@ sub import_cdrs {
   );
 
   $opt{$_} = $self->option($_)
-    for grep length( $self->option($_) ), qw( ext cdrtype );
+    for grep length( $self->option($_) ), qw( ext cdrtype trunkdst );
 
   # unlike Certain Other VoIP providers, this one does proper pagination if
   # the result set is too big to fit in a single chunk.

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

Summary of changes:
 FS/FS/part_export/pbxware.pm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list