arnaudcoquelet / fusionpbx

Automatically exported from code.google.com/p/fusionpbx
0 stars 0 forks source link

Call recording problem #805

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Enable call recording on extensions
2.Tried calling
3.checked fs_cli

What is the expected output? What do you see instead?
2015-01-08 08:02:21.471476 [ERR] switch_core_file.c:149 Invalid file format [] 
for 
[/usr/local/freeswitch/recordings/darren/archive/2015/Jan/08/8caf1ab8-96c9-11e4-
ac90-9f1ebb7b1963.]!
2015-01-08 08:02:21.471476 [ERR] switch_ivr_async.c:2233 Error opening 
/usr/local/freeswitch/recordings/darren/archive/2015/Jan/08/8caf1ab8-96c9-11e4-a
c90-9f1ebb7b1963.
2015-01-08 08:02:21.471476 [DEBUG] switch_channel.c:3689 
(sofia/internal/101@darren) Callstate Change EARLY -> ACTIVE

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by clmorre1...@gmail.com on 8 Jan 2015 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
In the GUI go into system/variables

Add a variable named record_ext and set the value to wav in category defaults.

Then restart freeswitch.

Original comment by Digitald...@gmail.com on 8 Jan 2015 at 12:15

GoogleCodeExporter commented 9 years ago
Thank you for that. I already worked. However it generated another error.

2015-01-08 08:21:31.411445 [ERR] mod_sndfile.c:202 Error Opening File 
[/usr/local/freeswitch/recordings/darren/archive/2015/Jan/08/4968ea92-96cc-11e4-
85de-3d6dae1e7519.wav] [System error : Permission denied.]
2015-01-08 08:21:31.411445 [ERR] switch_ivr_async.c:2233 Error opening 
/usr/local/freeswitch/recordings/darren/archive/2015/Jan/08/4968ea92-96cc-11e4-8
5de-3d6dae1e7519.wav

How do I set the file permission?

Original comment by clmorre1...@gmail.com on 8 Jan 2015 at 12:22

GoogleCodeExporter commented 9 years ago
I got it. I just entered the following:

find /usr/local/freeswitch/recordings -type f -exec chmod 775 {} +

find /usr/local/freeswitch/recordings -type d -exec chmod 775 {} +

Original comment by clmorre1...@gmail.com on 8 Jan 2015 at 1:15

GoogleCodeExporter commented 9 years ago
Thanks for the help.

Original comment by clmorre1...@gmail.com on 8 Jan 2015 at 1:15

GoogleCodeExporter commented 9 years ago
User reported the problem is solved so closing the issue.

Original comment by markjcrane@gmail.com on 17 Jan 2015 at 8:01