Question

I am trying to develop an VOIP application for blackberry,after a long surf i came to know about mjsip api.But i have a doubt that is it possible to use this api with blackberry development to create VOIP application.Please anyone knows the answer help me.

Was it helpful?

Solution

Thanks, it's a nice project you found there! There is an J2ME version MjSipME, and the only thing I can say now for sure is that it compiles with Blackberry without any errors.

UPDATE You right, there are missunderstanding with packages/folders structure.

Steps to compile:

  1. download mjsip2me_1.6.zip
  2. create blackberry project (I've used components 4.6)
  3. in project src folder create such structure:
    alt text http://img691.imageshack.us/img691/9311/structure.jpg
  4. extract mjsip2me_1.6.zip, copy files and folders:

    • from mjsip2me_1.6\src\org\zoolu\ to project\src\org\zoolu\
    • from mjsip2me_1.6\src\j2me\local\ to project\src\local
    • from mjsip2me_1.6\src\j2me\microtools\ to project\src\org\zoolu\microtools
    • from mjsip2me_1.6\src\j2me\net\ to project\src\org\zoolu\net
    • copy mjsip2me_1.6\src\j2me\ExceptionPrinter.java into project\src\org\zoolu\tools
    • copy mjsip2me_1.6\src\j2me\RotatingLog.java into project\src\org\zoolu\tools
  5. refresh your project, clean and build

It's j2me midlet so don't expect it will start on bb device, but at least it compiles.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top