From: Ivan Kohler Date: Mon, 30 Jun 2014 00:05:13 +0000 (-0700) Subject: phone_sql export, RT#29054 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=c8a0e292f27fe631ca0a17ff77172f66985cca33 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 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' => <