Sponsored Links

Partners

Mounting Trixbox call recordings externally

Attention: open in a new window. PDFPrintE-mail

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