diff options
author | levinse <levinse> | 2010-12-28 18:27:39 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 18:27:39 +0000 |
commit | 880e8fd4a4e9b193793452f7666952b7643c479e (patch) | |
tree | f2446ebc87c9cef343123826d6fa2584416f57c3 | |
parent | e5f036c5afa363b228d309ca065c6147f4e90d78 (diff) |
add API doc for new LNP svc_phone fields
-rw-r--r-- | FS/FS/svc_phone.pm | 27 |
1 files changed, 27 insertions, 0 deletions
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 |