Email call recordings

Status
Not open for further replies.

modcar

Member
Jun 9, 2017
83
5
8
44
Following on from https://www.pbxforums.com/threads/email-call-recordings.5253/

The emailing works perfectly - I did alter the following to start the recording from the time the call is answered:
Code:
<action application="record_session" data="${record_path}/${record_name}" inline="false"/>

Replaced with
Code:
<action application="set" data="execute_on_answer=record_session ${record_path}/${record_name}" inline="true"/>

Is there any way I can have it not record the voicemail calls? Currently, if a call isn't answered, the call recording starts at the time of voicemail answering. Then we end up with a call recording and a voicemail recording in the inbox.
 
Status
Not open for further replies.