How to make a voip client with python - Raspberry Pi

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • EngCarvalho
    New Member
    • Oct 2019
    • 1

    How to make a voip client with python - Raspberry Pi

    I have a working voip server and I want to make a voip client, I've tried with several python libraries and had no success with any because it was poorly explained and needed other libraries that I couldn't find

    I was wondering if there is a way to make a "hacked" (manipulate, bind with python, terminate with python) voip client via line of code. I saw some client voip like lindphone, xlite, softphone and etc., but what I want is to be able to control it with python or any other language that I can call another number (internal / extension) by pressing a button on raspberry and making him call

    Can someone help me? the idea is to use the gpio ports to make the call
Working...