Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to compare opensource sip stacks like opal, pjsip, opensips etc for difference in architecture, maximum concurrent calls, mem开发者_如何学Pythonory footprint and other boundary values.
I\'m developing a SIP user agent application that connects to an Asterisk server and tries to do an outgoing call. I\'m using the NIST implementation of the JAIN SIP API.
I am creating a class that implements the SipListener interface to receive events from the JAIN-SIP stack (for an Android device).To test it, I connect 2 devices to an OpenSIPs and have one try to cal
I have deleted my previous question and post this updated: I have a an issue with my SIP UAC, once I received a ringing from the B2BUA on both the caller and callee, and the caller hangs up the call
I currently have a SIP registration working proprly with Jain-SIP. I get the challenge, use MD5 on the nonce 开发者_运维问答etc and send my reply.