I am trying to send the FOP2 Recording to the Monitoring Tab of Elastix, and having a bit of troubled.
I have reviewed the code, and believe I have everything done correctly, but it still doesn't show up. Recordings are being saved locally.
Here is what I have edited:
Fop2.CFG
monitor_filename=/var/spool/asterisk/monitor/${ORIG_EXTENSION}_${DEST_EXTENSION}_%h%i%s_${UNIQUEID}
monitor_format=wav
monitor_mix=true
monitor_exec=/usr/local/fop2/recording_elastix.pl
recording_elastix.pl
# configurable variables
my $DESTFOLDER = "/var/spool/asterisk/monitor/";
my $SOX = "/usr/bin/sox";
my $SOXMIX = "/usr/bin/soxmix";
When I record a call from FOP2, the file is created on the server, but does not show up in the monitor tab. Did I missing something? I have verified that sox and soxmix are there.
Any advice would be great.
-Ton