开发者

Blackberry with mjsip

开发者 https://www.devze.com 2023-02-11 20:57 出处:网络
i want to create VOIP based app for blackberry. after research, i found that mjsip is used for blackberry voip. but i don\'t how to integrate mjsi开发者_StackOverflow中文版p with BB.

i want to create VOIP based app for blackberry. after research, i found that mjsip is used for blackberry voip. but i don't how to integrate mjsi开发者_StackOverflow中文版p with BB.

any help?

thanks..


Well this is a SIP library. There is also a ME version of mjsip so I suppose that you could port it for blackberry without too much effort.

Creating VOIP applications for blackberry is a really complicated task and I don't advice you to do it unless you are willing to spend many many hours in research. There is a reason why there are so few voip apps for blackberry. RIM does not support JSR 180 - i.e. there is no build in support for session initiation and management. So you have to use third party libraries like mjsipME or sip-4-me to manage your sessions.

If you don't know what SIP here is an article: http://en.wikipedia.org/wiki/Session_Initiation_Protocol

0

精彩评论

暂无评论...
验证码 换一张
取 消