diff options
author | Mark Wells <mark@freeside.biz> | 2016-04-07 14:41:47 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-04-07 14:41:47 -0700 |
commit | 9d818957e724dc5ea2673163855fd84c274cd460 (patch) | |
tree | 02e541377b57c9fddaffb869f408ec8808b2c2b5 | |
parent | a4478186e41fc6df81baf3027d3124bc7453b46f (diff) |
clarify docs on bandwidth.com account and site numbers, #39914
-rw-r--r-- | FS/FS/part_export/bandwidth_com.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/FS/FS/part_export/bandwidth_com.pm b/FS/FS/part_export/bandwidth_com.pm index 4fbc2de21..6d868e640 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 ); |