[freeside-commits] freeside/FS/FS svc_phone.pm,1.28.2.4,1.28.2.5

Erik Levinson levinse at wavetail.420.am
Tue Dec 28 10:27:41 PST 2010


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	svc_phone.pm 
Log Message:
add API doc for new LNP svc_phone fields

Index: svc_phone.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_phone.pm,v
retrieving revision 1.28.2.4
retrieving revision 1.28.2.5
diff -u -w -d -r1.28.2.4 -r1.28.2.5
--- svc_phone.pm	28 Dec 2010 15:58:14 -0000	1.28.2.4
+++ svc_phone.pm	28 Dec 2010 18:27:39 -0000	1.28.2.5
@@ -79,6 +79,33 @@
 
 Optional svcnum from svc_pbx
 
+=item lnp_status
+
+LNP Status (can be null, native, portedin, portingin, portin-reject,
+portingout, portout-reject)
+
+=item portable
+
+=item lrn
+
+=item lnp_desired_due_date
+
+=item lnp_due_date
+
+=item lnp_other_provider
+
+If porting the number in or out, name of the losing or winning provider, 
+respectively.
+
+=item lnp_other_provider_account
+
+Account number of other provider. See lnp_other_provider.
+
+=item lnp_reject_reason
+
+See lnp_status. If lnp_status is portin-reject or portout-reject, this is an
+optional reject reason.
+
 =back
 
 =head1 METHODS



More information about the freeside-commits mailing list