Questions tagged [mjsip]

MjSip is a complete java-based implementation of a SIP stack. It provides in the same time the API and implementation bound together into the MjSip packages. MjSip is available open source under the terms of the GNU GPL license (General Public Licence) as published by the Free Software Foundation.

MjSip Features

MjSip includes all classes and methods for creating SIP-based applications. It implements the complete layered stack architecture as defined in RFC 3261 (Transport, Transaction, and Dialog sublayers), and is fully compliant with the standard. Moreover it includes higher level interfaces for Call Control and User Agent implementations. MjSip comes with a core package implementation that includes:

  • all standard SIP layers and components
  • various SIP extensions (already defined within IETF)
  • some useful Call Control APIs (e.g. Call-Control, UserAgent, etc.)
  • a reference implementation of some SIP systems (proxy servers and UAs)

Download

Mjsip Download

Documentation

MjSip Documentation

Development and support

The MjSip stack has been used in research activities by Dpt. of Information Engineering at University of Parma and by DIE - University of Roma “Tor Vergata” and is currently commercially exploited by CreaLab.

Popular open source projects in which mjsip has been used

19 questions
0
votes
1 answer

What's going on about "mjsip"?

I have to build a SIP softphone on j2me platform. I found the mjsip2me project and tried to download it, but I try to access the http://mjsip.org and http://mjsipme.googlecode.com. It's not work. Why this project disappeared from the Internet?
Gramero
  • 1,835
  • 3
  • 24
  • 26
0
votes
0 answers

Android walkie talkie application unable to connect to server

I am trying to modify an open source application Android Walkie Talkie http://sourceforge.net/projects/android-ptt/ but the original application itself seems to have problem while connecting to server. I could not find the problem. the application…
Rahul
  • 1
  • 1
0
votes
1 answer

All Third party sip library sample project contains lot of error .How to proceed

At first I wanted to use native sip apis to implement sip calling in android app and it is working fine but in some devices like CANVAS 3, Samsung S2,s3 it was not working .After debugging I found this line of code was returning NULL manager =…
Shakeeb Ayaz
  • 6,200
  • 6
  • 45
  • 64
0
votes
1 answer

I can't create a SipProvider- MjSip library

I am new to MjSip and i want to create an instance of SipProvider class. so I worte this little code but get some error: sip_provider = new SipProvider("192.168.0.254",5060); and here is error stack: java.io.FileNotFoundException:…
1
2