mjsip

What is the difference between JAIN SIP and MJSIP?

Hi, I've been investigating various API options for making use of the SIP (Session Initiation Protocol) in Java. So far I've narrowed it down to JAIN SIP and MJSIP but I can't figure out the difference between the two. Can someone please explain why and when to choose one over the other? Thanks in advance. ...

local RTP port unreachable when using mjsip/jmf

Hello, I create a sip session with mjsip to an external voip provider. Then I transmit a test wav file over rtp to the provider using RtpManager. The program runs with no errors and I answer the sip call. However, no audio is transmitted. When I diagnose the network traffic with wireshark, I see a bunch of RTP traffic from my localho...

how to configure mjsip client

Hi , I cannot register my mjsip java client. I have a sip server at 192.168.1.1:5060 and at the same IP i have a an mjsip softclient. I cannot even register My cfg file is via_addr=192.168.1.4:5060 host_port=5090 transport_protocols=udp tcp outbound_proxy=192.168.1.4:5060 from_url="102" username=102 realm= passwd=102 debug_level=...