ashumeow / p2p-sip

Automatically exported from code.google.com/p/p2p-sip
0 stars 0 forks source link

siprtmp.py doesnt get any responses on REGISTER #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce:
1. connect to siprtmp with videoPhone client
2. check "Remember me?" check box
3. reload videoPhone page random times when just connected or when a call was 
accepted
4. client will not reconnect after one of the next reloads

Expected results: videoPhone successfully reconnects to siprtmp (and siprtmp as 
well successfully reconnects to sip-proxy)

Got: videoPhone rases "connecting" popup, siprtmp sending REGISTER to 
sip-proxy, sip-proxy responses as usual (401 Unauthorised), but siprtmp doent 
get that response at all.

Using: rtmplite from trunk (rev 89), p2p-sip from trunk (rev 39), FreeBSD 8.2 
i386, python 2.6.7, Asterisk 1.8.4.4 as sip-proxy

Additional: when siprtmp cannot get response, _listener method on User class 
(p2p-sip/src/app/voip.py) gets nothing on yield multitask.recvfrom()

Do you need sip logs to prove the bug?

I will also duplicate this issue on p2p-sip project bugtracer, as it is related.

Original issue reported on code.google.com by santa....@gmail.com on 20 Jul 2011 at 10:34

GoogleCodeExporter commented 9 years ago
Its FreeBSD related bug, not p2p-sip. Status could be changed to closed.

Original comment by santa....@gmail.com on 29 Nov 2011 at 12:27