Any idea how to Make a call using the Linphone example?
https://wiki.linphone.org/wiki/index.ph ... rypi:start
example shows waiting for a call..
Code: Select all
def main():
cam = SecurityCamera(username='raspberry', password='pi', whitelist=['sip:trusteduser@sip.linphone.org'], camera='V4L2: /dev/video0', snd_capture='ALSA: USB Device 0x46d:0x825')
cam.run()