Audio file name customization
itgrix_bx (Bitrix24)
itgrix_kmo (Kommo)
/opt/itgrix_bx/customizer/actions/
/opt/itgrix_kmo/customizer/actions
Parameters
Input:
Return:
File before recording .wav
In case all records are stored in one directory and their names look like .wav, the following solution of file selection customization without DBMS access is possible:
Complex file name for which data should be compiled from DBMS
Let's consider an example of customization for a format record: /var/spool/asterisk/monitor/<дата-время>-<from>-<to>-<Call ID>.<extension>
Example:
/var/spool/asterisk/monitor/20180330140245-321654987-154-1522395542.2897.mp3
In this case we can see that the file name consists of digits - date/time of call, incoming number, internal number and uniqueid of call, which are specified with hyphens. Let's get the missing data from the database.
Last updated
Was this helpful?