shadowsocksrr / shadowsocksr-android

A ShadowsocksR client for Android
7.72k stars 1.33k forks source link

Telegram Call is not working #74

Open x0r2d2 opened 6 years ago

x0r2d2 commented 6 years ago

Config: none + auth_chain_a + tls1.2_ticket_auth

With this config Telegram call is not working on latest stable build but with the same config Telegram Call is working with this build https://github.com/shadowsocksr-backup/shadowsocksr-android/releases/tag/3.4.0.8

Akkariiin commented 6 years ago

it's need no have different. need time to find reason.

and if you have more info , please reply.

x0r2d2 commented 6 years ago

@Akkariiin I will test it again and reply.

mahyari commented 5 years ago

I have a same problem with it. Telegram Call and Whatsapp Call are not working correct behind the proxy.

My config:

x0r2d2 commented 5 years ago

@mahyari Did you turn on UDP forwarding? Android or iOS?

mahyari commented 5 years ago

@mahyari Did you turn on UDP forwarding? Android or iOS?

Yes, But nothing changed. I used Android client on multiple devices but result is the same. Whatsapp Call is not blocked in my area and work fine without proxy, but when I turn on proxy it stay in connecting state.

I use docker in server with following config:

version: "3.7"
services:
    ssrr:
        image: oobs/ssrr:latest
        networks:
            - inet
        ports:
            - "9090:9090/tcp"
            - "9090:9090/udp"
        deploy:
            restart_policy:
                condition: on-failure
        entrypoint: ["python", "server.py", "-p", "9090", "-k", "password", "-m", "aes-128-cfb", "-O", "auth_aes128_md5", "-o", "tls1.2_ticket_auth","-vv","--fast-open"]

networks:
    inet:

No firewall is active on server. I'm not sure the problem raise from server or client, and have no way to test it.

x0r2d2 commented 5 years ago

@mahyari Let test it with this script and with different config. Config should be: none + auth_chain_a/b + plain Turn UDP forwarding ON.