[freeside-commits] branch FREESIDE_3_BRANCH updated. 1f1c0ad8798bfaea287c47565f1a565ee7d82e5c
Mark Wells
mark at 420.am
Thu Apr 7 14:45:41 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 1f1c0ad8798bfaea287c47565f1a565ee7d82e5c (commit)
from 9cb5e5e9b29553cbe0ff42e4e6ece923202d272a (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 1f1c0ad8798bfaea287c47565f1a565ee7d82e5c
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
);
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/bandwidth_com.pm | 10 ++++++++++
1 file changed, 10 insertions(+)
More information about the freeside-commits
mailing list