PySide6/PJSUA2-basiertes Desktop-Softphone mit: - SIP-Telefonie (Anrufe, DTMF, Halten, Transfer, Konferenz) - CardDAV-Kontaktsync mit Write-Back (Multi-Account) - Kontaktverwaltung mit Suche und Bearbeiten-Dialog - Anrufliste mit Namensauflösung - Favoriten-Panel (manuell + häufig angerufen) - BLF-Panel (SIP Presence Monitoring) - Responsives Layout (kompakt/erweitert) - Click-to-Call (tel:/sip: URI via D-Bus) - KDE-Integration (Tray, Benachrichtigungen) - PipeWire/PulseAudio Audio-Routing - AppImage Build-Support (PyInstaller + appimagetool) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
1 KiB
XML
21 lines
1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2196F3"/>
|
|
<stop offset="100%" style="stop-color:#1565C0"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- Hintergrund -->
|
|
<rect width="256" height="256" rx="48" ry="48" fill="url(#bg)"/>
|
|
<!-- Telefonhoerer -->
|
|
<g transform="translate(128,128) rotate(-30) translate(-128,-128)">
|
|
<path d="M80,88 C80,88 60,78 50,98 C40,118 55,148 75,168
|
|
C95,188 125,208 145,198 C165,188 155,168 155,168
|
|
L135,148 C135,148 125,158 115,148 C105,138 95,118 95,108
|
|
C95,98 105,88 105,88 Z"
|
|
fill="white" stroke="none"/>
|
|
</g>
|
|
<!-- Signal-Wellen -->
|
|
<path d="M170,60 C190,40 210,55 200,75" fill="none" stroke="rgba(255,255,255,0.7)" stroke-width="5" stroke-linecap="round"/>
|
|
<path d="M180,45 C205,20 230,40 215,65" fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="5" stroke-linecap="round"/>
|
|
</svg>
|