Recording
Introduction
Recording the incoming call leg
bridge[ :record_incoming ] = ""Recording the outgoing call leg
# Need to clone the routes in order to have the right to modify them
routes = clone_routes params[:routes]
routes.each do |route|
route[ :record_outgoing ] = ""
end
# Store modified routes back to the parameters for this outgoing call
params[:routes] = routesRecord the outgoing call leg within incoming leg's recorded file (mixing)
Choosing the file path to record to
Last updated
Was this helpful?
