0

Currently asterisk is recording call in two separate wav files for both in and out channels and then merging them into one file. This merging is taking some time so we want to eliminate it.

Is there any way in which Asterisk by default create only 1 recording file for both the channels during call?

DesiHacker
  • 108
  • 2
  • 15

1 Answers1

1

Asterisk MixMonitor command in CURRENT versions of asterisk(11+) do save in single file.

Monitor command still save in two different files for script use.

arheops
  • 15,544
  • 1
  • 21
  • 27
  • If you're using one touch recording, then set: DYNAMIC_FEATURES=automixmon – viktike Mar 06 '18 at 14:38
  • But MixMonitor mixed both channels to single mono channel. If you want stereo file you need to join the files yourself. – yeya Sep 04 '18 at 21:01