From AleCaste, 5 Years ago, written in Plain Text.
- view diff
Embed
  1. Dear members,
  2. . We can use the verto communicator client to join a conference handled by our own Freesitch server and using the default 'stun:stun.l.google.com:19302' Google STUN server.
  3. . It works on Chrome, Firefox and Opera, on which we can connect ok and get audio+video.
  4. . But it does NOT work on Edge.
  5. . When using Chrome we can see one of the ICE Candidates DOES have the client public IP.
  6. . But when running the client on Edge we do NOT see such candidate.
  7. . What it is interesting is that if we don't use our Freeswitch server but the one hosted in cantina.freeswitch.org then the verto client CAN connect ok and we get audio+video (although we noticed that even in this case we still not see the ICE Candidate with the client public IP in the SDP offer).
  8. . So my question is if the Freewitch server in cantina.freeswitch.org is doing something "special" to retrieve the client public IP from the signaling messages or something like that.
  9. . By the way, we already set the following params in the verto conf:
  10.  
  11. <param name="apply-candidate-acl" value="localnet.auto"/>
  12. <param name="apply-candidate-acl" value="wan_v4.auto"/>
  13. <param name="apply-candidate-acl" value="rfc1918.auto"/>
  14. <param name="apply-candidate-acl" value="any_v4.auto"/>
  15.  
  16. If you can give us any hints it would be much appreciated.
  17. Regards,
  18. Alex