Question
Simple VoIP client od STM32l475 MCU
Posted on January 22, 2018 at 20:31
Hello everybody!
I want to make a simple VoIP client handling SIP and RTP protocols. It needs to be very simple (connect to the VoIP server, make a call, pick up a call, end call), fast and reliable. I'm wondering if there are some solutions that could help me to make this? (Simple example would be great
:)
) My first idea was to make own poject to handle SIP and RTP stack, but i think it would take a lot of time to finish.#sip #voip #rtp #phone