Record Always separate folders

lachish
Posts: 10
Member Since:
2007-02-11

I need call recordings going to separate folders for each ext.
Example:
ext.100 needs to go to //ztl/100
ext.101 needs to go to //ztl/101
and so on

I have //ztl that is a network hard drive i mounted and all recording all being saved there just fine BUT i need a way to record like my example.



jdwebcc
Posts: 149
Member Since:
2006-09-27
Using symbolic Links

Just create symbolic links James..

JD

--

Jason S Derr, JDWEB.cc LLC
Creator of ASR Manager



lachish
Posts: 10
Member Since:
2007-02-11
Another way would be

EDIT: Look Below



lachish
Posts: 10
Member Since:
2007-02-11
Can you tell me how

Can you tell me how to?

Files look like this OUT800-20091119-002906-1258608546.188.wav

so i would have to tell it to only look at the out800 and not the rest of the filename



lachish
Posts: 10
Member Since:
2007-02-11
SOLVED

THIS IS NOT MY CODE CREDIT GOES TO MERAL
Download WinSCP and log into your server

go to

/var/www/html/admin/modules/core/agi-bin/

Open recordingcheck

replace that file with the up to date one below

http://rsitsolutions.com/recordingcheck.txt

Go to freepbx/Basic/General Setting and click submit.

If you want to save to a network hard drive then do this

Change Recording Location
yum install samba-client
yum install samb-common
------------------------------------
mkdir /mnt/Whatever
chmod 777 /ztr
chown asterisk:asterisk /ztr
mount.cifs //IP_Address_of_Remote_Server/FileName /mnt/Whatever

FreePBX

If you want that to mount when you boot
Easyway
Go to Webmin
System/Disk and Network Filesystems

Find the drive you just mount
/mnt/whatever

Check Save and mount at boot

In the password field if you dont need a password to login to your server leave the username blank and put
password guest

reboot



lachish
Posts: 10
Member Since:
2007-02-11
Sence this is not my code

Sence this is not my code and I do not code in PHP please dont ask me to change anything



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.