From 844527fd009a4218952a90c8b2c081fd04eab94e Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 19 Sep 2025 18:34:52 +0000 Subject: [PATCH] more fixes for last commit git-svn-id: svn://192.168.202.10@3943 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/STEREO_CALL_RECORDINGS.txt | 2 +- extras/MySQL_AST_CREATE_tables.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/STEREO_CALL_RECORDINGS.txt b/docs/STEREO_CALL_RECORDINGS.txt index fc2556aa..3934aa3e 100644 --- a/docs/STEREO_CALL_RECORDINGS.txt +++ b/docs/STEREO_CALL_RECORDINGS.txt @@ -1,7 +1,7 @@ VICIDIAL STEREO CALL RECORDINGS Started: 2025-06-18 Updated: 2025-09-19 -TO USE THESE FEATURES, YOU WILL NEED TO HAVE ALL SERVERS IN YOUR CLUSTER USING SVN/TRUNK REVISION 3940(2025-09-19) CODE OR HIGHER!!! +TO USE THESE FEATURES, YOU WILL NEED TO HAVE ALL SERVERS IN YOUR CLUSTER USING SVN/TRUNK REVISION 3943(2025-09-19) CODE OR HIGHER!!! This project was designed to allow for additional stereo recording of phone calls at the agent and server levels directly on VICIdial Asterisk servers, with the customer always on one channel(the Right channel) and the agent and all other parties on the other channel(the Left channel). If you are looking for the VICI Gateway Recording Server documentation, please see the GATEWAY_RECORDING_SERVER.txt document. diff --git a/extras/MySQL_AST_CREATE_tables.sql b/extras/MySQL_AST_CREATE_tables.sql index ea0bc1b5..d949d7b4 100644 --- a/extras/MySQL_AST_CREATE_tables.sql +++ b/extras/MySQL_AST_CREATE_tables.sql @@ -1142,7 +1142,7 @@ parallel_rec_co_filename VARCHAR(50) default '', parallel_rec_cm_filename VARCHAR(50) default '', parallel_rec_fr_filename VARCHAR(50) default '', recording_dtmf_muting SMALLINT(3) UNSIGNED default '0', -stereo_recording_agent ENUM('NEVER','ONDEMAND','ALLCALLS','ALLFORCE') default 'ALLFORCE', +stereo_recording_agent ENUM('NEVER','ONDEMAND','ALLCALLS','ALLFORCE') default 'ALLFORCE' ) ENGINE=MyISAM; CREATE TABLE vicidial_lists (