Clopos Caller ID v1.1.2
Clopos Caller ID v1.1.2
Critical fix
-
SIP Sniffer was not capturing calls on many machines —
scapy.sniff()was called without an explicit interface, so on Windows it pickedconf.ifacewhich is often a virtual adapter (Hyper-V / VirtualBox / VPN tunnel) that never carries SIP traffic. The result was intermittent: a customer could be working fine, then a Windows update or new network adapter shiftedconf.ifaceand SIP calls silently stopped being detected — even though MicroSIP showed registered and Npcap was installed.Fix: enumerate every Windows adapter that has a routable IPv4 (skipping link-local 169.254.* and IPv6-only entries) and pass them all to
sniff(iface=[...]). Sniffer now captures on Ethernet, Wi-Fi, Loopback, and VPN tunnels in parallel — whichever adapter the SIP traffic happens to be on, we see it.Affects every release v1.0.8 → v1.1.1. Strongly recommended upgrade.
Installation
Download CloposCallerID-Setup-1.1.2.exe below and run it. Users on v1.1.0+ will receive this automatically via the in-app updater within 12 hours.