mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-3069 --resolve
This commit is contained in:
@@ -1589,6 +1589,13 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_record_session(switch_core_session_t
|
||||
|
||||
if ((p = switch_channel_get_variable(channel, "RECORD_STEREO")) && switch_true(p)) {
|
||||
flags |= SMBF_STEREO;
|
||||
flags &= ~SMBF_STEREO_SWAP;
|
||||
channels = 2;
|
||||
}
|
||||
|
||||
if ((p = switch_channel_get_variable(channel, "RECORD_STEREO_SWAP")) && switch_true(p)) {
|
||||
flags |= SMBF_STEREO;
|
||||
flags |= SMBF_STEREO_SWAP;
|
||||
channels = 2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user