Yang

Results 7 issues of Yang

When calling [email protected] from [email protected], too many of these sip MESSAGE block(or slow down) the client waking up to get the INVITE signal, in another word, we might wait a...

iphone version 5.4.0 can NOT recieve any calls&sms from some days ago while success register to linphone server. After changing linphone account password via https://www.linphone.org/freesip?action=change_password , and re-login, it works....

相关repo https://github.com/alexander-akhmetov/zt-tcp-relay 实现步骤: 启动时先解析DDNS, 更新local.conf { "settings": { "forceTcpRelay": true, "tcpFallbackRelay": "2001::abcd/4443" } } 中继服务端 ./target/release/zt-tcp-relay --listen '[::]:4443'

enhancement
help wanted

Can we add configuration under [conference-server] to block/allow some IP ranges? e.g.: `ice_deny=::/0 ice_deny=0.0.0.0/0 ice_permit=192.168.0.0/24 ice_permit=2001:41d0:700:1080::bb/128` current policy is to list all host candidates, according to https://github.com/BelledonneCommunications/flexisip/blob/d7c767b3e37fbb3b65d6de2a7c69bc06fb2cb6e5/src/conference/conference-server.cc#L161 And, how about...

### Steps to reproduce Maybe I found the root cause: the access to matrix.org blocks ringing progress. Here is how to reproduce this issue: (only notification) set up an HTTP...

T-Defect

内网需要这功能的设备不能太多, 将部分端口范围划分给这些设备 内网机器: echo "20000 21999" >/proc/sys/net/ipv4/ip_local_port_range 网关: iptable -t nat -A PREROUTING -i ppp0 -p tcp -m multiport --dports 20000:21999 -j DNAT --to-destination 192.168.1.200

Archlinux, 滚挂了, 内核移除了Extension MARK? https://gist.github.com/zfl9/d52482118f38ce2c16195583dffc44d2#file-ssredir_tproxy-sh-L44 v6版本添加失败. Warning: Extension MARK revision 0 not supported, missing kernel module? ip6tables v1.8.10 (legacy): unknown option "--set-xmark" Try `ip6tables -h' or 'ip6tables --help' for more...