So I am working on a project where I have to be able to make sip calls to a raspberry pi 3 and have it automatically answer any incoming calls. I have been reading this guide: https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/Linphone%20and%20Raspberry%20Pi/. But when trying to run the code I get this error:
Traceback (most recent call last):
File "linphoneCall.py", line 17, in __init__
callbacks = linphone.Factory.get().create_core_cbs()
AttributeError: 'module' object has no attribute 'Factory'
If anyone knows how to fix this issue or can recommend me a method of making sip calls through code automatically on the pi, I would appreciate it very much. Thanks