om26er / sip2peer

Automatically exported from code.google.com/p/sip2peer
0 stars 0 forks source link

why BootstrapPeer server fire onDeliveryMsgFailure callback ? #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Android application is working file.
SBC server is running in my eclipse. BootstrapPeer server is also running my 
eclipse.
when i connect with two android emulator then it working perfectly. we 
successfuly send ping message to each other.

But if the emulator running in different machine (both machines are in same 
network) and send join message then server receive the join message from the 
emulator. But onDeliveryMsgSuccess call back is not called. 
onDeliveryMsgFailure callback is called.

If BootstrapPeer server and emulator run in the same machine and send JOIN 
request server always send onDeliveryMsgSuccess callback.

Why this is happening ? I am stuck here please help me.

Original issue reported on code.google.com by dhruba.b...@gmail.com on 30 Apr 2014 at 11:53