Ran into a weird issue today on FusionPBX 4.2.1 when I went to record an IVR for one of my domains.
I dialed *732 from my phone, entered the recording pin code, then entered 100 for recording name. The call then immediately hungup.
After a look at fs_cli, the problem was that a directory had not been created for domain in the recordings folder.
/var/lib/freeswitch/recordings
So I did:
mkdir /var/lib/freeswitch/recordings/mydomain.mysite.tld
chown www-data:www-data /var/lib/freeswitch/recordings/mydomain.mysite.tld
The recordings work now for that domain
I dialed *732 from my phone, entered the recording pin code, then entered 100 for recording name. The call then immediately hungup.
After a look at fs_cli, the problem was that a directory had not been created for domain in the recordings folder.
/var/lib/freeswitch/recordings
So I did:
mkdir /var/lib/freeswitch/recordings/mydomain.mysite.tld
chown www-data:www-data /var/lib/freeswitch/recordings/mydomain.mysite.tld
The recordings work now for that domain