[freeside-commits] freeside/FS/FS Schema.pm, 1.168.2.11, 1.168.2.12 Mason.pm, 1.19.2.1, 1.19.2.2

Ivan,,, ivan at wavetail.420.am
Mon Jan 25 09:44:00 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30318/FS/FS

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	Schema.pm Mason.pm 
Log Message:
initial svc_pbx implementation, RT#7051

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.168.2.11
retrieving revision 1.168.2.12
diff -u -d -r1.168.2.11 -r1.168.2.12
--- Schema.pm	31 Dec 2009 07:17:26 -0000	1.168.2.11
+++ Schema.pm	25 Jan 2010 17:43:57 -0000	1.168.2.12
@@ -2499,6 +2499,20 @@
       'unique'      => [ [ 'pkgnum', 'refnum' ] ],
       'index'       => [ [ 'pkgnum' ], [ 'refnum' ] ],
     },
+
+    'svc_pbx' => {
+      'columns' => [
+        'svcnum',         'int',     '',      '', '', '', 
+        'id',             'int', 'NULL',      '', '', '', 
+        'title',      'varchar', 'NULL', $char_d, '', '', 
+        'max_extensions', 'int', 'NULL',      '', '', '',
+      ],
+      'primary_key' => 'svcnum',
+      'unique' => [],
+      'index'  => [ [ 'id' ] ],
+    },
+
+
     # name type nullability length default local
 
     #'new_table' => {

Index: Mason.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Mason.pm,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -u -d -r1.19.2.1 -r1.19.2.2
--- Mason.pm	19 Nov 2009 09:43:10 -0000	1.19.2.1
+++ Mason.pm	25 Jan 2010 17:43:57 -0000	1.19.2.2
@@ -220,6 +220,7 @@
   #use FS::h_phone_device;
   use FS::h_svc_www;
   use FS::cust_statement;
+  use FS::svc_pbx;
   # Sammath Naur
 
   if ( $FS::Mason::addl_handler_use ) {



More information about the freeside-commits mailing list