[freeside-commits] freeside/FS/FS svc_phone.pm,1.32,1.33

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


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

Modified Files:
	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.32
retrieving revision 1.33
diff -u -w -d -r1.32 -r1.33
--- svc_phone.pm	28 Dec 2010 15:58:11 -0000	1.32
+++ svc_phone.pm	28 Dec 2010 18:27:38 -0000	1.33
@@ -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