-
Notifications
You must be signed in to change notification settings - Fork 34
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
How to test TURN HA ? #20
Comments
Can you look at the second log file (more verbose) result.json.pjsua
The ICE negotiation and TURN is quite verbose.
|
The second log file ".json.pjsua" file is pasted above, the first one ".json" being empty I'm 100% sure about the password, I made some test using our softphone app, it worked properly |
You need to use the latest master, TURN action was added recently Once you run You will have a file called results.json.pjsua witch will contain all the logs about ICE/TURN
|
So, I cloned the repo, built the container (build_image.sh), then run it with the above mentioned turn configuration, no mention of STUN / TURN / ICE in the logs again. Can you c/c your conf.xml file producing your log ? |
|
Hi there
I'm interested in using voip_patrol to test a high availability TURN setup (using coturn). How can I test that ? Tried a naive
/git/voip_patrol/voip_patrol -c ./test.xml -o result.json
with this test.xmlNote, I intend turn.test to answer at least 2 IPs, this is what I meant by high availability
The output said
result.json is empty, result.json.pjsua says
As I said, I tried the naive way, I guess I need some more configuration. Could you provide me some guidance about how to setup a meaningful test ? The best would be a call over the TURN, dunno if there is an easy setup to achieve that, like a mock server ?
The text was updated successfully, but these errors were encountered: