From 1058f6e338399f9b22a5f294ef17b14403ca0848 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 28 Dec 2010 18:27:38 +0000 Subject: [PATCH] add API doc for new LNP svc_phone fields --- FS/FS/svc_phone.pm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index 99288ec73..56f3f3c2e 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -79,6 +79,33 @@ Voicemail PIN 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 -- 2.11.0