You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I would like to read out the VoIP data from my FritzBox 7490 (SW Version 7.29).
The software is running on a Debian 11 based LXC-Container on Proxmox.
I started trying to read out the VoIP accounts using the following code:
from fritzconnection import FritzConnection
fc = FritzConnection(address="192.168.178.1", user="my_username", password="my_password")
print(fc) # print router model information
voip_info = fc.call_action('X_VoIP', 'X_AVM-DE_GetVoIPAccounts')
print(voip_info)
This error is forwarded from the router. See also issue #185. Seems to be that an admin user created by the router web-interface does not have all necessary rights for some actions. May be that AVM knows more about this.
Hi,
I would like to read out the VoIP data from my FritzBox 7490 (SW Version 7.29).
The software is running on a Debian 11 based LXC-Container on Proxmox.
I started trying to read out the VoIP accounts using the following code:
The action name comes from https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/x_voip-avm.pdf page 13.
The user I'm using has full administration rights.
But this throws the following error:
Any idea what I'm doing wrong to that this error occurs?
Thank you
Best regards
mattbue
The text was updated successfully, but these errors were encountered: