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
Hello @Juliusz Bojarczuk @Community member ,
would like to start a similar project as you, an implementation of a SIP client on a STM32H753 with RTX. There are many libraries for e.g. Linux systems, but I could not find an implementation directly on the controller or on a RTOS like RTX so far. Were you successful with your projects? If yes, which library did you use or did you implement the SIP client yourself?
Many greetings
Felix
Thank you for your reply. Yes you are right of course that a Raspberry Pi would be much easier here, however there is an existing project with a STM32H7 which should only be extended with appropriate functionality. I don't have time at the moment to port the whole project to a Linux base, hence this approach.
Why do you think that after 3 years there is no one who could have implemented this ?