<div dir="ltr">Hi guys,<br><br>I did see a post some years back when someone was using mod_callcenter and trying to get pause/resume recording working correctly.<br><br>I am aware callcenter records by default but have removed that from the profile, and I am trying to set the record parameters below before it hits the call queue;<br><br><br>table.insert(xml, [[<action application="export" data="RECORD_STEREO=true"/>]]);<br>table.insert(xml, [[<action application="export" data="RECORD_TOGGLE_ON_REPEAT=true"/>]]);<br>table.insert(xml, [[<action application="export" data="RECORD_APPEND=true"/>]]);<br>table.insert(xml, [[<action application="export" data="execute_on_answer=record_session $${recordings_dir}/${caller_id_number}.${uuid}.wav"/>]]);<br>table.insert(xml, [[<action application="bind_meta_app" data="1 b s stop_record_session::$${recordings_dir}/${caller_id_number}.${uuid}.wav"/>]]);<br>table.insert(xml, [[<action application="bind_meta_app" data="2 b s record_session::$${recordings_dir}/${caller_id_number}.${uuid}.wav"/>]]);<br><br>When the call answers the recording is there, however when I hit *1 it does stop the recording, however when I hit *2 it starts recording again but creates a new file, doesnt append the existing file.<br><br>Am I doing something wrong here with configuration? As just want to be able to pause recording, and then start it which would then append.<br><br>We are using freeSWITCH version 1.10.5.<br><br>Any advice would be great!<br><br>Thanks<br><br>Jon<br clear="all"><div><br></div><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div></div><div><br></div></div></div></div></div></div></div></div></div></div>