[freeside-commits] branch master updated. 9d818957e724dc5ea2673163855fd84c274cd460

Mark Wells mark at 420.am
Thu Apr 7 14:45:42 PDT 2016


The branch, master has been updated
       via  9d818957e724dc5ea2673163855fd84c274cd460 (commit)
       via  a4478186e41fc6df81baf3027d3124bc7453b46f (commit)
      from  8fae8cf1c2baf39c4e5c35fa1d9e15514bbe77c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d818957e724dc5ea2673163855fd84c274cd460
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Apr 7 14:41:47 2016 -0700

    clarify docs on bandwidth.com account and site numbers, #39914

diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm
index 4fbc2de..6d868e6 100644
--- a/FS/FS/part_export/bandwidth_com.pm
+++ b/FS/FS/part_export/bandwidth_com.pm
@@ -56,6 +56,16 @@ with this IP address exists, one will be created.</P>
 <P>If you are operating a central SIP gateway to receive traffic for all (or
 a subset of) customers, you should configure a phone service with a fixed
 value, or a list of fixed values, for the sip_server field.</P>
+<P>To find your account ID and site ID:
+  <UL>
+  <LI>Login to <a target="_blank" href="https://dashboard.bandwidth.com">the Dashboard.
+  </a></LI>
+  <LI>Under "Your subaccounts", find the subaccount (site) that you want to use
+  for exported DIDs. Click the "manage sub-account" link.</LI>
+  <LI>Look at the URL. It will end in <i>{"a":xxxxxxx,"s":yyyy}</i>.</LI>
+  <LI>Your account ID is <i>xxxxxxx</i>, and the site ID is <i>yyyy</i>.</LI>
+  </UL>
+</P>
 END
 );
 

commit a4478186e41fc6df81baf3027d3124bc7453b46f
Author: Mark Wells <mark at freeside.biz>
Date:   Thu Apr 7 13:08:16 2016 -0700

    make unprovisioned services report usable

diff --git a/httemplate/search/report_unprovisioned_services.html b/httemplate/search/report_unprovisioned_services.html
index fe4d46b..54181bb 100755
--- a/httemplate/search/report_unprovisioned_services.html
+++ b/httemplate/search/report_unprovisioned_services.html
@@ -13,6 +13,7 @@
 		    'field' => 'svcpart',
 		    'label' => 'Services',
 		    'multiple' => 1,
+                    'size' => 20,
 	      )
     %>
     

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_export/bandwidth_com.pm                   |   10 ++++++++++
 httemplate/search/report_unprovisioned_services.html |    1 +
 2 files changed, 11 insertions(+)




More information about the freeside-commits mailing list