views:

599

answers:

3

Hi,

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.

+1  A: 
Max Gontar
Thanks for your Reply.I tried many times to import this library into Blackberry,but some packages are showing some errors.I dont know how to make this package to work with blackberry application.Please can you provide some steps to do this.
Rajapandian
Sure, see update.
Max Gontar
Thanks for your kindly help.
Rajapandian
You're welcome!
Max Gontar
Thanks Coldice the application compiled without any error.But the application is not the VOIP application,it is simple application to display the text.Did you tried any application to do VOIP in Blackberry.If you tried please provide the code also.Because i surfed a lot in the web but i didn't get any code for this.Please help me.
Rajapandian
Well, as I understand you're talking about implementation sample. But if you look into org.zoolu.sip.message, you will see _public Message(byte[] buff, int offset, int len)_ method. I think SIP message by itself may be a carrier for any kind of media - text, video, audio. Just try to send recorded audio buffer, hope this will help.
Max Gontar
And no, I don;t know any alternatives, although they may be :)
Max Gontar
A: 

Hi, Rajapandian, have you found any solution? I have study something about RIM Api and I don´t think it is possible to create a SIP Client, at least for the old APIs. I guess that for 5.0 or higher could be now, because RIM launch a new product with CISCO to let make call over WiFi.

Claude
A: 

I have a question, what IDE you use in this scenario? eclipse, Blackberry JDE?

from mjsip you can start the rest:

RTP or RSTP

Audio controller and GUI interface (master handler)

cheers good answer

aleksei