kbr / fritzconnection

Python-Tool to communicate with the AVM Fritz!Box by the TR-064 protocol and the AHA-HTTP-Interface
MIT License
304 stars 59 forks source link

Call Dial-Help do not work #62

Closed RestOp closed 3 years ago

RestOp commented 3 years ago

Hello,

i would to use your program. Seems very powerfull!

I installed it on Raspberry PI4, Buster. Would like to use call-dial-help function like i saw in example

$ fritzcall -i 192.168.178.1 -p <password> -c <phonenumber>
dialing number: <phonenumber>
dialing done, please wait for signal.

but i et error - fritzcall.py: error: unrecognized arguments: --call 32536 image

Is it a bug or am i doning somthing wrong?

Thanks a lot!

kbr commented 3 years ago

You have to use at least version 1.0 for this feature - install the most recent one (at time of writing 1.3.3). Then it works according to the documentation.

RestOp commented 3 years ago

Thanks for comment! I have made an installation as it given on your site. I do not realy know why i have old version. Then it must be problem with installer...

bufemc commented 3 years ago

Use --upgrade when doing the pip install.. I once ran into the same ;)

kbr commented 3 years ago

Hope it works now and like to close.