Цифровая платформа по разработке и применению цифровых двойников CML-Bench®
Уникальный онлайн-курс «Цифровые двойники изделий»
CAD/CAE/CFD/CAO/HPC новости 28 Марта 2006 года

Microsip Linux 🎁 Simple

If you're a Linux user looking for a no-nonsense, resource-friendly SIP softphone, you've likely heard of . It’s famous on Windows for being a 300 KB executable that just works. But what about Linux?

wget https://www.microsip.org/download/MicroSIP-3.21.3.zip unzip MicroSIP-3.21.3.zip -d ~/MicroSIP cd ~/MicroSIP No installation needed – just the .exe file. Launch it directly: microsip linux

#!/bin/bash export PULSE_LATENCY_MSEC=30 export STAGING_AUDIO_DURATION=30 wine ~/MicroSIP/MicroSIP.exe Make it executable: chmod +x run_microsip.sh If you want a 100% native client, here are solid alternatives: If you're a Linux user looking for a

sudo apt install wine-pulse Grab the latest portable ZIP from the official site: resource-friendly SIP softphone

wine --version 💡 Install wine-pulse or wine-alsa for better audio drivers: