I want to implement the SIP protocol in java and would want to be able to create different clients (5 or more) and make them connect to a proxy server. Thi开发者_如何学编程s is all for testing purpose
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
A requirement for the SIP PBX I created for my company was to record all calls pas开发者_JS百科sing through it. I solved it by forcing all SIP message to pass through the PBX and to modify the SDP bod
Do 开发者_如何学Pythonyou know if there is a library in SLES9 or SLES10 which support NAPTR queries for ENUM functionality?
开发者_开发技巧 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
I\'m writing a SIP stack, and I need to insert an ip address in the message. This address needs to be the one used for sending the message. I know the destination IP and need to determine the NIC (its
Actually We are doing thesis work where we ne开发者_如何学Goed to make 10 voip phones which are SIP based connected with each other.So they can call and talk among each other.Also we want to add video
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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.
I am trying to Sip Register and I get the challenge from the server. So I n开发者_StackOverflow中文版eed to use the MD5 algorithm on the nonce and then send that to the server to authenticate.