tis-3cx-desktop-app

18.13.959-5
3CX Softphone - Votre téléphone logiciel VoIP pour Windows
10087 téléchargements
Télécharger
Voir le résultat de la construction Voir l'analyse de VirusTotal
tis-3cx-desktop-app icon
  • package : tis-3cx-desktop-app
  • name : 3cx Desktop App
  • version : 18.13.959-5
  • categories : Office
  • maintainer : WAPT Team,Tranquil IT,Jimmy PELÉ,Kevin Guerineau
  • editor : 3CX
  • licence : Proprietary
  • locale : all
  • target_os : darwin
  • impacted_process : 3CXClickToCall,3CXWin8Phone,CallTriggerCmd,DotNetScriptConfig,TcxPhoneUpdater
  • architecture : x64
  • signature_date : 2023-09-11 12:00
  • size : 183.51 Mo
  • homepage : https://www.3cx.com/
  • conflicts :
package           : tis-3cx-desktop-app
version           : 18.13.959-5
architecture      : x64
section           : base
priority          : optional
name              : 3cx Desktop App
categories        : Office
maintainer        : WAPT Team,Tranquil IT,Jimmy PELÉ,Kevin Guerineau
description       : 3CX Softphone – Your VoIP Softphone
depends           : 
conflicts         : tis-3cxphone
maturity          : PROD
locale            : all
target_os         : darwin
min_wapt_version  : 2.0
sources           : https://www.3cx.com/phone-system/download-links/
installed_size    : 
impacted_process  : 3CXClickToCall,3CXWin8Phone,CallTriggerCmd,DotNetScriptConfig,TcxPhoneUpdater
description_fr    : 3CX Softphone - Votre téléphone logiciel VoIP pour Windows
description_pl    : 3CX Softphone - Twój telefon programowy VoIP dla Windows
description_de    : 3CX Softphone - Ihr VoIP-Softphone für Windows
description_es    : 3CX Softphone - Su Softphone VoIP para Windows
description_pt    : 3CX Softphone - O seu VoIP Softphone para Windows
description_it    : 3CX Softphone - Il vostro softphone VoIP per Windows
description_nl    : 3CX Softphone - Uw VoIP-softphone voor Windows
description_ru    : 3CX Softphone - ваш VoIP-софтфон для Windows
audit_schedule    : 
editor            : 3CX
keywords          : 
licence           : Proprietary
homepage          : https://www.3cx.com/
package_uuid      : 0e431a07-f29b-44d9-bf77-7723a3466425
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : https://www.3cx.com/blog/change-log/3cxphone-build-history/
min_os_version    : 
max_os_version    : 
icon_sha256sum    : bb9359125934f0e42c191818154bf852ac32526fd2c87487faf7866ef12e1bec
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature         : nRWxgNFmLsswgM/3QBwUMzYks4wT82nDjRdVt/ag7c5QOPBxaUcFtRgsgJtl94f2Qy2ocSM8A5xZXd/xmguOMmQLwzxfAaGrunOG4IgRTQ2j94C8b7GdVLfA0nryev/42w9I6rig7H/DrHWFlQLw3LY4lqfu5b9wLJc0tY6cBf0ngRQq9Is7LEsmpzfC/QqYIkhTfJQt13RCxI6Tk6+GVLmHpMpVgvleA6HeBDKQsWHFk7gCU8I/S8i9k0hQ9XjjgXz4HN3z+UymEa1O8vCWoagZc6EThgJHDivtpDq5HDNeakZnC03CZWjPK493sXD7ghZlOKZkQ48vLcYsCbfZcA==
signature_date    : 2023-09-11T12:00:21.498348
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
import time

# Installation procedure: https://www.3cx.com/docs/manual/phone-system-installation-windows

def install():
    # Initializing variables
    package_version = control.version.split("-")[0]

    # Installing the package
    bin_name= glob.glob('*.dmg')[0]
    install_dmg(bin_name,key="/Applications/3CX Desktop App.app",min_version=package_version)
# -*- coding: utf-8 -*-
from setuphelpers import *

def update_package():


    url = "https://www.3cx.com/blog/change-log/web-client-desktop-app/"
    version3cx = wgets(url).lower().split('build final,')[1].split(',')[0].strip()
    shortversion = version3cx.split('.')[0] + '0'

    download_url = "https://downloads-global.3cx.com/downloads/v%s/templates/clients/3CXDesktopApp-%s.dmg" % (shortversion,version3cx)
    latest_bin = "3CXDesktopApp-%s.dmg" % version3cx

    if not isfile(latest_bin):
        wget(download_url, latest_bin)

    control.set_software_version(version3cx)
    control.save_control_to_wapt()

3705844c046bc0ed57b50abda563bbbbebe73cb68cc40bcde6c79b37ecf6e58a : setup.py
 : __pycache__
53e7443d8b1b212ff1441d934331894c99f08fc90224f5558a959e1a077efeee : 3CXDesktopApp-18.13.959.dmg
128ae9f7306871a12952a4857b99513c1c96ee657341499b021f473216d60ace : update_package.py
bb9359125934f0e42c191818154bf852ac32526fd2c87487faf7866ef12e1bec : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
74540eafc70a82310a8777695974e677d5662137919781c6b228dd1857996de6 : luti.json
2cbfbe8c173ba404df6231e8949e73dafa80a31d2e31661935f941bb50589eee : WAPT/control