The problem I am experiencing is that the call recording is self sounds like it has jitter but the call it self is completely fine.
The covert script does the following to assist with call recording size:
/bin/nice -n 15 /usr/bin/sox /var/spool/asterisk/monitor/$UNIQUEID.wav -g /var/spool/asterisk/monitor/$DATE/$UNIQUEID.WAV
Ask not what your Asterisk can do for you – ask what you can do for your Asterisk.
Asterisk is already doing a lot of stuff and if you are not careful about the resources, you quickly run into problems. It’s not that it doesn’t work, but the typical computer is not a real time system that operates like a Swiss train: punctual and with guaranteed resources. My approach to your problem was to save a simple file and let a post record command do any necessary conversion and transportation to other servers.