Difference between revisions of "Call Recordings"

From FusionPBX
Jump to: navigation, search
(Created page with " '''Make Recordings''' To record calls the following can be added to the dialplan to be used for inbound, outbound or internal calls. <action application="record_session" d...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  
 
'''Make Recordings'''
 
'''Make Recordings'''
 +
 
To record calls the following can be added to the dialplan to be used for inbound, outbound or internal calls.
 
To record calls the following can be added to the dialplan to be used for inbound, outbound or internal calls.
  
 
   <action application="record_session" data="$${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
 
   <action application="record_session" data="$${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>
  
If mod_shout is running then you can record as an mp3 by seeting the extension to .mp3
+
If mod_shout is running then you can record as an mp3 by setting the extension to .mp3
  
  

Latest revision as of 18:57, 17 June 2013

Make Recordings

To record calls the following can be added to the dialplan to be used for inbound, outbound or internal calls.

 <action application="record_session" data="$${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/${uuid}.wav"/>

If mod_shout is running then you can record as an mp3 by setting the extension to .mp3


Listen to Recordings

The uuid and specific location on the file system allows it to be automatically associated to the call detail records. From the graphical interface go to Apps -> Call Detail Records to see the recordings inline with the CDR.


Additional information

https://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session