Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Windows Firewall

Install as Service

Using a command window, as Administrator:

Sv translation
languageen


Info
title

Introduction

The following page describes the required configuration to connect the jtel ACD to Starface.    
Pre-Requisites
Installation of

Connecting the Starface v6

BPX

PBX requires licensing the o-byte connector from o-byte and installation on the Starface PBX.

This guide covers the configuration of the jtel System

. Additional instructions regarding the configuration of the Starface PBX and the o-byte Connector can be obtained from o-byte

.

Before installation may begin,

jtel requires the

following:

IP-Adress of the Starface endpoint

-

. Either the IP from the local network, or a public IP-Adress if the Starface is located elsewhere.

  • Test number (Will be configured as a Test-Servicenumber in jtel)
  • Test user  (Will be configured as a Testuser in jtel)
  • jtel requires a phone number and user for testing.

    Additional instructions on configuration of the Starface PBX and the o-byte Connector can be obtained from o-byte.

    jtel STARFACE v62

    jtel STARFACE v6.2

    Service

    The jtel STARFACE v6.2 v62 Service must be installed on one of the telephony server machines. The following describes the required steps for installation.

    Copy Files

    Copy the following directory to the telephony server:

    Translations Ignore


    Code Block
    Source Directory:
    \\acd-store\shared\JTELCarrierPortal\WebServices\Install\Starface\ServiceV62
    
    Target Directory:
    c:\jtelStarface6v2SOAPWindowsService



    Check Configuration

    Check the configuration file jtelStarface6v2SOAPWindowsService.exe.config if any changes are required.

    The most likely changes would be to the sections:

    • <connectionStrings>- for connecting to the database
    • <appSettings> - for specifying the machine and UDP port of the acd Daemon Process
    • <log4net> - for specifying the location of the log file

    Configure Firewall

    - Starface Located In Local Network

    If the windows firewall is active, add Add a rule to allow http traffic into the web service.

    Use the following in a cmd window as administrator:

    Translations Ignore


    Code Block
    titleWindows Firewall
    netsh advfirewall firewall add rule name="jtelStarface6v2SOAPWindowsService" dir=in action=allow protocol=TCP localport=56745 edge=no

    Configure Firewall - Starface Located At External Network



    If Note, if the STARFACE is in a different network, you will need to change to edge=yes and configure a public remote IP-Adress in the jtelStarface6v2SOAPWindowsService, SIP and RTP firewall rules to provide access.

    Translations Ignore
    Code Block
    title
    netsh advfirewall firewall add rule name="jtelStarface6v2SOAPWindowsService" dir=in action=allow protocol=TCP localport=56745 edge=yes
    Translations Ignore


    Code Block
    c:
    cd \jtelStarface6v2SOAPWindowsService 
    c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -install jtelStarface6v2SOAPWindowsService.exe



    Trunk and Trunk Group Configuration

    Login as sysadmin to the jtel Portal.

    Configure Trunks

    Use System Settings ... Trunks to configure a trunk for each 8-Server machine.

    Note, the machine ID is set in the 8-Server configuration (usually the last part of the IP address of the machine).

    Configure Trunk Groups

    Create a new trunk group for each STARFACE PBX.

    The following parameters are required.

    ParameterValue
    NameFor example STARFACE
    Country CodeSelect the correct country code
    Outgoing Trunk SelectionTrunk Group for Internal NumbersSet to the same trunk group (explicitely)
    Trunk Group for External NumbersSet to the same trunk group (explicitely)
    Generall access for outbound callsOnly check this option, if this is a single customer installation.
    Number TranslatorIncoming CallerE.164 with + incoming
    Incoming CalledSTARFACE - remove converter parameter (usually 019900)
    Converter Parameter019900
    Outgoing CallerVOIP - Add prefix "sip:+", then E.164 number and postfix "@<Converter Parameter>
    Converter Parameter

    <IP_Address_8-Server>:5060

    For example: 192.168.1.1:5060

    Outgoing CalledVOIP - Add prefix "sip:", then E.164 number and postfix "@<Converter Parameter>"
    Converter Parameter

    <IP_Address_STARFACE>:5060

    For example: 192.168.1.100:5060

    Internal Number LengthSet to the maximum length of internal PBX extension numbers, for example 3

    Add the trunk created above for the PBX to the Trunks page. DO NOT FORGET THIS, OR IT WILL NOT WORK!

    See the screenshot below for an example configuration:

    Configure Service Numbers

    Service-Numbers are configured as fully qualified E.164 numbers.

    Agent Telephone Numbers / PBX Internal Destinations

    Agent telephone numbers are configured only with the number of the internal extension, not as fully qualified E.164 numbers.


    Sv translation
    languagefr


    Info
    titlePrérequis

    Pour connecter le PBX Starface v6, il faut obtenir une licence pour le connecteur d'octets auprès de o-byte et l'installation sur le PBX Starface.

    Ce guide couvre la configuration du système jtel.

    Des instructions supplémentaires sur la configuration du PBX Starface et du connecteur o-byte peuvent être obtenues auprès de o-byte.

    service STARFACE

    v62

    v6.2 jtel

    Le service jtel STARFACE v62 v6.2 doit être installé sur l'une des machines du serveur de téléphonie.

    Copier les fichiers

    Copiez le répertoire suivant sur le serveur de téléphonie :

    Translations Ignore


    Code Block
    Répertoire source: \\acd-store\shared\JTELCarrierPortal\WebServices\Install\Starface\ServiceV62 Target Directory: c:\jtelStarface6v2SOAPWindowsService



    Vérifiez la configuration :

    Vérifiez le fichier de configuration jtelStarface6v2SOAPWindowsService.exe.config si des changements sont nécessaires.

    Les changements les plus probables porteraient sur les articles :

    • <connectionStrings>- pour se connecter à la base de données
    • <appSettings> - pour spécifier la machine et le port UDP du processus de démon acd
    • <log4net> - pour préciser l'emplacement du fichier journal

    Configurer le pare-feu

    Si le pare-feu Windows est actif, ajoutez une règle pour autoriser le trafic http dans le service web.

    Utilisez ce qui suit dans une fenêtre cmd comme administrateur:

    Translations Ignore


    Code Block
    titlePare-feu Windows
    netsh advfirewall firewall add rule name="jtelStarface6v2SOAPWindowsService" dir=in action=allow protocol=TDP localport=56745 edge=no



    Notez que si la STARFACE fait partie d'un autre réseau, vous devrez passer à edge=yes.

    Installer en tant que service

    En utilisant une fenêtre de commande, comme Administrateur:

    Translations Ignore


    Code Block
    c: cd \jtelStarface6v2SOAPWindowsService c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -install jtelStarface6v2SOAPWindowsService.exe



    Trunc et Configuration des groupes de tronc

    Connectez-vous en tant que sysadmin au portail de jtel.

    Configurer les troncs

    Système d'utilisation Paramètres ... Troncs pour configurer un tronc pour chaque machine à 8 serveurs.

    Notez que l'ID de la machine est défini dans la configuration à 8-server (généralement la dernière partie de l'adresse IP de la machine).

    Configurer les groupes de troncs

    Créer un nouveau groupe de tronc pour chaque STARFACE PBX.

    Les paramètres suivants sont requis.

    ParamètreValeur
    NomPar exemple STARFACE
    Code du paysSélectionnez le bon code de pays
    Sélection du tronc sortantGroupe de travail pour les numéros internesRéglé sur le même groupe de troncs (explicitement)
    Groupe de tronc pour les numéros externesRéglé sur le même groupe de troncs (explicitement)
    Accès général pour les appels sortantsNe cochez cette option que s'il s'agit d'une installation pour un seul client.
    Traducteur du numéroAppelant entrantE.164 avec + entrant
    Appelé entrantSTARFACE - supprimer le paramètre du convertisseur (généralement 019900)
    Paramètres du convertisseur019900
    Appel sortantVOIP - Ajouter le préfixe "sip:+", puis le numéro E.164 et le préfixe postal "@<Converter Parameter>
    Paramètres du convertisseur

    <IP_Address_8-Server>:5060

    Par exemple: 192.168.1.1:5060

    Appelé sortantVOIP - Ajouter le préfixe "sip :", puis le numéro E.164 et le postfix "@<Converter Parameter>".
    Paramètres du convertisseur

    <IP_Address_STARFACE>:5060

    Par exemple: 192.168.1.100:5060

    Longueur du numéro interneFixer la longueur maximale des numéros d'extension PBX internes, par exemple 3

    Ajoutez le tronc créé ci-dessus pour le PBX à la page Trunks. N'OUBLIEZ PAS CELA, OU CELA NE FONCTIONNERA PAS !

    Voir la capture d'écran ci-dessous pour un exemple de configuration :

    Configurer les numéros de service

    Les numéros de service sont configurés comme des numéros E.164 pleinement qualifiés.

    Numéros de téléphone des agents / Destinations internes des PBX

    Les numéros de téléphone des agents sont configurés uniquement avec le numéro du poste interne, et non comme des numéros E.164 pleinement qualifiés.


    Sv translation
    languagede


    Code Block
    title

    Einführung

    Die folgende Seite beschreibt die notwendige Konfiguration, um die jtel ACD mit Starface zu verbinden.    
    Voraussetzungen

    Die Installation der Starface v6 BPX erfordert die Lizenzierung des o-byte Connectors von o-byte und die Installation auf der Starface PBX.

    Diese Anleitung behandelt die Konfiguration des jtel Systems. Weitere Anleitungen zur Konfiguration der Starface PBX und des o-byte Connectors können bei o-byte angefordert werden.

    Bevor mit der Installation begonnen werden kann, benötigt jtel die folgenden Voraussetzungen:

  • IP-Adresse des Starface-Endpunktes - Entweder die IP aus dem lokalen Netzwerk, oder eine öffentliche IP-Adresse, wenn sich das Starface woanders befindet
  • Testnummer (wird als Test-Servicenummer in jtel konfiguriert)
  • Testbenutzer (wird als Testuser in jtel konfiguriert)
    Der Anschluss der Starface v6 TK-Anlage erfordert die Lizenzierung des o-byte Anschlusses von o-byte und die Installation auf der Starface TK-Anlage.
    Diese Anleitung behandelt die Konfiguration des jtel Systems.
    jtel benötigt die IP-Adresse des Starface Endpunktes. Entweder die IP aus dem lokalen Netzwerk, oder eine öffentliche IP-Adresse, wenn sich das Starface an einem anderen Ort befindet.
    jtel benötigt eine Rufnummer und einen Benutzer für den Test.
    Weitere Anleitungen zur Konfiguration der Starface-Telefonanlage und des o-byte Connectors können bei o-byte angefordert werden.

    jtel STARFACE v6.2 Dienst

    Der jtel STARFACE v6.2 Dienst Service muss auf einem der Telefonie-Server-Maschinen installiert werden. Im Folgenden werden die erforderlichen Schritte für die Installation beschrieben.sein.

    Dateien Kopieren

    Kopiere die folgenden Dateien in das Verzeichnis C: am Telefonie ServerKopieren Sie das folgende Verzeichnis auf den Telefonieserver:

    Translations Ignore


    Code Block
    Source Directory:
    \\acd-store\shared\JTELCarrierPortal\WebServices\Install\Starface\ServiceV62
    
    Target Directory:
    c:\jtelStarface6v2SOAPWindowsService


    Konfiguration

    Überprüfen Sie die Konfigurationsdatei jtelStarface6v2SOAPWindowsService.exe.config, ob Änderungen erforderlich sind.

    Am wahrscheinlichsten sind Änderungen an den Abschnitten:

    • <connectionStrings>- für die Verbindung mit der Datenbank
      <appSettings> - für die Angabe des Rechners und des UDP-Ports des acd-Daemon-Prozesses
      <log4net> - für die Angabe des Speicherorts der Protokolldatei

    Firewall Konfigurieren

    - Starface In Lokalem Netzwerk

    Wenn die Windows-Firewall aktiv ist, fügen Sie eine Regel hinzu, die http-Verkehr für den Webdienst zulässt.

    Verwenden Sie in einem cmd-Fenster als Administrator den folgenden Befehl:

    Translations Ignore


    Code Block
    titleWindows Firewall
    netsh advfirewall firewall add rule name="jtelStarface6v2SOAPWindowsService" dir=in action=allow protocol=TCP localport=56745 edge=no

    Firewall Konfigurieren - Starface In Externem Netzwerk



    Wenn sich die das STARFACE in einem anderen Netzwerk befindet, müssen Sie auf edge=yes umstellen und eine öffentliche Remote-IP-Adresse in den jtelStarface6v2SOAPWindowsService, SIP- und RTP-Firewall-Regeln konfigurieren, um den Zugang zu ermöglichen.

    Als Dienst

    Installieren

    installieren

    Verwenden Sie ein Befehlsfenster als Administrator:

    Translations Ignore


    Code Block
    c:
    cd \jtelStarface6v2SOAPWindowsService 
    c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe -install jtelStarface6v2SOAPWindowsService.exe



    Trunk und

    Trunkgruppen

    Trunk-Gruppen Konfiguration

    Melden Sie sich als Systemadministrator am jtel Portal an.

    Trunks Konfigurieren

    Verwenden Sie Systemeinstellungen ... Trunks, um eine Leitung für jeden 8-Server-Rechner einen Trunk zu konfigurieren.

    Beachten Sie, dass die Machine-ID MachineID in der 8-Server-Konfiguration festgelegt wird (normalerweise der letzte Teil der IP-Adresse des GerätsRechners).

    Configure Trunk

    Gruppen Konfigurieren

    Groups

    Legen Sie für jede STARFACE Telefonanlage eine neue Leitungsgruppe an.

    Die folgenden Parameter sind erforderlich.

    ParameterValueWert
    NameZum Beispiel For example STARFACE
    LändervorwahlCountry CodeWähle Wählen Sie die korrekte LändervorwahlOrtsvorwahl
    Outgoing Trunk SelectionTrunkauswahl abgehendTrunk-Gruppe für interne ZieleSetze zu gleicher Auf dieselbe Trunk Gruppe. Entsprechend o.g. Beispiel STARFACE-Gruppe einstellen
    Trunk-Gruppe für externe ZieleSetze zu gleicher Auf dieselbe Trunk Gruppe. Entsprechend o.g. Beispiel STARFACE-Gruppe einstellen
    Frei verfügbar für ausgehende AnrufeNur auswählen, wenn es nur einen Mandanten auf dem System gibtOnly check this option, if this is a single customer installation.
    Number TranslatorRufnummernkonverterEingehend Anrufer NummerTelefon 0,00 - entferne Wählprefix (0 oder 00), stelle Ländervorwahl sowie Ortsvorwahl wie benötigt voran E.164 with + incoming
    Eingehend Angerufene NummerSTARFACE - Konverter-Parameter entfernen (üblicherweise remove converter parameter (usually 019900)
    Konverter Converter Parameter019900Abgehend
    Anrufer NummerOutgoing CallerVOIP - wähle Add prefix "sip:+", dann die then E.164 Nummer am Anfang und "@<Konverter Parameter> am Endenumber and postfix "@<Converter Parameter>
    Converter Konverter Parameter

    <IP_AddresseAddress_8-Server>:5060

    For example: 192.168.1.1:5060

    Abgehend Angerufene NummerOutgoing CalledVOIP - wähle Add prefix "sip:+", dann die then E.164 Nummer am Anfang und "@<Konverter Parameter> am Endenumber and postfix "@<Converter Parameter>"
    Converter Konverter Parameter

    <IP_AddresseAddress_STARFACE>:5060

    For example: 192.168.1.100:5060

    Länge interne NummerAuf die maximale Länge der internen PBX-Durchwahlen eingestellt, z. B. 3

    Fügen Sie die oben erstellte Leitung für die Telefonanlage zur Seite Leitungen hinzu. VERGESSEN SIE DIES NICHT, SONST WIRD ES NICHT FUNKTIONIEREN!

    Die folgende Abbildung zeigt eine Beispielkonfiguration:

    Image Removed

    Servicerufnummern Konfigurieren

    Servicenummern werden als voll qualifizierte E.164-Nummern konfiguriert.

    Agententelefonnummern / PBX-interne Ziele

    Internal Number LengthSet to the maximum length of internal PBX extension numbers, for example 3

    Add the trunk created above for the PBX to the Trunks page. DO NOT FORGET THIS, OR IT WILL NOT WORK!

    See the screenshot below for an example configuration:

    Image Added

    Configure Service Numbers

    Service-Numbers are configured as fully qualified E.164 numbers.

    Agent Telephone Numbers / PBX Internal Destinations

    Agent telephone numbers are configured only with the number of the internal extension, not as fully qualified E.164 numbersAgententelefonnummern werden nur mit der Nummer der internen Nebenstelle konfiguriert, nicht als voll qualifizierte E.164-Nummern.