Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

siprtmp.py doesnt get any responses on REGISTER #6

Open
GoogleCodeExporter opened this issue May 18, 2015 · 1 comment
Open

siprtmp.py doesnt get any responses on REGISTER #6

GoogleCodeExporter opened this issue May 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 20 Jul 2011 at 10:34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant