From ec583ed0ce9b246b71d68ebbbc7ab3f0036fce22 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 29 Jun 2014 17:05:11 -0700 Subject: [PATCH] phone_sql export, RT#29054 --- 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 diff --git a/FS/FS/part_export/phone_sql.pm b/FS/FS/part_export/phone_sql.pm new file mode 100644 index 000000000..64868c797 --- /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' => <