Skip to content Skip to main navigation Skip to footer

Search: share files between users

7 results

Orbis 1.0.0 Release Notes

…the Recalculate hits button in the Hit rules section Case access management A user can create a new case. The user gets an immediate exclusive access to that case. Currently it’s not possible for the user to grant access to other users. Solution: We are working on solution, where the cases can be shared by the Orbis users. Hit and…

Orbis 1.1.0 Release Notes

…the Orbis users. Network map In Orbis 1.1.0, there’s only a beta version of the network graph. Known issues: Graph layout is not well arranged. Solution: Use Auto Layout function and manual positioning of nodes. Only telephony recordings and assets are visualized on a graph. Graph layout is not shared among users. Only a limited amount of information about entities…

Understand SPE user accounts

…if different user accounts should have access to each other’s data, you might want to use some filesystem trickery like a symlink to some shared directory, like in the following example: ├── user_1/ │ ├── data/ │ └── storage/ │ └── audio -> /shared_recordings/ ├── user_2/ │ ├── data/ │ └── storage/ │ └── audio -> /shared_recordings/ └── administrator/ ├──…

Understand SPE configuration

…# The value specifies the maximum number of archived log files. If the number is exceeded, # archived log files are deleted, starting with the oldest. # server.logging.file.purge_count = 5 The following directive is important mainly for tuning and initiation of the SPE. Turn it on when the system is prepared to go live. # Use separate thread for logging….

Releases and Changelogs (SPE)

…by diarization – each channel coresponds to one speaker Added request GET /technologies/keywordspotting/phonemes to get supported phonemes Added log files rotation (configuration parameters ‘server.logging.file.rotation’ and ‘server.logging.file.purge_count’) Added support for FLAC and OPUS files – it is possible to upload and process these files, but requests which produce new files always produces WAV files Added request GET /admin/roles to list user…

Understand SPE directory structure

…hold (customized) technology models shared by all SPE users. Historically, customizations are registered for particular SPE user only (e.g. when registering LID language pack using phxadmin –add-language-pack). Putting the customized technology model in shared directory makes it available for all users. The shared directory should contain bsapi subdirectory with the same structure as the main directory in root of SPE…

Understand SPE configuration file

…value is ‘${application.dir}shared‘ server.shared.path = ${application.dir}shared Path to a directory intended to hold (customized) technology models shared by all SPE users. Defaults to shared subdirectory of SPE application directory and exists only in SPE 3.41 or newer. For additional details about shared models directory, see Understanding SPE directory structure article. NOTE: If you change the server.shared.path, you might also want…