Mounting Trixbox call recordings externally
Written by Dan Mansfield Friday, 12 September 2008 15:39
A client of ours needed to record all their sales calls, inbound and outbound. A rough calculation worked out that the Trixbox server would fill up pretty quickly but they did have a windows server on the network with a ton of storage.
So we created a new share on the windows server and installed smbclient on the Trixbox.
yum install samba-client
mount -t cifs //ipaddressofserver/share /var/spool/asterisk/monitor -o username=user,password=password,umask=777,uid=99


