I'm using an administrative account with maxed out permissions on the SwitchVox
I’ve had success with some methods (ex: "switchvox.extensions.getInfo"), but not with switchvox.users.fax.getFile".
I always get the following response:
- Code: Select all
<error code="38783" message="Invalid access level to run method." />
Note: Since the preview parameter isn’t documented online, I have tried several variants for the "preview" parameter: 0, false, False, empty, excluded (unchecked)…
All got the same error response.
I’m a bit stumped at this point. Can anyone provide any pointers?
FYI, my goal is to move all incoming faxes to another server - preferrably as each one comes it. If that's not possible, I will query SwitchVox every 5 minutes or so and loop through all files in a specific user's folder.
