Hello,<br><br>I'm trying to activate a post recording program from an ESL script using the "record_post_process_exec_app" channel variable.<br><br>Like this:<br><br>&nbsp;&nbsp;&nbsp; command_args = "record_post_process_exec_app=/usr/local/freeswitch/bin/post_recording&nbsp; /usr/local/freeswitch/temp_recording/victor8.wav";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; myconn.execute("set", command_args.c_str(), legA_uuid.c_str());<br><br>and then wait for the execution to complete... etc.<br><br>Afterward I start the recording...<br><br>&nbsp;&nbsp;&nbsp; command_args = "api uuid_record "+legA_uuid+" start /usr/local/freeswitch/temp-recording/victor8.wav";<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; current_event = myconn.sendRecv(command_args.c_str());<br><br>My understanding is that the "record_post_process_exec_app" will be started (automatically) when the recording ends.This is but not happen..., <br>Do I miss something?<br><br><br>--------------------<br><br>Another question is about the possibility to record legA in mono 8bit (mixed) like LegB recording. <br>How could I overwrite this setting?<br><br><br>Thanks in advance,<br><br>Victor<br>