summaryrefslogtreecommitdiff
path: root/FS/FS/svc_dsl.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-03-12 22:09:51 -0700
committerIvan Kohler <ivan@freeside.biz>2018-03-12 22:09:51 -0700
commit5bbe1f581dccf16d596eaae53414b32b772ca0a0 (patch)
tree4e5da8211abd9a38b1180cac279335ce75b962ee /FS/FS/svc_dsl.pm
parent7250623720645aa03bbba0f81e7ba1827f98fbf8 (diff)
doc
Diffstat (limited to 'FS/FS/svc_dsl.pm')
-rw-r--r--FS/FS/svc_dsl.pm72
1 files changed, 54 insertions, 18 deletions
diff --git a/FS/FS/svc_dsl.pm b/FS/FS/svc_dsl.pm
index dcd6d1d..c07f186 100644
--- a/FS/FS/svc_dsl.pm
+++ b/FS/FS/svc_dsl.pm
@@ -50,15 +50,25 @@ FS::svc_Common. The following fields are currently supported:
=over 4
-=item svcnum - Primary key (assigned automatcially for new DSL))
+=item svcnum
-=item pushed - Time DSL order pushed to vendor/telco, if applicable
+Primary key (assigned automatcially for new DSL))
-=item desired_due_date - Desired Due Date
+=item pushed
-=item due_date - Due Date
+Time DSL order pushed to vendor/telco, if applicable
-=item vendor_order_id - Vendor/telco DSL order #
+=item desired_due_date
+
+Desired Due Date
+
+=item due_date
+
+Due Date
+
+=item vendor_order_id
+
+Vendor/telco DSL order #
=item vendor_order_type
@@ -69,27 +79,45 @@ Vendor/telco DSL order type (e.g. (M)ove, (A)dd, (C)hange, (D)elete, or similar)
Vendor/telco DSL order status (e.g. (N)ew, (A)ssigned, (R)ejected, (M)revised,
(C)ompleted, (X)cancelled, or similar)
-=item first - End-user first name
+=item first
+
+End-user first name
+
+=item last
+
+End-user last name
+
+=item company
-=item last - End-user last name
+End-user company name
-=item company - End-user company name
+=item phonenum
-=item phonenum - DSL Telephone Number
+DSL Telephone Number
-=item gateway_access_number - Gateway access number, if different
+=item gateway_access_number
-=item loop_type - Loop-type - vendor/telco-specific
+Gateway access number, if different
-=item local_voice_provider - Local Voice Provider's name
+=item loop_type
-=item circuitnum - Circuit #
+Loop-type - vendor/telco-specific
+
+=item local_voice_provider
+
+Local Voice Provider's name
+
+=item circuitnum
+
+Circuit #
=item vpi
=item vci
-=item rate_band - Rate Band
+=item rate_band
+
+Rate Band
=item isp_chg
@@ -101,13 +129,21 @@ Vendor/telco DSL order status (e.g. (N)ew, (A)ssigned, (R)ejected, (M)revised,
Ikano-specific fields, do not use otherwise
-=item username - if outsourced PPPoE/RADIUS, username
+=item username
+
+if outsourced PPPoE/RADIUS, username
+
+=item password
+
+if outsourced PPPoE/RADIUS, password
+
+=item monitored
-=item password - if outsourced PPPoE/RADIUS, password
+Order is monitored (auto-pull/sync), either Y or blank
-=item monitored - Order is monitored (auto-pull/sync), either Y or blank
+=item last_pull
-=item last_pull - time of last data pull from vendor/telco
+time of last data pull from vendor/telco
=back