more fixes for last commit
git-svn-id: svn://192.168.202.10@3943 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user