I want to write a program to create a VOIP application for my project last year. This time I spend my time to understand how SIP works, and then I need to implement it in my project. As far as I know, the protocol requirement for creating this project is:
As for my project, I don't need to write complex coding. I just need to provide a server that can be used as a bridge for client interaction. So, are there any resources that I can use for reference to start programming my project?
source
share