[freeside-commits] freeside/FS/FS Schema.pm, 1.259, 1.260 svc_phone.pm, 1.33, 1.34

Erik Levinson levinse at wavetail.420.am
Fri Jan 7 15:14:00 PST 2011


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

Modified Files:
	Schema.pm svc_phone.pm 
Log Message:
opensips provisioning, RT10993

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -w -d -r1.259 -r1.260
--- Schema.pm	30 Dec 2010 06:37:49 -0000	1.259
+++ Schema.pm	7 Jan 2011 23:13:58 -0000	1.260
@@ -2973,6 +2973,7 @@
         'pbxsvc',           'int', 'NULL',      '', '', '',
         'domsvc',           'int', 'NULL',      '', '', '', 
         'locationnum',      'int', 'NULL', '', '', '',
+        'route',   'varchar', 'NULL', $char_d, '', '',
         'lnp_status',   'varchar', 'NULL', $char_d, '', '',
         'portable',   	'char', 'NULL',       1,  '', '', 
         'lrn',     'char',     'NULL',      10, '', '', 

Index: svc_phone.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_phone.pm,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -w -d -r1.33 -r1.34
--- svc_phone.pm	28 Dec 2010 18:27:38 -0000	1.33
+++ svc_phone.pm	7 Jan 2011 23:13:58 -0000	1.34
@@ -79,6 +79,10 @@
 
 Optional svcnum from svc_pbx
 
+=item route
+
+Route id/number
+
 =item lnp_status
 
 LNP Status (can be null, native, portedin, portingin, portin-reject,
@@ -163,6 +167,9 @@
                            disable_inventory => 1,
                            disable_select    => 1,
                          },
+	'route' => {	label => 'Route',
+			%dis2, 
+		    },
 	'lnp_status' => {   	label => 'LNP Status',
 				type => 'select-lnp_status.html',
 				%dis2,
@@ -456,6 +463,7 @@
     || $self->ut_foreign_keyn('pbxsvc', 'svc_pbx',    'svcnum' )
     || $self->ut_foreign_keyn('domsvc', 'svc_domain', 'svcnum' )
     || $self->ut_foreign_keyn('locationnum', 'cust_location', 'locationnum')
+    || $self->ut_textn('route')
     || $self->ut_numbern('lrn')
     || $self->ut_numbern('lnp_desired_due_date')
     || $self->ut_numbern('lnp_due_date')



More information about the freeside-commits mailing list