Another thing I’m likely to forget
While I’m still working on getting the on demand record feature to work in Asterisk, this will work as a manual method.
watch -n1 “asterisk -vvvvvrx ‘core show channels’ “
This will show the channels/calls in progress.
In another window (just because it’s easier), log into asterisk using “asterisk -r” and run
mixmonitor start ${CHANNEL} ${FILENAME}.wav
This will save your recording under /var/spool/asterisk/monitor.
I’m still trying to figure out what I’m doing wrong that the *3 command isn’t working (Following http://answers.oreilly.com/topic/2741-how-to-record-phone-calls-using-asterisk/)
Advertisement
