[freeside-commits] branch FREESIDE_3_BRANCH updated. c8a0e292f27fe631ca0a17ff77172f66985cca33

Ivan ivan at 420.am
Sun Jun 29 17:05:13 PDT 2014


The branch, FREESIDE_3_BRANCH has been updated
       via  c8a0e292f27fe631ca0a17ff77172f66985cca33 (commit)
      from  14f73cfb3943afdadd37a5a4d5d765be55832305 (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 c8a0e292f27fe631ca0a17ff77172f66985cca33
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 29 17:05:13 2014 -0700

    phone_sql export, RT#29054

diff --git a/FS/FS/part_export/phone_sql.pm b/FS/FS/part_export/phone_sql.pm
new file mode 100644
index 0000000..64868c7
--- /dev/null
+++ b/FS/FS/part_export/phone_sql.pm
@@ -0,0 +1,23 @@
+package FS::part_export::phone_sql;
+use base qw( FS::part_export::sql_Common );
+
+use strict;
+use vars qw( %info );
+#use Tie::IxHash;
+
+#tie my %options, 'Tie::IxHash',
+#  %{__PACKAGE__->sql_options},
+#  #more options...
+#;
+
+%info = (
+  'svc'     => 'svc_phone',
+  'desc'    => 'Real time export of phone numbers (DIDs) to SQL databases',
+  'options' => __PACKAGE__->sql_options, #\%options,
+  'no_machine' => 1,
+  'notes'      => <<END
+Export phone numbers (DIDs) to SQL databases.
+END
+);
+
+1;
diff --git a/FS/MANIFEST b/FS/MANIFEST
index 8a49ddb..a2e5436 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -123,6 +123,10 @@ FS/part_export/http.pm
 FS/part_export/infostreet.pm
 FS/part_export/ldap.pm
 FS/part_export/null.pm
+FS/part_export/phone_shellcommands.pm
+FS/part_export/phone_sqlopensips.pm
+FS/part_export/phone_sql.pm
+FS/part_export/phone_sqlradius.pm
 FS/part_export/radiator.pm
 FS/part_export/router.pm
 FS/part_export/shellcommands.pm

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

Summary of changes:
 FS/FS/part_export/phone_sql.pm |   23 +++++++++++++++++++++++
 FS/MANIFEST                    |    4 ++++
 2 files changed, 27 insertions(+)
 create mode 100644 FS/FS/part_export/phone_sql.pm




More information about the freeside-commits mailing list