[freeside-commits] branch master updated. ec583ed0ce9b246b71d68ebbbc7ab3f0036fce22

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


The branch, master has been updated
       via  ec583ed0ce9b246b71d68ebbbc7ab3f0036fce22 (commit)
      from  5dd12ebde3e35336ece3ddf9d8460fa60520cf12 (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 ec583ed0ce9b246b71d68ebbbc7ab3f0036fce22
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 29 17:05:11 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 504b9bd..2116442 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -128,6 +128,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