syscharger
Posts: 19
Joined: Wed Aug 26, 2015 8:46 am

Making Calls using Linphone

Fri Mar 04, 2016 9:36 am

i am not familiar with SIP phones.
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()
what about Making a call? Please advise. Thanks

Return to “General discussion”