ZeroPhone / Discussion-and-Research

General-purpose ZeroPhone discussion (mostly happening in Issues tab)
GNU General Public License v3.0
10 stars 0 forks source link

Sip Client #14

Open PiVSS opened 6 years ago

PiVSS commented 6 years ago

I'm very interested by the project and I am impressed by all the work done.

I plan to use the ZeroPhone as a SIP Phone over wifi (and maybe later over cellular if a 3G/4G modem is added). I'm thinking to use PJSip as SIP client (http://www.pjsip.org/) and I'm currently doing some tests with ZPUI to create a friendly interface to manage it.

On the ZeroPhone block diagram the speaker & microphone seams related with the 2G modem. How can this be a problem to use them for the sip client? Do you see any other obstacle?

CRImier commented 6 years ago

Hi! Lack of a Pi-connected microphone is a problem, indeed. There are 3 solutions:

For now, you can do all the testing with a USB microphone - later on, you'll be able to rely on either an I2S microphone (most likely) or a BT headset.

As a sidenote - do check out the ZPUI's 'devel branch'; it's lightyears in front of 'master' (which is something I intend to fix soon). I also acknowledge that ZPUI lacks plenty of things (like notifications); let me know - I can prioritize things in areas where you're lacking ZPUI capabilities. You could say this is the other obstacle I see, but I'm willing to work with you on that =)

CRImier commented 6 years ago

The devel branch is now merged in the master branch, check out the docs =)