Second SSH session to the same host: Warning: remote port forwarding failed for listen port 4713.
First session already bound the port. Second session cannot bind it again.
Fix: ControlMaster auto in ~/.ssh/config. First session opens the tunnel, all later sessions share it. Voice mode will inshallah be reachable from all of them.

