Difference between revisions of "Call Recordings"

From FusionPBX
Jump to: navigation, search
 
Line 6: Line 6:
 
   <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