Sorry, but I started with Switchvox and does not communicate well in English. Thank you in advance for your understanding.
I'm just trying to connect to the PBX using the example provided in the documentation page: http://developers.digium.com/switchvox/?pageView=phpLibrary
If I use the username and password admin, the answer is:
- Code: Select all
SwitchvoxResponse Object ( [apiStatus:private] => fault [apiErrors:private] => Array ( [error] => Array ( [0] => Array ( [code] => 84711 [message] => That account_id is invalid. ) [1] => Array ( [code] => 84711 [message] => That account_id is invalid. ) ) ) [apiResult:private] => Array ( ) [rawXML:private] => )
If I use a code and a user password, the answer is: You do not Have the proper permissions to run That API method
I do not know what to do.
Can you help me ?
Thank you.
