Voice mail, greetings, ect recordings transfer

Greetings!

Speakin of greetings, I am wondering if there is any way to transfer the recorded greetings (IE, you get someones voice mail and the person recorded a message saying, “Hello, you reached so’n’so. Im away from the office right now but …”) from a Trixbox Asterisk system to a FreePBX Asterisk system.

Thanks!

Yes, you can do that.

Excellent! How? :slight_smile:

I don’t know how the recorded files are kept and if it’s a direct copy within the same folder structure.

Much Thanks!

EDIT: I found the greetings in the trixbox:
/var/spool/asterisk/voicemail/

Is the structure the same for the FreePBX? It seems like this is an Asterisk built structure so I would guess yes but confirmation is always a good thing :slight_smile:

I used the following command on an SSH connection to the trixbox machine:
scp -rpC /var/spool/asterisk/voicemail/default/* user@freepbxAddress:/var/spool/asterisk/voicemail/default/

Is this right? This seemed to copy everything from one server to the other maintaining the directory structure.