开发者

Android SipDemo example: exception with IO sending request

开发者 https://www.devze.com 2023-03-06 21:52 出处:网络
I tried to launch SipDemo on my Motorola xoom. Registration pr开发者_如何学编程ocess on server has completed well.

I tried to launch SipDemo on my Motorola xoom.

Registration pr开发者_如何学编程ocess on server has completed well. When I tried call to someone I have "SipException: IO Error sending request".

If I use CSipSimple with same account settings it works fine.

Have you any idea to resolve this trouble?

Thanks.


There is a weird trick on Android: the OS is inspecting all SIP packets (on port 5060) and will block if the format is not correct with UDP I/O exception. So I would suggest to have a look at the SIP message. Also make sure that you added network permission in your project manifest file.

0

精彩评论

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