Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Sv translation
languagefr

Translations Ignore


Code Block
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/configs/8server_config_v8.reg -Destination $Env:UserProfile\Downloads }" powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/configs/odbc_ini_v52.reg -Destination $Env:UserProfile\Downloads }" powershell -command "& { Start-BitsTransfer -Source http://cdn.jtel.de/downloads/aculab/AculabInstaller.msi -Destination $Env:UserProfile\Downloads }" powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/tools/AutoLogon.zip -Destination $Env:UserProfile\Downloads }"


Status
colourYellow
title

Translations Ignore


Code Block
c: cd \ mkdir \8Server cd \8Server git clone https://bitbucket.org/jtelgmbh/8-server-deploy.git deploy cd deploy git checkout release/rc-5.23.14


Translations Ignore


Code Block
c: cd \8Server\deploy\OEM\JTEL\ first_install.cmd copy_keyfile_en_mcp_v67.cmd


Translations Ignore


Code Block
c: cd \8Server\deploy\OEM\JTEL\ first_install.cmd copy_keyfile_en_daemon.cmd


Translations Ignore


Code Block
netsh advfirewall firewall add rule name="ICMPv4" protocol=icmpv4:8,any dir=in action=allow edge=yes netsh advfirewall firewall add rule name="Hazelcast" dir=in action=allow protocol=TCP localport=5701-5801 edge=no netsh advfirewall firewall add rule name="RTP" dir=in action=allow protocol=UDP localport=30000-34999 edge=yes netsh advfirewall firewall add rule name="SIP" dir=in action=allow protocol=UDP localport=5060 edge=yes netsh advfirewall firewall add rule name="UDP Local" dir=in action=allow protocol=UDP localport=1-65535 edge=no


Translations Ignore


Code Block
start %USERPROFILE%\Downloads\AculabInstaller.msi


Warning

Translations Ignore


Code Block
LocalRtpSymmetric=1


Translations Ignore


Code Block
... 							<rxrange minvalue="30000" maxvalue="34999"/> ...


Status
colourYellow
title

Warning
title

Warning

Note

Translations Ignore


Code Block
gihal   # If it starts, press CTRL+C then cancel


Translations Ignore


Code Block
 [SIP] { netport			 = 0 channel_count		 = 30 default_vmp_set		 = "VMP_SET1" default_rtp_ip		 = "0.0.0.0" default_rtp_dscp		 = 46 defaultSignallingGateway	 = "" numberOnly		 = FALSE rfc2833RxToneEvent	 = TRUE rfc2833RxInbandToneRegeneration	= TRUE rfc2833TxToneConversion	 = TRUE }


Translations Ignore


Code Block
DISABLE_ERROR_DIALOG = 2


Status
colourYellow
title

Translations Ignore


Code Block
ROOT { StdCall_MCP { bool Use_RemoteHAL = TRUE; 	 integer LocalStream_RX_Port = 0;	 integer Dispatcher_ThreadCount = 4; 	 bool Auto_SETUP_ACK = FALSE; string Alert_DefaultFile = "c:\8Server\Voice\System\070.wav"; 	 integer Stream_Receiver_MaxUnconfirmedPackets = 8; integer Stream_Receiver_MaxBufferSize = 16384; integer Stream_Sender_Timeout = 2000; integer Stream_Sender_MaxBufferSize = 16384; 	 integer SIP_Interceptor_Port = 5060; bool Enable_SIP_Interceptor = TRUE; 	 integer Start_SIP_Interceptor_After_Command = 5; 	 bool Enable_SIP_Registrar = FALSE; bool Enable_L3_Monitor = FALSE; string Default_SIP_Contact = "<sip:10.42.13.84>"; 	 string Startup_Command0 = "c:/windows/system32/taskkill.exe /im gihal.exe /f"; 	 integer Startup_Sleep0 = 2000;	 	 string Startup_Command1 = "c:/windows/system32/taskkill.exe /im giacu.exe /f"; 	 integer Startup_Sleep1 = 2000;	 	 string Startup_Command2 = "c:/aculab/v67/bin/amd64/aculabservicemanager -stop sip"; 	 integer Startup_Sleep2 = 2000; 	 string Startup_Command3 = "c:/windows/system32/net.exe stop acuresmgr"; 	 integer Startup_Sleep3 = 2000; 	 string Startup_Command4 = "c:/windows/system32/net.exe stop prosodysserv"; 	 integer Startup_Sleep4 = 2000;	 	 string Startup_Command5 = "c:/windows/system32/net.exe stop aculabstartupservice"; 	 integer Startup_Sleep5 = 2000; 	 string Startup_Command6 = "c:/windows/system32/net.exe start aculabstartupservice"; 	 integer Startup_Sleep6 = 2000; 	 string Startup_Command7 = "c:/windows/system32/net.exe start acuresmgr"; 	 integer Startup_Sleep7 = 2000; 	 string Startup_Command8 = "c:/windows/system32/net.exe start prosodysserv"; 	 integer Startup_Sleep8 = 2000; 	 string Startup_Command9 = "c:/aculab/v67/bin/amd64/aculabservicemanager -start sip"; 	 integer Startup_Sleep9 = 2000; 	 string Startup_Command10 = "c:/8Server/gi2/bin/giHal.exe -w -tingtrace"; 	 integer Startup_Sleep10 = 20000;	 	 string Startup_Command11 = "c:/8Server/bin/startup_registrations.cmd"; 	 integer Startup_Sleep11 = 1000; 	 	 string Shutdown_Command0 = "c:/windows/system32/taskkill.exe /im gihal.exe /f"; 	 integer Shutdown_Sleep0 = 2000; 	 string Shutdown_Command1 = "c:/windows/system32/taskkill.exe /im giacu.exe /f"; 	 integer Shutdown_Sleep1 = 2000; Controller1 { integer Total_Channel_Count = 20; integer Inbound_Use_Channels = 10; integer Outbound_Use_Channels = 10; string HAL_HostName = "127.0.0.1"; bool SIP_URL_Cleaner = TRUE; 		 bool SIP_Number_Cleaner = TRUE; bool Ignore_L1Status = TRUE; bool RFC2833_DTMF_Detection = TRUE; }; }; }; 


Translations Ignore


Code Block
c:\8Server\Bin\robot5.exe


Translations Ignore


Code Block
\\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.AcdEvents.Cleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.AcdEvents.Distribute.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.DailyAutoGroupLogout.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.DailyAutoUserLogout.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.GroupDistribute.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.LongCalls.Warning.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.UDP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\conf\ConfServer.Daemon.UDP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.8Server.LogFileCleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Audio.Converter.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.ChangeEvent.Manager.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.EventSpool.SMS.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.EventSpool.SMTP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Recordings.Cleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Recordings.Manager.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.ReportSubscriptions2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.SystemStartSequence.Cleaner.v2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.SystemStartSequence.Update.v2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\TimeServiceMonitor\portal.Daemon.TimeServiceMonitor.r5 C:\8Server\Samples\LogFileCleaner\8Server.Daemon.LogFileCleaner.mySQL.r5


Translations Ignore


Code Block
title
\\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.UDP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\conf\ConfServer.Daemon.UDP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.SystemStartSequence.Update.v2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\TimeServiceMonitor\portal.Daemon.TimeServiceMonitor.r5 C:\8Server\Samples\LogFileCleaner\8Server.Daemon.LogFileCleaner.mySQL.r5


Translations Ignore


Code Block
title
\\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.AcdEvents.Cleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.AcdEvents.Distribute.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.DailyAutoGroupLogout.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.DailyAutoUserLogout.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.GroupDistribute.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.LongCalls.Warning.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\acd\Daemons\acd.Daemon.UDP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.8Server.LogFileCleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Audio.Converter.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.ChangeEvent.Manager.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.EventSpool.SMS.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.EventSpool.SMTP.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Recordings.Cleaner.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.Recordings.Manager.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.ReportSubscriptions2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.SystemStartSequence.Cleaner.v2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\Portal.Daemon.SystemStartSequence.Update.v2.r5 \\acd-store\shared\JTELCarrierPortal\AppServer\TimeServiceMonitor\portal.Daemon.TimeServiceMonitor.r5 C:\8Server\Samples\LogFileCleaner\8Server.Daemon.LogFileCleaner.mySQL.r5


Translations Ignore


Code Block
title
C: md \PlatformUDPlistener xcopy /E \\acd-store\shared\JTELCarrierPortal\Utils\Install\PlatformUDPListener C:\PlatformUDPlistener copy \\acd-store\shared\hazelcast.xml C:\PlatformUDPlistener\conf