summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-04 16:50:40 -0800
committerMark Wells <mark@freeside.biz>2016-03-07 11:37:49 -0800
commit77f5d80f4178f976efbc0be027656e396cecc1cb (patch)
tree3b5d0f08b55b4cdb0234987a03498d181ab8ed4b /FS/FS/part_export.pm
parent8268b9ca32d3dfcd0c6ad26959eed3587988878e (diff)
Bandwidth.com provisioning, #39914
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index d6357fd..182f476 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -704,8 +704,12 @@ actual DIDs except at the lowest level.
Generally, 'state' alone will return an array of area codes or region names
in the state.
-'state' and 'areacode' together will return an array of exchanges (NXX
-prefixes), or for some exports, an array of ratecenter names.
+'state' and 'areacode' together will return an array of either:
+- exchange strings of the form "New York (212-555-XXXX)"
+- ratecenter names of the form "New York, NY"
+
+These strings are sent back to the UI and offered as options so that the user
+can choose the local calling area they like.
'areacode' and 'exchange', or 'state' and 'ratecenter', or 'region' by itself
will return an array of actual DID numbers.