Sofia-Sip is a RFC3261 compliant SIP User-Agent library.
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services.
Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification. It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services.
To install sofia-sip, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sofia-sip
To see what files were installed by sofia-sip, run:
port contents sofia-sip
To later upgrade sofia-sip, run:
sudo port selfupdate && sudo port upgrade sofia-sip
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.