For the add credit and billing error u need to enable Braintree, create an account with them, use the settings in the system_config doc in your DB, for testing use sandbox mode.
the number manager also depends on a external module/provider, so to have the Buy number functio u need to enable one of the integration modules.
Adding numbers manually is posible but for that u need to add pvt_allow_additions to your account doc
A button will appear to allow u to add numbers manually, u can enable that for your client as well if needed
the
flag you're looking for is pvt_wnm_allow_additions and it lives on the
account document. If it is set to true, the account can have numbers
added to it manually that reconcile to the
global numbers DB. If it is false, people can still add numbers but
they only apply to their account locally, and won't accept traffic from
outside (so basically the same as not-allowed).
This flag, because it is pvt_, can not be set from the GUI. Also, the true/false nature
enables/disables the Add Number button in the GUIOp dinsdag 17 februari 2015 18:55:08 UTC+1 schreef Mahmoud Ramadan: