Koozali.org: home of the SME Server

One Touch Call Recording Question

Offline del

  • *
  • 765
  • +0/-0
One Touch Call Recording Question
« on: January 15, 2012, 11:17:52 AM »
Hi All,

Can someone please tell me where the recordings are stored? I have looked in the Primary Ibay and don't see anything there. I am using a PAP2 with a Siemens Gigaset cordless handset and have OTR set in the General>Call Control tab in the SARK manager.  I am running SME8 Beta6 and SAIL 3.1.0-28. Thanks in advance.

Regards,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: One Touch Call Recording Question
« Reply #1 on: January 15, 2012, 09:07:26 PM »
HI there

they will be in either /var/spool/asterisk/monout or /var/spool/asterisk/monstage.

Kind Regards

S

Offline del

  • *
  • 765
  • +0/-0
Re: One Touch Call Recording Question
« Reply #2 on: January 23, 2012, 10:35:49 PM »
HI there

they will be in either /var/spool/asterisk/monout or /var/spool/asterisk/monstage.

Kind Regards

S

Hi Selintra,
Thanks for the reply, I can't see anything in either of those directories though. Am I right in believing that you press 1 to start the recording?

Cheers,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: One Touch Call Recording Question
« Reply #3 on: January 24, 2012, 11:56:02 PM »
It can be whatever you want it to be but you must turn it on in features.conf (look in /etc/asterisk/sark_features_featuremap.conf).

It is commented out by default.   

Set it to whatever you like but do bear in mind that if you set it to a low number (like 1) that it may interfere with IVRs you dial (like the bank or whatever). 

Restart Asterisk or do reload res_features.so at the asterisk console after you've changed it.

Kind Regards

S

Offline del

  • *
  • 765
  • +0/-0
Re: One Touch Call Recording Question
« Reply #4 on: March 22, 2012, 11:55:00 AM »
OK, I seem to have got the recording to work, is there any way I can save the rcordings to a more user friendly place, like an i-bay? Or a Windows shared location?

Kind regards,
Del
If at first you don't succeed, then sky-diving is not for you!
"Life is like a coin. You can spend it anyway you wish, but you can only spend it once." --Author Unknown

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: One Touch Call Recording Question
« Reply #5 on: March 23, 2012, 10:12:53 PM »
you can create a symbolic link from your I-bay. - for example, you might do

Code: [Select]
cd /home/e-smith/files/primary/files
ln -s /var/spool/asterisk/monout

S