From: levinse Date: Tue, 28 Dec 2010 18:27:38 +0000 (+0000) Subject: add API doc for new LNP svc_phone fields X-Git-Tag: freeside_2_3_0~809 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1058f6e338399f9b22a5f294ef17b14403ca0848;p=freeside.git add API doc for new LNP svc_phone fields --- 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